diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 03:04:20 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 03:04:20 +0000 |
commit | 52832f3f477186d72ab6d32aac2f3e5cc86cc804 (patch) | |
tree | 4b4ea724bee3bb6bf17bcf3c57e539309a3c983c /math | |
parent | c0fc740f4359e549787c7ac495a0d734dbf74e20 (diff) | |
download | ports-52832f3f477186d72ab6d32aac2f3e5cc86cc804.tar.gz ports-52832f3f477186d72ab6d32aac2f3e5cc86cc804.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/pkg-descr | 5 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 782df6371da1..6f2dd5c07284 100644 --- a/math/Makefile +++ b/math/Makefile @@ -391,6 +391,7 @@ SUBDIR += p5-Statistics-Descriptive-Discrete SUBDIR += p5-Statistics-Distributions SUBDIR += p5-Statistics-Forecast + SUBDIR += p5-Statistics-Frequency SUBDIR += p5-Statistics-LTU SUBDIR += p5-Statistics-LineFit SUBDIR += p5-Statistics-Lite diff --git a/math/p5-Statistics-Frequency/Makefile b/math/p5-Statistics-Frequency/Makefile new file mode 100644 index 000000000000..c734281aa996 --- /dev/null +++ b/math/p5-Statistics-Frequency/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: p5-Statistics-Frequency +# Date created: 2010-03-08 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= Statistics-Frequency +PORTVERSION= 0.03 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Statistics +PKGNAMEPREFIX= p5- + +MAINTAINER= steve@mouf.net +COMMENT= Simple counting of elements + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/p5-Statistics-Frequency/distinfo b/math/p5-Statistics-Frequency/distinfo new file mode 100644 index 000000000000..0b62f4133b84 --- /dev/null +++ b/math/p5-Statistics-Frequency/distinfo @@ -0,0 +1,3 @@ +MD5 (Statistics-Frequency-0.03.tar.gz) = b67d54fb3db4787f170f3700e5362417 +SHA256 (Statistics-Frequency-0.03.tar.gz) = cd31b1047fdc9eaec1e818700aceddab729ccea17b8bf827ae8dad861f5bb6a8 +SIZE (Statistics-Frequency-0.03.tar.gz) = 4271 diff --git a/math/p5-Statistics-Frequency/pkg-descr b/math/p5-Statistics-Frequency/pkg-descr new file mode 100644 index 000000000000..e29224a15bd1 --- /dev/null +++ b/math/p5-Statistics-Frequency/pkg-descr @@ -0,0 +1,5 @@ +Statistics::Frequency is a simple class for counting elements, in other +words, their frequencies. The goal of Statistics::Frequency is simply to +be provide container for sets of elements and their respective frequencies. + +WWW: http://search.cpan.org/~jhi/Statistics-Frequency/ diff --git a/math/p5-Statistics-Frequency/pkg-plist b/math/p5-Statistics-Frequency/pkg-plist new file mode 100644 index 000000000000..a62c48953e84 --- /dev/null +++ b/math/p5-Statistics-Frequency/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/mach/auto/Statistics/Frequency/.packlist +%%SITE_PERL%%/Statistics/Frequency.pm +@dirrmtry %%SITE_PERL%%/Statistics +@dirrmtry %%SITE_PERL%%/mach/auto/Statistics/Frequency +@dirrmtry %%SITE_PERL%%/mach/auto/Statistics |