diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:16:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:16:16 +0000 |
commit | 779399a31e38bf5177829f9d091a74dc37dd31b2 (patch) | |
tree | 160910705b5430de44acba0b896dd906d136bc6c /devel | |
parent | 7a57137766edbe2d4fed83f2ba6589032b0cee81 (diff) | |
download | ports-779399a31e38bf5177829f9d091a74dc37dd31b2.tar.gz ports-779399a31e38bf5177829f9d091a74dc37dd31b2.zip |
Notes
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 9e8ccf616a69..9ce8b13ae814 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 000000000000..d683549100ce --- /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 000000000000..6bbeb35b3ce3 --- /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 000000000000..904bf47dda53 --- /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 000000000000..36e731260f6e --- /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 000000000000..cdceddbcf63c --- /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 |