summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Permute
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-03 07:18:59 +0000
committerwiz <wiz>2012-05-03 07:18:59 +0000
commit2a4b33d8c4b8bd422d99ed681dc1d488674dd784 (patch)
tree8ea77c322babdc99fcbad89bfdce8bb1a18370f2 /devel/p5-Algorithm-Permute
parentd2b771f9e3942f801d805de88c2c5bc82c5f7a76 (diff)
downloadpkgsrc-2a4b33d8c4b8bd422d99ed681dc1d488674dd784.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/p5-Algorithm-Permute')
-rw-r--r--devel/p5-Algorithm-Permute/DESCR3
-rw-r--r--devel/p5-Algorithm-Permute/Makefile18
-rw-r--r--devel/p5-Algorithm-Permute/distinfo5
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