pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-Prime-Util Add new package for CPAN modul...
details: https://anonhg.NetBSD.org/pkgsrc/rev/30b8ed8b1545
branches: trunk
changeset: 610125:30b8ed8b1545
user: sno <sno%pkgsrc.org@localhost>
date: Fri Oct 19 07:30:32 2012 +0000
description:
Add new package for CPAN module Math::Prime::Util version 0.11 into
math/p5-Math-Prime-Util.
A set of utilities related to prime numbers. These include multiple sieving
methods, is_prime, prime_count, nth_prime, approximations and bounds for
the prime_count and nth prime, next_prime and prev_prime, factoring
utilities, and more.
diffstat:
math/p5-Math-Prime-Util/DESCR | 4 ++++
math/p5-Math-Prime-Util/Makefile | 18 ++++++++++++++++++
math/p5-Math-Prime-Util/distinfo | 5 +++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r c00a8cf73063 -r 30b8ed8b1545 math/p5-Math-Prime-Util/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Prime-Util/DESCR Fri Oct 19 07:30:32 2012 +0000
@@ -0,0 +1,4 @@
+A set of utilities related to prime numbers. These include multiple sieving
+methods, is_prime, prime_count, nth_prime, approximations and bounds for
+the prime_count and nth prime, next_prime and prev_prime, factoring
+utilities, and more.
diff -r c00a8cf73063 -r 30b8ed8b1545 math/p5-Math-Prime-Util/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Prime-Util/Makefile Fri Oct 19 07:30:32 2012 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2012/10/19 07:30:32 sno Exp $
+
+DISTNAME= Math-Prime-Util-0.11
+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-Prime-Util/
+COMMENT= Perl5 utilities related to prime numbers
+LICENSE= ${PERL5_LICENSE}
+
+USE_LANGUAGES+= c
+
+PERL5_PACKLIST= auto/Math/Prime/Util/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c00a8cf73063 -r 30b8ed8b1545 math/p5-Math-Prime-Util/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Prime-Util/distinfo Fri Oct 19 07:30:32 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/19 07:30:32 sno Exp $
+
+SHA1 (Math-Prime-Util-0.11.tar.gz) = 6367b8438eddc0cfde6f9129a64c75f6a4f43b98
+RMD160 (Math-Prime-Util-0.11.tar.gz) = 3f861e4ec28d8b23d4d0da7e4df76ac20ba5aeda
+Size (Math-Prime-Util-0.11.tar.gz) = 119319 bytes
Home |
Main Index |
Thread Index |
Old Index