pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-BigInt
Module Name: pkgsrc
Committed By: wen
Date: Sat Oct 20 14:05:32 UTC 2018
Modified Files:
pkgsrc/math/p5-Math-BigInt: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/p5-Math-BigInt/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/p5-Math-BigInt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/p5-Math-BigInt/Makefile
diff -u pkgsrc/math/p5-Math-BigInt/Makefile:1.9 pkgsrc/math/p5-Math-BigInt/Makefile:1.10
--- pkgsrc/math/p5-Math-BigInt/Makefile:1.9 Wed Aug 22 09:45:37 2018
+++ pkgsrc/math/p5-Math-BigInt/Makefile Sat Oct 20 14:05:32 2018
@@ -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/}
Index: pkgsrc/math/p5-Math-BigInt/distinfo
diff -u pkgsrc/math/p5-Math-BigInt/distinfo:1.7 pkgsrc/math/p5-Math-BigInt/distinfo:1.8
--- pkgsrc/math/p5-Math-BigInt/distinfo:1.7 Wed May 2 12:29:22 2018
+++ pkgsrc/math/p5-Math-BigInt/distinfo Sat Oct 20 14:05:32 2018
@@ -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