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 Updated math/p5-Math-BigInt to 1.9...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b42a4287c70
branches: trunk
changeset: 358378:6b42a4287c70
user: mef <mef%pkgsrc.org@localhost>
date: Sat Feb 11 11:06:22 2017 +0000
description:
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:
math/p5-Math-BigInt/Makefile | 4 ++--
math/p5-Math-BigInt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 60200558d834 -r 6b42a4287c70 math/p5-Math-BigInt/Makefile
--- a/math/p5-Math-BigInt/Makefile Sat Feb 11 10:22:08 2017 +0000
+++ b/math/p5-Math-BigInt/Makefile Sat Feb 11 11:06:22 2017 +0000
@@ -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 -r 60200558d834 -r 6b42a4287c70 math/p5-Math-BigInt/distinfo
--- a/math/p5-Math-BigInt/distinfo Sat Feb 11 10:22:08 2017 +0000
+++ b/math/p5-Math-BigInt/distinfo Sat Feb 11 11:06:22 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index