# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= perl-Algorithm-FEC VERSION= 1.1 KEYWORDS= perl VARIANTS= 538 540 SDESC[540]= Forward Error Correction, Vandermonde (5.40) SDESC[538]= Forward Error Correction, Vandermonde (5.38) HOMEPAGE= none CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:M/ML/MLEHMANN DISTFILE[1]= Algorithm-FEC-1.1.tar.gz:main DF_INDEX= 1 SPKGS[540]= single SPKGS[538]= single OPTIONS_AVAILABLE= PERL_538 PERL_540 OPTIONS_STANDARD= none VOPTS[540]= PERL_538=OFF PERL_540=ON VOPTS[538]= PERL_538=ON PERL_540=OFF DISTNAME= Algorithm-FEC-1.1 GENERATED= yes SINGLE_JOB= yes [PERL_540].USES_ON= perl:540,configure [PERL_538].USES_ON= perl:538,configure [FILE:85:descriptions/desc.single] This is a module for performing Forward Error Correction using Vandermonde Matrices. [FILE:103:distinfo] c32b9501f30eb4ecff945defc9269f6ac2855398ef30971bfbdcbc5270aeb26f 21571 Algorithm-FEC-1.1.tar.gz [FILE:226:patches/patch-fec__imp.h] --- fec_imp.h.orig 2005-03-03 16:56:45 UTC +++ fec_imp.h @@ -205,7 +205,7 @@ init_mul_table() } #else /* GF_BITS > 8 */ static inline gf -gf_mul(x,y) +gf_mul(int x, int y) { if ( (x) == 0 || (y)==0 ) return 0;