diff options
author | wen <wen@pkgsrc.org> | 2018-10-20 14:05:32 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-10-20 14:05:32 +0000 |
commit | 24d3563942203d8eb21b08aea9e2378898e84aa7 (patch) | |
tree | f74f79d0d7c3101ba99a1fe4a47015a708a9942f /math | |
parent | 546b62a0734a49946c312a4d388b81a21a13c85f (diff) | |
download | pkgsrc-24d3563942203d8eb21b08aea9e2378898e84aa7.tar.gz |
Update to 1.999815
Upstream changes:
1.999815 2018-10-19
* Move bitwise operators signed and, signed or, and signed xor from
lib/Math/BigInt/CalcEmu.pm into lib/Math/BigInt/Lib.pm. The file
lib/Math/BigInt/CalcEmu.pm is no longer needed and thus removed.
1.999814 2018-10-01
* Add to_base() and from_base() to Math::BigInt and corresponding library
methods _to_base() and _from_base() to Math::BigInt::Lib. This was inspired
by CPAN RT #122681.
* Fix Makefile.PL to reflect that Test::More is only needed for testing, not
for building.
* In the documentation for each of the to_(bin|hex|oct|bytes) methods, add a
reference to the corresponding from_(bin|hex|oct|bytes) method.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-BigInt/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index a52841ab422..e4adb9d9e9b 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2018/08/22 09:45:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/10/20 14:05:32 wen Exp $ -DISTNAME= Math-BigInt-1.999813 +DISTNAME= Math-BigInt-1.999815 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 e4e0f050442..d0b4b190ce0 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/05/02 12:29:22 wiz Exp $ +$NetBSD: distinfo,v 1.8 2018/10/20 14:05:32 wen Exp $ -SHA1 (Math-BigInt-1.999813.tar.gz) = f1f67651948948f239a68c2212bdbb0ac3025093 -RMD160 (Math-BigInt-1.999813.tar.gz) = 50bf2c684ad03f9de406463818c45a3d142f7477 -SHA512 (Math-BigInt-1.999813.tar.gz) = 089e95bcc9a2110215cd4d1aa9b576545aeecb7c0e31ef7754abaa65a9e10f7bce4525461cca7d02fff8e010112dac91817e37bf5de465e4454786df952cb966 -Size (Math-BigInt-1.999813.tar.gz) = 2926381 bytes +SHA1 (Math-BigInt-1.999815.tar.gz) = 7294261999b6050b4cd2c3c150b4d7fb66666bc1 +RMD160 (Math-BigInt-1.999815.tar.gz) = d47216f229fbb99969ed6e9f4421123292957212 +SHA512 (Math-BigInt-1.999815.tar.gz) = 4fe52b014c1a885e333aae64abdc7cc657f1cb3d0a82b1b9ab2ca0924d2ab0029f202ead4c9a00311787cadb022443489ad9fd03112f0ec3e12e8a86a72d88cc +Size (Math-BigInt-1.999815.tar.gz) = 3059768 bytes |