pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-BigInt-Pari
Module Name: pkgsrc
Committed By: wen
Date: Wed Jan 18 13:08:46 UTC 2017
Modified Files:
pkgsrc/math/p5-Math-BigInt-Pari: Makefile distinfo
Log Message:
Update to 1.3003
Update DEPENDS
Upstream changes:
2017-01-11 v1.3003 pjacklam
* Fix syntax for required version of Math::BigInt::Lib.
* Better checking of POD coverage.
* Sync test files with Math-BigInt-1.999808.
* _from_hex() now accepts input without a "0x" prefix.
* _from_bin() is more now efficient as it utilises the fact that
Math::Pari::_hex_cvt() assumes the input is binary if the strings is
prefixed by "0b".
* Implement _to_hex(), _to_oct(), and _to_bin() for conversion to hexadecimal,
octal, and binary without prefix.
* Fix _nok() to work around a bug in Math::Pari::binomial(). It doesn't
correctly handle cases where both n and k are very large.
* Correct a few cases where non-OO syntax was used, e.g., "$x = _one();"
should be "$x = $class -> _one();".
* _inc() and _dec() now uses post-increment and post-decrement, respectively,
rather than adding or subtracting one.
* In test file t/01load.t, display the PARI library version number.
2016-12-03 v1.3002 pjacklam
* Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL
* Remove author information in LICENSE file.
2016-11-23 v1.3001 pjacklam
* Sync test files with Math-BigInt-1.999801. Add t/mbi_rand.t, t/mbimbf.t,
and t/mbimbf.inc since these are included in the test suite for the other
backend libraries (GMP and Pari).
* Add _nok() by using Pari's binomial() function.
* Add _lcm() by using Pari's lcm() function.
2016-11-15 v1.3000 pjacklam
* Sync test files with Math-BigInt-1.999800.
* Math::BigInt::Pari is now a subclass of Math::BigInt::Lib, so remove pure
Perl methods from Math::BigInt::Pari that are implemented in the superclass
Math::BigInt::Lib. The methods removed are _modinv() and _log_int(). The
version of _log_int() implemented in Math::BigInt::GMP was buggy anyway.
* Add methods _str() and _set(), and correct _num() method.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/p5-Math-BigInt-Pari/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/p5-Math-BigInt-Pari/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-Pari/Makefile
diff -u pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.14 pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.15
--- pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.14 Tue Aug 9 00:08:22 2016
+++ pkgsrc/math/p5-Math-BigInt-Pari/Makefile Wed Jan 18 13:08:46 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/08/09 00:08:22 wen Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/18 13:08:46 wen Exp $
-DISTNAME= Math-BigInt-Pari-1.27
+DISTNAME= Math-BigInt-Pari-1.3003
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -11,7 +11,7 @@ COMMENT= Perl5 library to use Math::Par
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari
-DEPENDS+= p5-Math-BigInt>=1.999719:../../math/p5-Math-BigInt
+DEPENDS+= p5-Math-BigInt>=1.999808:../../math/p5-Math-BigInt
PERL5_REQD+= 5.12.2nb1
Index: pkgsrc/math/p5-Math-BigInt-Pari/distinfo
diff -u pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.5 pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.6
--- pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.5 Tue Aug 9 00:08:22 2016
+++ pkgsrc/math/p5-Math-BigInt-Pari/distinfo Wed Jan 18 13:08:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/08/09 00:08:22 wen Exp $
+$NetBSD: distinfo,v 1.6 2017/01/18 13:08:46 wen Exp $
-SHA1 (Math-BigInt-Pari-1.27.tar.gz) = ff5a48c839cdc7c087166b3ba310111865402e33
-RMD160 (Math-BigInt-Pari-1.27.tar.gz) = f18ebc7e4fb37ff59a96b31074d64267c68c63a0
-SHA512 (Math-BigInt-Pari-1.27.tar.gz) = 5c1ff2754abd1bf7616512bfcab3ead7df00925b50700a9650282179a74f7d0e0f61d8b95c7e9153ac444486585b1cc609a3cc45821732dd0309775d076a82a1
-Size (Math-BigInt-Pari-1.27.tar.gz) = 61016 bytes
+SHA1 (Math-BigInt-Pari-1.3003.tar.gz) = ab2fb3ff72f9f0f13a31ffed9a07346169ca18aa
+RMD160 (Math-BigInt-Pari-1.3003.tar.gz) = 0e8e5cbadacf0ff4a76411ad12173fcd936df131
+SHA512 (Math-BigInt-Pari-1.3003.tar.gz) = 085a1deb866e481c176e4fd3021d5104eea88dfd89e2c0f79b0aaebee078be350dc80f1762ccf96277877864f8f6641354fd93cfb05513b3f9804d60cfd4b804
+Size (Math-BigInt-Pari-1.3003.tar.gz) = 2430114 bytes
Home |
Main Index |
Thread Index |
Old Index