diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-03 07:18:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-03 07:18:59 +0000 |
commit | 8f8ed6e028227222d81d5cc0b639a26119a79863 (patch) | |
tree | 8ea77c322babdc99fcbad89bfdce8bb1a18370f2 /devel | |
parent | f40dd31539c9a14963260f06ac184a4d00540417 (diff) | |
download | pkgsrc-8f8ed6e028227222d81d5cc0b639a26119a79863.tar.gz |
Initial import of p5-Algorithm-Permute-0.12:
This handy module makes performing permutation in Perl easy and
fast, although perhaps its algorithm is not the fastest on the
earth. Currently it only supports permutation n of n objects.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Permute/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Algorithm-Permute/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Permute/DESCR b/devel/p5-Algorithm-Permute/DESCR new file mode 100644 index 00000000000..a5adfd89719 --- /dev/null +++ b/devel/p5-Algorithm-Permute/DESCR @@ -0,0 +1,3 @@ +This handy module makes performing permutation in Perl easy and +fast, although perhaps its algorithm is not the fastest on the +earth. Currently it only supports permutation n of n objects. diff --git a/devel/p5-Algorithm-Permute/Makefile b/devel/p5-Algorithm-Permute/Makefile new file mode 100644 index 00000000000..f74172ca479 --- /dev/null +++ b/devel/p5-Algorithm-Permute/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/05/03 07:18:59 wiz Exp $ + +DISTNAME= Algorithm-Permute-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Algorithm-Permute/ +COMMENT= Perl module for generating permutations with object oriented interface +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Algorithm/Permute/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Algorithm-Permute/distinfo b/devel/p5-Algorithm-Permute/distinfo new file mode 100644 index 00000000000..e0a259caea5 --- /dev/null +++ b/devel/p5-Algorithm-Permute/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/05/03 07:18:59 wiz Exp $ + +SHA1 (Algorithm-Permute-0.12.tar.gz) = 0e82a8cbca7d90fc09a3c8cd8bfe1213a3e9cf1e +RMD160 (Algorithm-Permute-0.12.tar.gz) = 06e8949a8689aaccefae92727f954c010146202c +Size (Algorithm-Permute-0.12.tar.gz) = 13187 bytes |