pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Algorithm-Permute Initial import of p5-Algori...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd3e9bf18597
branches:  trunk
changeset: 603286:cd3e9bf18597
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 03 07:18:59 2012 +0000

description:
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:

 devel/p5-Algorithm-Permute/DESCR    |   3 +++
 devel/p5-Algorithm-Permute/Makefile |  18 ++++++++++++++++++
 devel/p5-Algorithm-Permute/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 0693163f5e82 -r cd3e9bf18597 devel/p5-Algorithm-Permute/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Permute/DESCR  Thu May 03 07:18:59 2012 +0000
@@ -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 -r 0693163f5e82 -r cd3e9bf18597 devel/p5-Algorithm-Permute/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Permute/Makefile       Thu May 03 07:18:59 2012 +0000
@@ -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@localhost
+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 -r 0693163f5e82 -r cd3e9bf18597 devel/p5-Algorithm-Permute/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Permute/distinfo       Thu May 03 07:18:59 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index