diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:03:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:03:54 +0000 |
commit | 182937580d8aa186d5d38e091ae38d0005a1ec23 (patch) | |
tree | 0adae3b4ea598696d6b9e59b2c0d2a952e03f5a4 /math/p5-Statistics-Table-F | |
parent | ef8dbac3121a1ecdda884788d3b3df19111065cc (diff) |
Add p5-Statistics-Table-F 0.02, perl module for computing the statistical
F-ratio.
PR: 24013
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes:
svn path=/head/; revision=36748
Diffstat (limited to 'math/p5-Statistics-Table-F')
-rw-r--r-- | math/p5-Statistics-Table-F/Makefile | 25 | ||||
-rw-r--r-- | math/p5-Statistics-Table-F/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Statistics-Table-F/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Statistics-Table-F/pkg-descr | 10 | ||||
-rw-r--r-- | math/p5-Statistics-Table-F/pkg-plist | 11 |
5 files changed, 48 insertions, 0 deletions
diff --git a/math/p5-Statistics-Table-F/Makefile b/math/p5-Statistics-Table-F/Makefile new file mode 100644 index 000000000000..5d8b5d6b53d7 --- /dev/null +++ b/math/p5-Statistics-Table-F/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: math/p5-Statistics-Table-F +# Date created: 02 January 2001 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Statistics-Table-F +PORTVERSION= 0.02 +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 + +WRKSRC= ${WRKDIR}/Statistics/Table/F + +MAN3= Statistics::Table::F.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/math/p5-Statistics-Table-F/distinfo b/math/p5-Statistics-Table-F/distinfo new file mode 100644 index 000000000000..6c85b79a99e5 --- /dev/null +++ b/math/p5-Statistics-Table-F/distinfo @@ -0,0 +1 @@ +MD5 (Statistics-Table-F-0.02.tar.gz) = 04ceded63e854c60b3f2df014db8fc24 diff --git a/math/p5-Statistics-Table-F/pkg-comment b/math/p5-Statistics-Table-F/pkg-comment new file mode 100644 index 000000000000..2fc4a818c8c4 --- /dev/null +++ b/math/p5-Statistics-Table-F/pkg-comment @@ -0,0 +1 @@ +Perl module for computing the statistical F-ratio diff --git a/math/p5-Statistics-Table-F/pkg-descr b/math/p5-Statistics-Table-F/pkg-descr new file mode 100644 index 000000000000..424a6b8a20eb --- /dev/null +++ b/math/p5-Statistics-Table-F/pkg-descr @@ -0,0 +1,10 @@ +A Perl module that performs the analysis of variance (ANOVA) for +multiple data sets with varying numbers of elements by computing the +F-ratio. + +The F-ratio is defined as the mean square between (the variance between +the means of each data set) divided by the mean square within (the mean +of the variance estimates). + +-Anton +<tobez@tobez.org> diff --git a/math/p5-Statistics-Table-F/pkg-plist b/math/p5-Statistics-Table-F/pkg-plist new file mode 100644 index 000000000000..ff7bb8143d43 --- /dev/null +++ b/math/p5-Statistics-Table-F/pkg-plist @@ -0,0 +1,11 @@ +lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Table/F/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Table/F/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Statistics/Table/F.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Table/F +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Table/F +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Table 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Table 2>/dev/null || true +@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/Table 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true |