From 56a6afda69631a40bedd50e4e1c77b9e96d3e2a6 Mon Sep 17 00:00:00 2001 From: chuck Date: Mon, 6 Apr 2009 18:56:46 +0000 Subject: Statistics::Descriptive is a perl module of basic descriptive statistical functions (mean, median, mode, sum, variance, standard_deviation, etc.) --- math/p5-Statistics-Descriptive/DESCR | 2 ++ math/p5-Statistics-Descriptive/Makefile | 17 +++++++++++++++++ math/p5-Statistics-Descriptive/distinfo | 5 +++++ 3 files changed, 24 insertions(+) create mode 100644 math/p5-Statistics-Descriptive/DESCR create mode 100644 math/p5-Statistics-Descriptive/Makefile create mode 100644 math/p5-Statistics-Descriptive/distinfo (limited to 'math') diff --git a/math/p5-Statistics-Descriptive/DESCR b/math/p5-Statistics-Descriptive/DESCR new file mode 100644 index 00000000000..2f76ccb0f9e --- /dev/null +++ b/math/p5-Statistics-Descriptive/DESCR @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000000..9b2fffc86a4 --- /dev/null +++ b/math/p5-Statistics-Descriptive/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 18:56:46 chuck Exp $ + +DISTNAME= Statistics-Descriptive-2.6 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Statistics-Descriptive/ +COMMENT= Perl module of basic descriptive statistical functions + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Statistics/Descriptive/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo new file mode 100644 index 00000000000..f1a39dd69ee --- /dev/null +++ b/math/p5-Statistics-Descriptive/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/06 18:56:46 chuck 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 -- cgit v1.2.3