diff options
author | aaron <aaron@FreeBSD.org> | 2005-12-20 23:06:40 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2005-12-20 23:06:40 +0800 |
commit | c7bf0abd58af498afb5643d74a2b1860d336d011 (patch) | |
tree | 8e626003ca4dbe3a0b9f77065a68a1c82b113f4d /math | |
parent | b72ce0286a6ffcd32ffd710c3f17864aa71b565a (diff) | |
download | freebsd-ports-gnome-c7bf0abd58af498afb5643d74a2b1860d336d011.tar.gz freebsd-ports-gnome-c7bf0abd58af498afb5643d74a2b1860d336d011.tar.zst freebsd-ports-gnome-c7bf0abd58af498afb5643d74a2b1860d336d011.zip |
- updated from v0.13 to v0.14
0.14 December 19 2005
* Small rewordings in POD.
* Added TAOCP Vol 4, Fasc 3 to REFERENCES.
* Added tuples* as alias to variations* to add the nomenclature
in Knuth's, Mathematica, etc. to the interface.
* Code cleanup.
Approved by: tobez
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Algorithm-Combinatorics/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Algorithm-Combinatorics/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 92f8d2ba789a..9b0ad012c421 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Combinatorics -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm diff --git a/math/p5-Algorithm-Combinatorics/distinfo b/math/p5-Algorithm-Combinatorics/distinfo index e4f58b166943..05bbb742c066 100644 --- a/math/p5-Algorithm-Combinatorics/distinfo +++ b/math/p5-Algorithm-Combinatorics/distinfo @@ -1,3 +1,3 @@ -MD5 (Algorithm-Combinatorics-0.13.tar.gz) = 1ca75c9102646212ad1f131a5782b75a -SHA256 (Algorithm-Combinatorics-0.13.tar.gz) = b2cdb66012e5c0c61d4c935d10ec959b24acb47959cfcedf0a10953124ea908d -SIZE (Algorithm-Combinatorics-0.13.tar.gz) = 10296 +MD5 (Algorithm-Combinatorics-0.14.tar.gz) = 67019e1132431959e950cf099ea906a4 +SHA256 (Algorithm-Combinatorics-0.14.tar.gz) = aed17da0e7398e5a144de9ca7cbda9d1f00f4ac05902ae0352075b3c39448223 +SIZE (Algorithm-Combinatorics-0.14.tar.gz) = 10928 |