Path to this page:
./
math/pear-Math_BigInteger,
Provides base-2, base-10, base-16, and base-256 numbers
Branch: CURRENT,
Version: 1.0.3,
Package name: php74-pear-Math_BigInteger-1.0.3,
Maintainer: pkgsrc-usersMath_BigInteger provices support of base-2, base-10, base-16, and base-256
numbers. Uses the GMP or BCMath extensions, if available, and an internal
implementation, otherwise.
Required to run:[
lang/pear] [
lang/php71]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2021-10-07) Updated to version: php74-pear-Math_BigInteger-1.0.3
- (2019-07-03) Updated to version: php71-pear-Math_BigInteger-1.0.3
- (2017-05-28) Updated to version: php56-pear-Math_BigInteger-1.0.3
- (2015-12-19) Updated to version: php55-pear-Math_BigInteger-1.0.2
- (2015-08-30) Updated to version: php54-pear-Math_BigInteger-1.0.2
- (2013-03-16) Package added to pkgsrc.se, version php54-pear-Math_BigInteger-1.0.0 (created)
CVS history: (Expand)
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2019-07-03 09:28:23 by Nia Alarie | Files touched by this commit (16) |
Log message:
Use https for pear.php.net.
|
2017-05-28 13:26:12 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Math_BigInteger to 1.0.3.
1.0.3 2016-04-12 02:30 UTC
Changelog:
- Fix PHP7 constructor deprecation notice
|
2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262) |
Log message:
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-08-30 10:59:04 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear-Math_BigInteger to 1.0.2.
pkgsrc change: LICESE has changed to mit.
1,0.2:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
1.0.1:
- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
- (all) improve random number generation
- change license to less restrictive MIT license
|
2013-03-16 05:04:30 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add pear-Math_BigInteger version 1.0.0.
Math_BigInteger provices support of base-2, base-10, base-16, and base-256
numbers. Uses the GMP or BCMath extensions, if available, and an internal
implementation, otherwise.
|