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.999815



details:   https://anonhg.NetBSD.org/pkgsrc/rev/038f17177377
branches:  trunk
changeset: 314170:038f17177377
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 20 14:05:32 2018 +0000

description:
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:

 math/p5-Math-BigInt/Makefile |   5 ++---
 math/p5-Math-BigInt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r ac02e4b27ab8 -r 038f17177377 math/p5-Math-BigInt/Makefile
--- a/math/p5-Math-BigInt/Makefile      Sat Oct 20 13:57:22 2018 +0000
+++ b/math/p5-Math-BigInt/Makefile      Sat Oct 20 14:05:32 2018 +0000
@@ -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 -r ac02e4b27ab8 -r 038f17177377 math/p5-Math-BigInt/distinfo
--- a/math/p5-Math-BigInt/distinfo      Sat Oct 20 13:57:22 2018 +0000
+++ b/math/p5-Math-BigInt/distinfo      Sat Oct 20 14:05:32 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index