mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 0.71.
Changes: http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
This commit is contained in:
parent
d41a3c8be5
commit
3dcf949f72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241347
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Evolutionary
|
||||
PORTVERSION= 0.70
|
||||
PORTVERSION= 0.71
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -37,7 +37,7 @@ BUILD_DEPENDS+= p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= tide_bitstring.pl.1 tide_float.pl.1 \
|
||||
canonical-genetic-algorithm.pl.1
|
||||
canonical-genetic-algorithm.pl.1 rectangle-coverage.pl.1
|
||||
MAN3= Algorithm::Evolutionary.3 \
|
||||
Algorithm::Evolutionary::Experiment.3 \
|
||||
Algorithm::Evolutionary::Fitness::Any.3 \
|
||||
@ -52,6 +52,7 @@ MAN3= Algorithm::Evolutionary.3 \
|
||||
Algorithm::Evolutionary::Fitness::Trap.3 \
|
||||
Algorithm::Evolutionary::Fitness::ZDT1.3 \
|
||||
Algorithm::Evolutionary::Fitness::wP_Peaks.3 \
|
||||
Algorithm::Evolutionary::Hash_Wheel.3 \
|
||||
Algorithm::Evolutionary::Individual::Any.3 \
|
||||
Algorithm::Evolutionary::Individual::Base.3 \
|
||||
Algorithm::Evolutionary::Individual::BitString.3 \
|
||||
@ -70,6 +71,7 @@ MAN3= Algorithm::Evolutionary.3 \
|
||||
Algorithm::Evolutionary::Op::Creator.3 \
|
||||
Algorithm::Evolutionary::Op::Crossover.3 \
|
||||
Algorithm::Evolutionary::Op::DeltaTerm.3 \
|
||||
Algorithm::Evolutionary::Op::EDA_step.3 \
|
||||
Algorithm::Evolutionary::Op::Easy.3 \
|
||||
Algorithm::Evolutionary::Op::Easy_MO.3 \
|
||||
Algorithm::Evolutionary::Op::Eval::General.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Algorithm-Evolutionary-0.70.tar.gz) = 8c7513e7c4d1ea2b17616871754ed4b1
|
||||
SHA256 (Algorithm-Evolutionary-0.70.tar.gz) = 947ee8c316cacbb67971f5dc545fa045265e31e73fe6f409273fb1ef281869ad
|
||||
SIZE (Algorithm-Evolutionary-0.70.tar.gz) = 94035
|
||||
MD5 (Algorithm-Evolutionary-0.71.tar.gz) = 4ca74a4078e04fb4c959cb67d28477ff
|
||||
SHA256 (Algorithm-Evolutionary-0.71.tar.gz) = ad0ba7f99301baf588c34751ea81f964f5d096f02875050898503f48b770864c
|
||||
SIZE (Algorithm-Evolutionary-0.71.tar.gz) = 95396
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
bin/canonical-genetic-algorithm.pl
|
||||
bin/rectangle-coverage.pl
|
||||
bin/tide_bitstring.pl
|
||||
bin/tide_float.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Evolutionary/.packlist
|
||||
@ -17,6 +18,7 @@ bin/tide_float.pl
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/Trap.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/ZDT1.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/wP_Peaks.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Hash_Wheel.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Individual/Any.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Individual/Base.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Individual/BitString.pm
|
||||
@ -35,6 +37,7 @@ bin/tide_float.pl
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/Creator.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/Crossover.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/DeltaTerm.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/EDA_step.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/Easy.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/Easy_MO.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Op/Eval/General.pm
|
||||
|
Loading…
Reference in New Issue
Block a user