From 51344b06ed70e8da663245efdd6ef2bd3b204902 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 16 Aug 2011 22:36:56 +0000 Subject: Update to 3.0202: 3.0202 July 23, 2011 - Moved tag-release.pl to scripts/tag-release.pl (though we now use Mercurial instead of Subversion.) - Add t/mode.t to test the ->mode() method. - Documented ->mode() better. - Optimized ->mode(). 3.0201 October 14, 2010 - Add some documentation clarifying the 0th percentile return, as it returns undef() for representing -inf: - Fix https://rt.cpan.org/Ticket/Display.html?id=62055 - Thanks to Dave Breimann for reporting it. - Add the tag-release.pl to tag a release using Subversion. --- math/p5-Statistics-Descriptive/DESCR | 2 +- math/p5-Statistics-Descriptive/Makefile | 5 ++--- math/p5-Statistics-Descriptive/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'math/p5-Statistics-Descriptive') diff --git a/math/p5-Statistics-Descriptive/DESCR b/math/p5-Statistics-Descriptive/DESCR index 2f76ccb0f9e..7b126726f2a 100644 --- a/math/p5-Statistics-Descriptive/DESCR +++ b/math/p5-Statistics-Descriptive/DESCR @@ -1,2 +1,2 @@ -Statistics::Descriptive is a perl module of basic descriptive statistical +Statistics::Descriptive is a perl module of basic descriptive statistical functions (mean, median, mode, sum, variance, standard_deviation, etc.) diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index a1a588762f6..9912cb7ff47 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 13:38:24 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/16 22:36:56 wiz Exp $ -DISTNAME= Statistics-Descriptive-3.0200 +DISTNAME= Statistics-Descriptive-3.0202 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 82e1d6488b8..9788859fe57 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/09/12 12:28:17 wiz Exp $ +$NetBSD: distinfo,v 1.4 2011/08/16 22:36:56 wiz Exp $ -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 +SHA1 (Statistics-Descriptive-3.0202.tar.gz) = c43f1946fc60995c5b9adb6a2bce3ec6635e33a5 +RMD160 (Statistics-Descriptive-3.0202.tar.gz) = 6aa69dbad2af8d70e5c760061d1268189b9a109a +Size (Statistics-Descriptive-3.0202.tar.gz) = 23450 bytes -- cgit v1.2.3