diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-12 12:28:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-12 12:28:16 +0000 |
commit | 324db2298d8a0dce8ede218ecda1ad47c3bbd532 (patch) | |
tree | 3e53f17e11b65c096655c6cae8948b0e69a2a065 /math | |
parent | 1015f824324c124ee2225afc1e73b06d598564ca (diff) | |
download | pkgsrc-324db2298d8a0dce8ede218ecda1ad47c3bbd532.tar.gz |
Update to 3.0200:
3.0200 June 18, 2010
- Added skewness and kurtosis
- https://rt.cpan.org/Ticket/Display.html?id=58187
- Thanks to Shawn Laffan.
3.0102 June 15, 2010
- Add the $VERSION variable to Statistics::Descriptive::Sparse and
Statistics::Descriptive::Full. This was done to silence the CPAN indexer.
3.0101 June 15, 2010
- Moved the trimmed_mean caching test (that used the Benchmark.pm module)
to rejects/descr.t , because it kept failing.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 41ccb3ab695..5e8e9f5b1f6 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/08/21 16:35:15 seb Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/12 12:28:16 wiz Exp $ -DISTNAME= Statistics-Descriptive-3.0100 +DISTNAME= Statistics-Descriptive-3.0200 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo index b02327903b6..82e1d6488b8 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/08/18 14:03:06 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/09/12 12:28:17 wiz Exp $ -SHA1 (Statistics-Descriptive-3.0100.tar.gz) = d7e4ac871e7d92454bc515af0857d48e079377e7 -RMD160 (Statistics-Descriptive-3.0100.tar.gz) = 9a566c2e8c5d27cb646ca290f60f20744929ca03 -Size (Statistics-Descriptive-3.0100.tar.gz) = 22002 bytes +SHA1 (Statistics-Descriptive-3.0200.tar.gz) = f4aad26964333fc8fc16d867dd054a3f503f13cf +RMD160 (Statistics-Descriptive-3.0200.tar.gz) = 185cddbc8ce8d97194e3d9b05cfc575b956c50a6 +Size (Statistics-Descriptive-3.0200.tar.gz) = 22458 bytes |