diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:16:16 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:16:16 +0000 |
commit | 0e85fe1389c51b001a452a0fc18fba0088237f21 (patch) | |
tree | 242d838ea758edea5598b32f51b5964f1bc8ee59 /devel | |
parent | 8d20501c71695babb252d45bb8559e2e2a0e2d15 (diff) | |
download | FreeBSD-ports-0e85fe1389c51b001a452a0fc18fba0088237f21.zip FreeBSD-ports-0e85fe1389c51b001a452a0fc18fba0088237f21.tar.gz |
Add p5-Algorithm-Permute 0.02, perl interface to handy and fast
permutation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/pkg-plist | 6 |
6 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9e8ccf6..9ce8b13 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -213,6 +213,7 @@ SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-MDiff SUBDIR += p5-Algorithm-MarkovChain + SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Alias SUBDIR += p5-AppConfig SUBDIR += p5-B-Graph diff --git a/devel/p5-Algorithm-Permute/Makefile b/devel/p5-Algorithm-Permute/Makefile new file mode 100644 index 0000000..d683549 --- /dev/null +++ b/devel/p5-Algorithm-Permute/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Algorithm::Permute +# Date created: 04 Nov 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Algorithm-Permute +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Algorithm +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Algorithm::Permute.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Permute/distinfo b/devel/p5-Algorithm-Permute/distinfo new file mode 100644 index 0000000..6bbeb35 --- /dev/null +++ b/devel/p5-Algorithm-Permute/distinfo @@ -0,0 +1 @@ +MD5 (Algorithm-Permute-0.02.tar.gz) = 1b71b8fd5f0d4a73c3d425e980b5f44d diff --git a/devel/p5-Algorithm-Permute/pkg-comment b/devel/p5-Algorithm-Permute/pkg-comment new file mode 100644 index 0000000..904bf47 --- /dev/null +++ b/devel/p5-Algorithm-Permute/pkg-comment @@ -0,0 +1 @@ +Perl interface to handy and fast permutation diff --git a/devel/p5-Algorithm-Permute/pkg-descr b/devel/p5-Algorithm-Permute/pkg-descr new file mode 100644 index 0000000..36e7312 --- /dev/null +++ b/devel/p5-Algorithm-Permute/pkg-descr @@ -0,0 +1,7 @@ +Algorithm::Permute provides a handy and fast permutation with an OO interface, +although its algorithm is perhaps not the fastest available. Currently it only +supports permutation n of n objects. + +Author: Edwin Pratomo <ed.pratomo@computer.org> + +--will diff --git a/devel/p5-Algorithm-Permute/pkg-plist b/devel/p5-Algorithm-Permute/pkg-plist new file mode 100644 index 0000000..cdceddb --- /dev/null +++ b/devel/p5-Algorithm-Permute/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm/Permute.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute |