diff options
author | wen <wen@pkgsrc.org> | 2016-04-13 13:31:23 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-04-13 13:31:23 +0000 |
commit | 2c660ac62db66a77d053871aa0b1f8c02da38f49 (patch) | |
tree | a418e73a7556eb6016fd3d83c69d3c980ced8cb3 /math | |
parent | 5e969c6173cc6c208f00c6341d1caaf71b6944a7 (diff) | |
download | pkgsrc-2c660ac62db66a77d053871aa0b1f8c02da38f49.tar.gz |
Update to 0.04
Upstream changes:
0.04
13 Jul 2015
- Whitespace and POD clean up. Functions are described
individually.
- Added error checking for the array lengths.
- Modernized the use of EXPORT, added a minimum perl version, etc.
0.03
26 May 2015
- Remove pod-coverage.t from the test directory.
0.02
17 May 2015
- Get package up to more-or-less current standards using
Module-Starter. Tests and documentation updates come
with the next release.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Derivative/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Derivative/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile index 723c8d0295c..55c86837047 100644 --- a/math/p5-Math-Derivative/Makefile +++ b/math/p5-Math-Derivative/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/06/12 10:50:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/13 13:31:23 wen Exp $ -DISTNAME= Math-Derivative-0.01 +DISTNAME= Math-Derivative-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Derivative/distinfo b/math/p5-Math-Derivative/distinfo index 165b57f76ac..c857d12fa47 100644 --- a/math/p5-Math-Derivative/distinfo +++ b/math/p5-Math-Derivative/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:33:38 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/13 13:31:23 wen Exp $ -SHA1 (Math-Derivative-0.01.tar.gz) = c116497d1930b4e94a3a393a6cffac2d655ffd61 -RMD160 (Math-Derivative-0.01.tar.gz) = 43ed646d13bb14aed6d2c0e20b2cad39a63c08c1 -SHA512 (Math-Derivative-0.01.tar.gz) = 53d322a16919b97a4914aceda7d63e2d8053664337f555745f7d356379b928343381e8edf21a7bc0e353ecab5015d134612d3026032e459953da7471e71e70c5 -Size (Math-Derivative-0.01.tar.gz) = 1935 bytes +SHA1 (Math-Derivative-0.04.tar.gz) = 5b79361bc9fd0122de378f1b4fb6f6fb20c44c28 +RMD160 (Math-Derivative-0.04.tar.gz) = 456c5080552679ef4e122e350b29d8708c4db19e +SHA512 (Math-Derivative-0.04.tar.gz) = 36cc39024300063a34d8df5c896670625a30561bfcd29f13eab57a2ca3f6b9b3c6b8a14675aefcf41c1f17ec4e2e58d77664c28d621fb36f61006681dcd58f96 +Size (Math-Derivative-0.04.tar.gz) = 11893 bytes |