diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2009-04-07 16:15:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2009-04-07 16:15:22 +0000 |
commit | c007571db68b1ea31c2e7dc81e9c0fdd3ee471be (patch) | |
tree | 05e836982b4a149d1ddc778e446e1d4861f93ea9 /devel/p5-Algorithm-Evolutionary | |
parent | f6600f368684433691d4bfc67fbf2ce6e7c0ec5c (diff) | |
download | ports-c007571db68b1ea31c2e7dc81e9c0fdd3ee471be.tar.gz ports-c007571db68b1ea31c2e7dc81e9c0fdd3ee471be.zip |
Notes
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index f46fa09e6dbe..07d2e640a190 100644 --- a/devel/p5-Algorithm-Evolutionary/Makefile +++ b/devel/p5-Algorithm-Evolutionary/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Algorithm-Evolutionary -PORTVERSION= 0.66 +PORTVERSION= 0.67 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -53,6 +53,7 @@ MAN3= Algorithm::Evolutionary.3 \ Algorithm::Evolutionary::Op::CX.3 \ Algorithm::Evolutionary::Op::CanonicalGA.3 \ Algorithm::Evolutionary::Op::ChangeLengthMutation.3 \ + Algorithm::Evolutionary::Op::Convergence_Terminator.3 \ Algorithm::Evolutionary::Op::Creator.3 \ Algorithm::Evolutionary::Op::Crossover.3 \ Algorithm::Evolutionary::Op::DeltaTerm.3 \ diff --git a/devel/p5-Algorithm-Evolutionary/distinfo b/devel/p5-Algorithm-Evolutionary/distinfo index 6e95215ef3d9..3e5f0b39db01 100644 --- a/devel/p5-Algorithm-Evolutionary/distinfo +++ b/devel/p5-Algorithm-Evolutionary/distinfo @@ -1,3 +1,3 @@ -MD5 (Algorithm-Evolutionary-0.66.tar.gz) = e41aa5bfc77c1a8b15bb1f43afb0ce26 -SHA256 (Algorithm-Evolutionary-0.66.tar.gz) = e02978ef0334746bc4e1e33fa53f7513f23a15670733835611de7eb0978374c3 -SIZE (Algorithm-Evolutionary-0.66.tar.gz) = 79293 +MD5 (Algorithm-Evolutionary-0.67.tar.gz) = 428c5c1e05468f7059a81ab5b574a5b0 +SHA256 (Algorithm-Evolutionary-0.67.tar.gz) = 69329c5129654e98af21ce2a1fb85cdbf2354bacb3468694bcdcbe16cff0734e +SIZE (Algorithm-Evolutionary-0.67.tar.gz) = 79724 diff --git a/devel/p5-Algorithm-Evolutionary/pkg-plist b/devel/p5-Algorithm-Evolutionary/pkg-plist index 1da9a42eea8b..0ee1569134bb 100644 --- a/devel/p5-Algorithm-Evolutionary/pkg-plist +++ b/devel/p5-Algorithm-Evolutionary/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/canonical-genetic-algorithm.pl bin/tide_bitstring.pl bin/tide_float.pl @@ -25,6 +26,7 @@ bin/tide_float.pl %%SITE_PERL%%/Algorithm/Evolutionary/Op/CX.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/CanonicalGA.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/ChangeLengthMutation.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Op/Convergence_Terminator.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/Creator.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/Crossover.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/DeltaTerm.pm |