Add p5-Statistics-Descriptive 2.4, perl module that supplies statistical
methods for perl5. PR: 23997 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
bc811a3e5f
commit
d6b75aaa60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36744
6 changed files with 40 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
SUBDIR += p5-MatrixReal
|
||||
SUBDIR += p5-Set-IntSpan
|
||||
SUBDIR += p5-Statistics-ChiSquare
|
||||
SUBDIR += p5-Statistics-Descriptive
|
||||
SUBDIR += pari
|
||||
SUBDIR += parmetis
|
||||
SUBDIR += physcalc
|
||||
|
|
23
math/p5-Statistics-Descriptive/Makefile
Normal file
23
math/p5-Statistics-Descriptive/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: math/p5- Statistics-Descriptive
|
||||
# Date created: 01 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Statistics-Descriptive
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Statistics
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Statistics::Descriptive.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Statistics-Descriptive/distinfo
Normal file
1
math/p5-Statistics-Descriptive/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Statistics-Descriptive-2.4.tar.gz) = fe6a7d4e1aefdc7bb544db301de357de
|
1
math/p5-Statistics-Descriptive/pkg-comment
Normal file
1
math/p5-Statistics-Descriptive/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module that supplies statistical methods for perl5
|
9
math/p5-Statistics-Descriptive/pkg-descr
Normal file
9
math/p5-Statistics-Descriptive/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
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.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
5
math/p5-Statistics-Descriptive/pkg-plist
Normal file
5
math/p5-Statistics-Descriptive/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Statistics/Descriptive.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Descriptive
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true
|
Loading…
Reference in a new issue