pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Statistics-Descriptive Updating package for p5...
details: https://anonhg.NetBSD.org/pkgsrc/rev/25e0ebf4cfb5
branches: trunk
changeset: 397726:25e0ebf4cfb5
user: sno <sno%pkgsrc.org@localhost>
date: Tue Aug 18 14:03:06 2009 +0000
description:
Updating package for p5 module Statistics::Descriptive from 2.6 to 3.0100
pkgsrc changes:
- Adding license according to META.yml (perl license)
- Setting module type to Module::Build
Upstream changes:
3.0100 July 20, 2009
- Added the quantile method - thanks to Djibril Ousmanou (DJIBEL).
- https://rt.cpan.org/Ticket/Display.html?id=47948
3.0000 May 29, 2009
- Added tests (for ->count, ->sum, ->sumsq, ->min, ->max)
- Localized the scope of $stat and other variables in t/descr.t
- Got rid of AUTOLOAD in favour of individual accessors.
- Converted many direct member accesses to the accessors.
- Added ->frequency_distribution_ref() which deprecates
frequency_distribution().
- Some refactoring of the lib/Statistics/Descriptive.pm module
(without breaking the documented API).
2.9 May 13, 2009
- Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=46026 :
- standard_deviation failing due to a variance that got evaluated
to 0 due to rounding errors.
- Kwalitee : added a LICENSE section to the POD.
- Kwalitee (CPANTS) : added an examples/ directory with a script.
2.8 May 09, 2009
- Enabled "./Build runtest" and "./Build distruntest" (using Test::Run)
in the distribution.
- Fixed incomplete/broken tests in t/descr.t.
2.7 May 03, 2009
- Converted the distribution to Build.PL and re-organized it to
put everything under its proper place. Started maintaining it in:
- http://svn.berlios.de/svnroot/repos/web-cpan/Statistics-Descriptive/
- Converted t/descr.t to use "use strict;" and "use warnings;".
- Converted t/descr.t to use Test::More.
- Cleaned up the "use" statement of lib/Statistics/Descriptive.pm.
- Added more explicit dependencies (core, though) to Build.PL.
- Fixed RT bug #34999: freq distribution generated too many bins.
- https://rt.cpan.org/Ticket/Display.html?id=34999
- Added some keywords and resources to the META.yml, using Build.PL's
meta_merge.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=32183
- more authoritative (and non-broken) link to the RFC.
- Applied the patch in https://rt.cpan.org/Ticket/Display.html?id=9160
- {{#9160: Variance and Standard Deviation use costly pseudo-variance,
instead of computing real variance}}.
diffstat:
math/p5-Statistics-Descriptive/Makefile | 6 ++++--
math/p5-Statistics-Descriptive/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r 8d541c412813 -r 25e0ebf4cfb5 math/p5-Statistics-Descriptive/Makefile
--- a/math/p5-Statistics-Descriptive/Makefile Tue Aug 18 13:02:44 2009 +0000
+++ b/math/p5-Statistics-Descriptive/Makefile Tue Aug 18 14:03:06 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 18:56:46 chuck Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/18 14:03:06 sno Exp $
-DISTNAME= Statistics-Descriptive-2.6
+DISTNAME= Statistics-Descriptive-3.0100
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/}
@@ -8,10 +8,12 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Statistics-Descriptive/
COMMENT= Perl module of basic descriptive statistical functions
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Statistics/Descriptive/.packlist
+PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8d541c412813 -r 25e0ebf4cfb5 math/p5-Statistics-Descriptive/distinfo
--- a/math/p5-Statistics-Descriptive/distinfo Tue Aug 18 13:02:44 2009 +0000
+++ b/math/p5-Statistics-Descriptive/distinfo Tue Aug 18 14:03:06 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/04/06 18:56:46 chuck Exp $
+$NetBSD: distinfo,v 1.2 2009/08/18 14:03:06 sno Exp $
-SHA1 (Statistics-Descriptive-2.6.tar.gz) = 1d96c240e19c6a566755137cfe2ab1e7f3c3f6ca
-RMD160 (Statistics-Descriptive-2.6.tar.gz) = 8bc6dd4a5d3f814a3c90f1701cca2568b8be07d4
-Size (Statistics-Descriptive-2.6.tar.gz) = 11252 bytes
+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
Home |
Main Index |
Thread Index |
Old Index