summaryrefslogtreecommitdiff
path: root/math/p5-Math-Prime-Util
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2012-12-10 13:35:45 +0000
committerwen <wen@pkgsrc.org>2012-12-10 13:35:45 +0000
commit76426b42815055145e68a07f06a07fe58d9e216e (patch)
treea9942115ca632bb331988258b5dd04212ce79793 /math/p5-Math-Prime-Util
parentaf037686a01a908008f32d594a79ccc156dd7db9 (diff)
downloadpkgsrc-76426b42815055145e68a07f06a07fe58d9e216e.tar.gz
Update to 0.15
Upstream changes: 0.15 9 December 2012 - Lots of internal changes to Ei, li, Zeta, and R functions: - Native Zeta and R have slightly more accurate results. - For bignums, use Math::MPFR if possible. MUCH faster. Also allows extended precision while still being fast. - Better accuracy for standard bignums. - All four functions do: - XS if native input. - MPFR to whatever accuracy is desired, if Math::MPFR installed. - BigFloat versions if no MPFR and BigFloat input. - standard version if no MPFR and not a BigFloat. - Add tests for primorial, jordan_totient, and divisor_sum. - Revamp of the random_prime internals. Also fixes some issues with random n-bit and maurer primes. - The random prime and primorial functions now will return a Math::BigInt object if the result is greater than the native size. This includes loading up the Math::BigInt library if necessary.
Diffstat (limited to 'math/p5-Math-Prime-Util')
-rw-r--r--math/p5-Math-Prime-Util/Makefile4
-rw-r--r--math/p5-Math-Prime-Util/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-Prime-Util/Makefile b/math/p5-Math-Prime-Util/Makefile
index c471e4ca9f1..5be328e5649 100644
--- a/math/p5-Math-Prime-Util/Makefile
+++ b/math/p5-Math-Prime-Util/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2012/11/30 08:24:50 wen Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/10 13:35:45 wen Exp $
-DISTNAME= Math-Prime-Util-0.14
+DISTNAME= Math-Prime-Util-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Prime-Util/distinfo b/math/p5-Math-Prime-Util/distinfo
index c6228362cd1..bae112200d8 100644
--- a/math/p5-Math-Prime-Util/distinfo
+++ b/math/p5-Math-Prime-Util/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/11/30 08:24:50 wen Exp $
+$NetBSD: distinfo,v 1.3 2012/12/10 13:35:45 wen Exp $
-SHA1 (Math-Prime-Util-0.14.tar.gz) = a187e9e2e4e829e30ae11eb2ebea18e9d5cc66df
-RMD160 (Math-Prime-Util-0.14.tar.gz) = 1d575765c29c0ba675ad9f856119a7320c14b604
-Size (Math-Prime-Util-0.14.tar.gz) = 174944 bytes
+SHA1 (Math-Prime-Util-0.15.tar.gz) = 655a44be5b1a93c1f5e90b8da459966721f32c42
+RMD160 (Math-Prime-Util-0.15.tar.gz) = c83b3b1519f6dc48a3daf26b429a34391bf52242
+Size (Math-Prime-Util-0.15.tar.gz) = 184113 bytes