From d097e1c6668e34b2b43c0899df5ae9e6ad9747a1 Mon Sep 17 00:00:00 2001 From: wen <wen@FreeBSD.org> Date: Mon, 29 Mar 2010 03:04:20 +0000 Subject: 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/ PR: ports/145136 Submitted by: Steve Wills <steve@mouf.net> --- math/p5-Statistics-Frequency/Makefile | 20 ++++++++++++++++++++ math/p5-Statistics-Frequency/distinfo | 3 +++ math/p5-Statistics-Frequency/pkg-descr | 5 +++++ math/p5-Statistics-Frequency/pkg-plist | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 math/p5-Statistics-Frequency/Makefile create mode 100644 math/p5-Statistics-Frequency/distinfo create mode 100644 math/p5-Statistics-Frequency/pkg-descr create mode 100644 math/p5-Statistics-Frequency/pkg-plist (limited to 'math/p5-Statistics-Frequency') 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 -- cgit