Sat Feb 11 11:06:22 2017 UTC ()
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.


(mef)
diff -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt/Makefile
diff -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-BigInt/Makefile 2017/01/18 12:59:16 1.4
+++ pkgsrc/math/p5-Math-BigInt/Makefile 2017/02/11 11:06:22 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2017/01/18 12:59:16 wen Exp $ 1# $NetBSD: Makefile,v 1.5 2017/02/11 11:06:22 mef Exp $
2 2
3DISTNAME= Math-BigInt-1.999808 3DISTNAME= Math-BigInt-1.999809
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= math perl5 5CATEGORIES= math perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Math-BigInt/ 9HOMEPAGE= http://search.cpan.org/dist/Math-BigInt/
10COMMENT= Arbitrary size integer math perl package 10COMMENT= Arbitrary size integer math perl package
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_PACKLIST= auto/Math/BigInt/.packlist 13PERL5_PACKLIST= auto/Math/BigInt/.packlist
14 14
15.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-BigInt/distinfo 2017/01/18 12:59:16 1.4
+++ pkgsrc/math/p5-Math-BigInt/distinfo 2017/02/11 11:06:22 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/01/18 12:59:16 wen Exp $ 1$NetBSD: distinfo,v 1.5 2017/02/11 11:06:22 mef Exp $
2 2
3SHA1 (Math-BigInt-1.999808.tar.gz) = 0c9fae6a75aa8d3a97264a726ccf9f5a9443814c 3SHA1 (Math-BigInt-1.999809.tar.gz) = df9277af4f242eea2af29912e9b95ae9c0ad4e0c
4RMD160 (Math-BigInt-1.999808.tar.gz) = 8f971f41a1024d0378852f6342e21dc0d15c6e59 4RMD160 (Math-BigInt-1.999809.tar.gz) = 03ce498e7356c09dc85465627b8c107676bc2f5a
5SHA512 (Math-BigInt-1.999808.tar.gz) = bcf7728d69693d190b6fa66ffeeac02372cfd250718d88658ec7d9a9ded52d13a9715240b2cfe675742eb24e15526aa8f29f1f6c0c416b404dc766961147c066 5SHA512 (Math-BigInt-1.999809.tar.gz) = 55044359c0f194db8c168f472d77ba3d619850e66753460eceb56ce4c2cbf6c6740ad9af474e50c8ad3091bd059b32e2c21eee68f7760e73353b60b291a7cac8
6Size (Math-BigInt-1.999808.tar.gz) = 2883035 bytes 6Size (Math-BigInt-1.999809.tar.gz) = 2895493 bytes