pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Permute-List Initial import of p5-Math-Pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c93cb3b43bd
branches:  trunk
changeset: 603295:4c93cb3b43bd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 03 09:07:30 2012 +0000

description:
Initial import of p5-Math-Permute-List-1.004:

Generate and process all the all the permutations of a list using
the standard Perl metaphor.

diffstat:

 math/p5-Math-Permute-List/DESCR    |   2 ++
 math/p5-Math-Permute-List/Makefile |  23 +++++++++++++++++++++++
 math/p5-Math-Permute-List/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 7cb9d401201a -r 4c93cb3b43bd math/p5-Math-Permute-List/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Permute-List/DESCR   Thu May 03 09:07:30 2012 +0000
@@ -0,0 +1,2 @@
+Generate and process all the all the permutations of a list using
+the standard Perl metaphor.
diff -r 7cb9d401201a -r 4c93cb3b43bd math/p5-Math-Permute-List/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Permute-List/Makefile        Thu May 03 09:07:30 2012 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/03 09:07:30 wiz Exp $
+
+DISTNAME=      Math-Permute-List-1.004
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Math-Permute-List/
+COMMENT=       Permute a list
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/Math/Permute/List/.packlist
+
+post-extract:
+       ${CHMOD} -R a+rx ${WRKSRC}
+       ${CHMOD} -R u+w ${WRKSRC}
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7cb9d401201a -r 4c93cb3b43bd math/p5-Math-Permute-List/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Permute-List/distinfo        Thu May 03 09:07:30 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/03 09:07:30 wiz Exp $
+
+SHA1 (Math-Permute-List-1.004.tar.gz) = 45b70c964543579ded1f8a250aa274289d9cba52
+RMD160 (Math-Permute-List-1.004.tar.gz) = 82cbb73c86c3c80cc83ae2fc9fad690c0341a54b
+Size (Math-Permute-List-1.004.tar.gz) = 3095 bytes



Home | Main Index | Thread Index | Old Index