From 84c36f68b6f2b72026d413917c8cd60ab3f47601 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 24 Sep 2008 13:43:37 +0000 Subject: [PATCH] import p5-Statistics-Descriptive 2.6 This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and only a few statistical measures are available. Using the full method, the entire data set is retained and additional functions are available. --- math/p5-Statistics-Descriptive/Makefile | 18 ++++++++++++++++++ math/p5-Statistics-Descriptive/distinfo | 5 +++++ math/p5-Statistics-Descriptive/pkg/DESCR | 6 ++++++ math/p5-Statistics-Descriptive/pkg/PLIST | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 math/p5-Statistics-Descriptive/Makefile create mode 100644 math/p5-Statistics-Descriptive/distinfo create mode 100644 math/p5-Statistics-Descriptive/pkg/DESCR create mode 100644 math/p5-Statistics-Descriptive/pkg/PLIST diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile new file mode 100644 index 00000000000..2fe6f7e1cf7 --- /dev/null +++ b/math/p5-Statistics-Descriptive/Makefile @@ -0,0 +1,18 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:43:37 jasper Exp $ + +COMMENT = basic descriptive statistical functions + +DISTNAME = Statistics-Descriptive-2.6 +CATEGORIES = math + +# perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +MODULES = cpan + +NO_REGRESS = Yes + +.include diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo new file mode 100644 index 00000000000..23756034dca --- /dev/null +++ b/math/p5-Statistics-Descriptive/distinfo @@ -0,0 +1,5 @@ +MD5 (Statistics-Descriptive-2.6.tar.gz) = BWArcCitoDk7UDrO550mFg== +RMD160 (Statistics-Descriptive-2.6.tar.gz) = i8bdSl0/gUo8kPFwHMolaLi+B9Q= +SHA1 (Statistics-Descriptive-2.6.tar.gz) = HZbCQOGcalZnVRN8/iqx5/PD9so= +SHA256 (Statistics-Descriptive-2.6.tar.gz) = UZ0Dkyxd7ck8tuzbbE0j3D9gdgpbVsKOIsQaaxslXb4= +SIZE (Statistics-Descriptive-2.6.tar.gz) = 11252 diff --git a/math/p5-Statistics-Descriptive/pkg/DESCR b/math/p5-Statistics-Descriptive/pkg/DESCR new file mode 100644 index 00000000000..0b9e957e76c --- /dev/null +++ b/math/p5-Statistics-Descriptive/pkg/DESCR @@ -0,0 +1,6 @@ +This module provides basic functions used in descriptive statistics. It +has an object oriented design and supports two different types of data +storage and calculation objects: sparse and full. With the sparse +method, none of the data is stored and only a few statistical measures +are available. Using the full method, the entire data set is retained +and additional functions are available. diff --git a/math/p5-Statistics-Descriptive/pkg/PLIST b/math/p5-Statistics-Descriptive/pkg/PLIST new file mode 100644 index 00000000000..b2fd4da8de9 --- /dev/null +++ b/math/p5-Statistics-Descriptive/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/24 13:43:37 jasper Exp $ +${P5SITE}/Statistics/ +${P5SITE}/Statistics/Descriptive.pm +@man man/man3p/Statistics::Descriptive.3p