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>
This commit is contained in:
Wen Heping 2010-03-29 03:04:20 +00:00
parent c0fc740f43
commit 52832f3f47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251668
5 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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