summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2017-01-18 13:08:46 +0000
committerwen <wen@pkgsrc.org>2017-01-18 13:08:46 +0000
commit49500ff50bb510ef79ccfbb66f1aee52115be50b (patch)
tree60f782e9a2c13b7ce818e79fdc3e7b4ee24cf485 /math
parent9093371fc8ac7f86c85173a5c2f88db52b7d58b9 (diff)
downloadpkgsrc-49500ff50bb510ef79ccfbb66f1aee52115be50b.tar.gz
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.
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-BigInt-Pari/Makefile6
-rw-r--r--math/p5-Math-BigInt-Pari/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile
index 49556cfe5d2..2d66cebd25c 100644
--- a/math/p5-Math-BigInt-Pari/Makefile
+++ b/math/p5-Math-BigInt-Pari/Makefile
@@ -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::Pari for Math::BigInt routines
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
diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo
index c062fecc6f2..b05619dd2e1 100644
--- a/math/p5-Math-BigInt-Pari/distinfo
+++ b/math/p5-Math-BigInt-Pari/distinfo
@@ -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