aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Table-F
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-04 00:03:54 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-04 00:03:54 +0000
commit182937580d8aa186d5d38e091ae38d0005a1ec23 (patch)
tree0adae3b4ea598696d6b9e59b2c0d2a952e03f5a4 /math/p5-Statistics-Table-F
parentef8dbac3121a1ecdda884788d3b3df19111065cc (diff)
downloadports-182937580d8aa186d5d38e091ae38d0005a1ec23.tar.gz
ports-182937580d8aa186d5d38e091ae38d0005a1ec23.zip
Notes
Diffstat (limited to 'math/p5-Statistics-Table-F')
-rw-r--r--math/p5-Statistics-Table-F/Makefile25
-rw-r--r--math/p5-Statistics-Table-F/distinfo1
-rw-r--r--math/p5-Statistics-Table-F/pkg-comment1
-rw-r--r--math/p5-Statistics-Table-F/pkg-descr10
-rw-r--r--math/p5-Statistics-Table-F/pkg-plist11
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