diff options
author | wen <wen@pkgsrc.org> | 2016-11-17 15:28:50 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-11-17 15:28:50 +0000 |
commit | 91431aaea13e56ae10e9ceb70b66f648390888b0 (patch) | |
tree | 0e90103022a9b64e995d544db5f066b0a7411cd2 /math | |
parent | 59de47a29c464e4367c12d8875ead2c44582764b (diff) | |
download | pkgsrc-91431aaea13e56ae10e9ceb70b66f648390888b0.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 5e3e53184c3..30b0dd04a17 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -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 --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index b5713fef26d..222816411ab 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -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 |