summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef>2017-02-11 11:06:22 +0000
committermef <mef>2017-02-11 11:06:22 +0000
commitacc4c5acf8efa26add097a5708f05c60c9490df1 (patch)
treec324a1ad1cf9b7db8186a45c4b83fe6d668f1d63 /math
parent6e89c66b2e42183501a0187898fdd02da0d0884f (diff)
downloadpkgsrc-acc4c5acf8efa26add097a5708f05c60c9490df1.tar.gz
Updated math/p5-Math-BigInt to 1.999809
--------------------------------------- 2017-02-10 v1.999809 pjacklam * When a new method is added to Math::BigInt or Math::BigFloat, and this new method requires a new backend library method, die with a suitable error message if the installed backend library does not support this new method. The error message says that the method requires a newer version of the backend library. * Fix typos in Math::BigFloat and Math::BigInt. * Add bfib() and blucas() to Math::BigInt. They return Fibonacci and Lucas numbers, respectively. The actual computation of the numbers is done by the backend library. Documented both methods in POD. Add test files bfib-mbi.t and blucas-mbi.t. * Add _fib() and _lucas() to Math::BigInt::Lib. They return Fibonacci and Lucas numbers, respectively. Document both methods in POD. Add test files author-lib-arithmetic-unary-_fib.t and author-lib-arithmetic-unary-_lucas.t.
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-BigInt/Makefile4
-rw-r--r--math/p5-Math-BigInt/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile
index a3501fe3bc5..836a809d61a 100644
--- a/math/p5-Math-BigInt/Makefile
+++ b/math/p5-Math-BigInt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/01/18 12:59:16 wen Exp $
+# $NetBSD: Makefile,v 1.5 2017/02/11 11:06:22 mef Exp $
-DISTNAME= Math-BigInt-1.999808
+DISTNAME= Math-BigInt-1.999809
PKGNAME= p5-${DISTNAME}
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 b7611156a75..abe604402ba 100644
--- a/math/p5-Math-BigInt/distinfo
+++ b/math/p5-Math-BigInt/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/01/18 12:59:16 wen Exp $
+$NetBSD: distinfo,v 1.5 2017/02/11 11:06:22 mef Exp $
-SHA1 (Math-BigInt-1.999808.tar.gz) = 0c9fae6a75aa8d3a97264a726ccf9f5a9443814c
-RMD160 (Math-BigInt-1.999808.tar.gz) = 8f971f41a1024d0378852f6342e21dc0d15c6e59
-SHA512 (Math-BigInt-1.999808.tar.gz) = bcf7728d69693d190b6fa66ffeeac02372cfd250718d88658ec7d9a9ded52d13a9715240b2cfe675742eb24e15526aa8f29f1f6c0c416b404dc766961147c066
-Size (Math-BigInt-1.999808.tar.gz) = 2883035 bytes
+SHA1 (Math-BigInt-1.999809.tar.gz) = df9277af4f242eea2af29912e9b95ae9c0ad4e0c
+RMD160 (Math-BigInt-1.999809.tar.gz) = 03ce498e7356c09dc85465627b8c107676bc2f5a
+SHA512 (Math-BigInt-1.999809.tar.gz) = 55044359c0f194db8c168f472d77ba3d619850e66753460eceb56ce4c2cbf6c6740ad9af474e50c8ad3091bd059b32e2c21eee68f7760e73353b60b291a7cac8
+Size (Math-BigInt-1.999809.tar.gz) = 2895493 bytes