Commit graph

24 commits

Author SHA1 Message Date
wiz
e3b8773f59 p5-Math-BigInt-Pari: update to 1.3006.
1.3006 2019-10-10

 * Sync test files with Math-BigInt.

1.3005 2018-10-09

 * Update MANIFEST.SKIP.

 * Sync test files with Math-BigInt.

 * Better Makefile.PL.
2020-09-07 11:49:06 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
rillig
79ae9cc434 math: align variable assignments
pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
2019-11-02 16:16:18 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
44413af0a6 p5-Math-BigInt-Pari: update to 1.3004.
1.3004 2018-04-17

 * The tests now require Test::More version 0.88 or newer.

 * Sync test files with Math-BigInt.

 * Add test files t/release-test-version.t, t/release-portability.t, and
   t/release-cpan-changes.t.

 * Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest
   distribution.

 * Format CHANGES according to CPAN::Changes::Spec.

 * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
   t/release-pod-coverage.t.
2018-05-02 12:31:53 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
wen
72b5977f45 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.
2017-01-18 13:08:46 +00:00
wen
39782a1971 Update to 1.27
Upstream changes:
2016-04-25 v1.27 pjacklam
  * Sync test files with Math-BigInt-1.999719.

2016-04-22 v1.26 pjacklam
  * Sync test files with Math-BigInt-1.999718.

2016-01-03 v1.25 pjacklam
  * Sync test files with Math-BigInt-1.999714.

2015-12-31 v1.24 pjacklam
  * Sync test files with Math-BigInt-1.999713.

2015-11-22 v1.23 pjacklam
  * Sync test files with Math-BigInt-1.999709.
  * In v1.22 the required version of Math-BigInt was set to 1.999703, but it
    should have been 1.999706. The required version is now 1.999709.
  * Correct error in CHANGES file.

2015-11-09 v1.22 pjacklam
  * Sync test files with Math-BigInt-1.999709.
  * Update the README file.
  * Remove the LICENSE file as this information is already covered in the file
    README.
  * Replace 'use vars ...' with 'our ...'. We require a Perl newer than 5.6.0
    anyway.
  * Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
  * Enable 'use warnings'. We require a Perl newer than 5.6.0 anyway.
  * Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
    files like 'assertlibzxjE4WfG.exe' on Cygwin.

2015-09-21 v1.21 pjacklam
  * Sync test files with Math-BigInt-1.999703.
  * Required version of Math-BigInt is now 1.999703.
  * Update author information.

2015-09-17 v1.20 pjacklam
  * Sync test files with Math-BigInt-1.999702.
  * Required version of Math-BigInt is now 1.999702.

2015-09-11 v1.19 pjacklam
 bigfltpm.inc
  * File removed. It was included in the previous release by accident.
 bigfltpm.t
  * File removed. It was included in the previous release by accident.
 bigintpm.inc
  * File removed. It was included in the previous release by accident.
 bigintpm.t
  * File removed. It was included in the previous release by accident.
 biglog.t
  * File removed. It was included in the previous release by accident.
 bigroot.t
  * File removed. It was included in the previous release by accident.
 inc/Module/Install.pm
  * Update bundled Module::Install from v1.08 to v1.16.
 lib/Math/BigInt/Pari.pm
  * Updated version number.
  * Fixed bug in _modpow().
 Makefile.PL
  * Updated required version of Math::BigInt to 1.999701.
 t/01load.t
  * Improve formatting of module version information.
 t/03podcov.t
  * Slight reformatting and better information message.
 t/bigfltpm.inc
  * Sync tests with the Math-BigInt distribution.
 t/bigfltpm.t
  * Adjust number of tests.
  * Sync tests with the Math-BigInt distribution.
  * Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
 t/bigintpm.inc
  * Sync tests with the Math-BigInt distribution.
 t/bigintpm.t
  * Adjust number of tests.
  * Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
 t/biglog.t
  * Adjust number of tests.
  * Sync tests with the Math-BigInt distribution.
  * Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
 t/bigroot.t
  * Adjust number of tests.
  * Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
 t/*.t
  * Add "use warnings" to test scripts, since Perl 5.6.2 is required anyway,
    and "use warnings" was introduced in Perl 5.6.1.
  * Modified test scripts so the difference between the test files in the
    Math-BigInt distribution and the backend distributions are as few and as
    small as possible. This makes for easier release management.

2014-04-03 v1.18 pjacklam
 * Updated test files from the Math::BigInt distribution (Peter John Acklam).
 * Updated POD (Peter John Acklam)

2011-09-04 v1.17 pjacklam
 * Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
 * Math::BigInt::GMP now requires Math::BigInt v1.997 (Peter John Acklam).
 * Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
   generated by the distribution author at packaging time, MYMETA.* are
   generated by the end user at configure time after any dynamic
   dependencies are known. (Peter John Acklam)
 * Updated common test files from the Math::BigInt distribution. (Peter
   John Acklam)
2016-08-09 00:08:22 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
b63c74fdfd "user-destdir" is default these days 2012-09-11 23:04:15 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
wiz
eb7b7ab67a Update to 1.16:
2011-02-26 v1.16 pjacklam (6153 tests)
 * Change bigintpm.inc to reflect recent changes in the Math::BigInt
   distribution (Peter John Acklam).

2011-02-10 v1.15 pjacklam (6151 tests)
 * Include latest version of test scripts from Math-BigInt (closes RT #65580)
   (Peter John Acklam).
 * Add 00sig.t for testing SIGNATURE, and 01load.t for basic module loading and
   giving diagnostics useful for bug tracking (Peter John Acklam).
 * Rename pod.t to 02pod.t and pod_cov.t to 03podcov.t and use more generic
   code (Peter John Acklam).
 * Clean up whitespace (Peter John Acklam).
2011-08-16 22:22:56 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
sno
9e8ce37f99 Updating math/p5-Math-BigInt-Pari from 1.13nb2 to 1.14
pkgsrc changes:
- bump required perl5 version to 5.12.2nb1 to get Math::BigInt>=1.90

Upstream changes:
2010-09-10 v1.14 rafl 5716 tests
 * Fix tests with Math::BigInt >= 1.90 and depend on it.
2010-09-23 22:01:51 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
sno
061f57a426 Importing package for p5 module Math::BigInt::Pari version 1.13 to support
faster calculation in Crypt::DH.

Provides support for big integer in BigInt et al. calculations via means of
Math::Pari, an XS layer on top of the very fast PARI library.
2009-07-08 10:24:53 +00:00