pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Math-BigInt



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 11 11:06:22 UTC 2017

Modified Files:
        pkgsrc/math/p5-Math-BigInt: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt/Makefile \
    pkgsrc/math/p5-Math-BigInt/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/Makefile
diff -u pkgsrc/math/p5-Math-BigInt/Makefile:1.4 pkgsrc/math/p5-Math-BigInt/Makefile:1.5
--- pkgsrc/math/p5-Math-BigInt/Makefile:1.4     Wed Jan 18 12:59:16 2017
+++ pkgsrc/math/p5-Math-BigInt/Makefile Sat Feb 11 11:06:22 2017
@@ -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/}
Index: pkgsrc/math/p5-Math-BigInt/distinfo
diff -u pkgsrc/math/p5-Math-BigInt/distinfo:1.4 pkgsrc/math/p5-Math-BigInt/distinfo:1.5
--- pkgsrc/math/p5-Math-BigInt/distinfo:1.4     Wed Jan 18 12:59:16 2017
+++ pkgsrc/math/p5-Math-BigInt/distinfo Sat Feb 11 11:06:22 2017
@@ -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