From 779399a31e38bf5177829f9d091a74dc37dd31b2 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 3 Jan 2001 23:16:16 +0000 Subject: Add p5-Algorithm-Permute 0.02, perl interface to handy and fast permutation. --- devel/p5-Algorithm-Permute/Makefile | 23 +++++++++++++++++++++++ devel/p5-Algorithm-Permute/distinfo | 1 + devel/p5-Algorithm-Permute/pkg-comment | 1 + devel/p5-Algorithm-Permute/pkg-descr | 7 +++++++ devel/p5-Algorithm-Permute/pkg-plist | 6 ++++++ 5 files changed, 38 insertions(+) create mode 100644 devel/p5-Algorithm-Permute/Makefile create mode 100644 devel/p5-Algorithm-Permute/distinfo create mode 100644 devel/p5-Algorithm-Permute/pkg-comment create mode 100644 devel/p5-Algorithm-Permute/pkg-descr create mode 100644 devel/p5-Algorithm-Permute/pkg-plist (limited to 'devel/p5-Algorithm-Permute') 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 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 + +--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 -- cgit v1.2.3