pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-BigInt Update to 1.999800
details: https://anonhg.NetBSD.org/pkgsrc/rev/48e77c948913
branches: trunk
changeset: 355001:48e77c948913
user: wen <wen%pkgsrc.org@localhost>
date: Thu Nov 17 15:28:50 2016 +0000
description:
Update to 1.999800
Upstream changes:
2016-11-04 v1.999727 pjacklam
* Skip test exceeding the range of VAX floating point number in t/bigintpm.inc
(CPAN RT 118468).
* Fix typo in lib/Math/BigInt.pm (CPAN RT 118550).
2016-11-15 v1.999800 pjacklam
* Upgrade bundled Module::Install from version 1.16 to version 1.17.
* Add Math::BigInt::Lib (lib/Math/BigInt/Lib.pm), a parent class for
Math::BigInt backend libraries.
* Use objects in Math::BigInt::Calc, not just array refs. Also use OO-style,
i.e., use $class->_add($x, $y) rather than _add($class, $x, $y).
* Not all library methods modify the invocand, so call library methods as,
e.g, $x = $LIB->method($x, $y) rather than just $LIB->method($x, $y).
* Math::BigInt::Calc is now a subclass of Math::BigInt::Lib.
* Add Math::BigInt::Lib::Minimal (t/Math/BigInt/Lib/Minimal.pm) for testing
inheritance from Math::BigInt::Lib.
* Minor simplification in Math::BigInt::Calc->_str().
* Speed up Math::BigInt::Calc->_root().
* Remove test files that were included in the previous release by accident.
* Add more tests and use more verbose output in some tests.
* Fix typo in lib/Math/BigFloat.pm
* Fix documentation error in lib/Math/Calc.pm
* Use Config::Tiny and an .ini file to handle the library specific
configuration for the author-lib*.t test files.
diffstat:
math/p5-Math-BigInt/Makefile | 4 ++--
math/p5-Math-BigInt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r a27c0ce240b1 -r 48e77c948913 math/p5-Math-BigInt/Makefile
--- a/math/p5-Math-BigInt/Makefile Thu Nov 17 15:11:40 2016 +0000
+++ b/math/p5-Math-BigInt/Makefile Thu Nov 17 15:28:50 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/08/08 23:51:38 wen Exp $
+# $NetBSD: Makefile,v 1.2 2016/11/17 15:28:50 wen Exp $
-DISTNAME= Math-BigInt-1.999726
+DISTNAME= Math-BigInt-1.999800
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff -r a27c0ce240b1 -r 48e77c948913 math/p5-Math-BigInt/distinfo
--- a/math/p5-Math-BigInt/distinfo Thu Nov 17 15:11:40 2016 +0000
+++ b/math/p5-Math-BigInt/distinfo Thu Nov 17 15:28:50 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/08/08 23:51:38 wen Exp $
+$NetBSD: distinfo,v 1.2 2016/11/17 15:28:50 wen Exp $
-SHA1 (Math-BigInt-1.999726.tar.gz) = 4d494cd463b4a7f3a157bdb9eefcc1f301f0565f
-RMD160 (Math-BigInt-1.999726.tar.gz) = 6c331be2c236fce95a8338ba7fc68809492575be
-SHA512 (Math-BigInt-1.999726.tar.gz) = 5f77be6514c7bf63b7abfcfab038fa68d7b12a469b99de7661771541e1a775ea66ea9067f370439a9df7ca771655aa197f26ac8e436bf7d5aed1cd71850dc858
-Size (Math-BigInt-1.999726.tar.gz) = 1755079 bytes
+SHA1 (Math-BigInt-1.999800.tar.gz) = 8fa21a04357493075a4de5a87e58ce8d2b7c22f6
+RMD160 (Math-BigInt-1.999800.tar.gz) = bdca245a1aa636ce72da5d0ff4c784ea0f28d939
+SHA512 (Math-BigInt-1.999800.tar.gz) = fa86e85b8cf9cef0fcd69bb692e75e690480b6a8778759f524614e70d42d515422079e36f28dc3a3cdbb654591b9a8eb93160a42f93df87cd837b94b191a97ef
+Size (Math-BigInt-1.999800.tar.gz) = 2727031 bytes
Home |
Main Index |
Thread Index |
Old Index