mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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:
parent
c0fc740f43
commit
52832f3f47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251668
@ -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
|
||||
|
20
math/p5-Statistics-Frequency/Makefile
Normal file
20
math/p5-Statistics-Frequency/Makefile
Normal 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>
|
3
math/p5-Statistics-Frequency/distinfo
Normal file
3
math/p5-Statistics-Frequency/distinfo
Normal 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
|
5
math/p5-Statistics-Frequency/pkg-descr
Normal file
5
math/p5-Statistics-Frequency/pkg-descr
Normal 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/
|
5
math/p5-Statistics-Frequency/pkg-plist
Normal file
5
math/p5-Statistics-Frequency/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user