aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Statistics-Table-F
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 08:03:54 +0800
committerwill <will@FreeBSD.org>2001-01-04 08:03:54 +0800
commit67fc9bccb0af7647e952160540ae633f6db6d5a5 (patch)
tree363bd7b33ac3228bed4cb5dc342fef9d7d9daf8b /math/p5-Statistics-Table-F
parentfdcb4e3214d904f38a9dab495056370ba89e3f3c (diff)
downloadfreebsd-ports-gnome-67fc9bccb0af7647e952160540ae633f6db6d5a5.tar.gz
freebsd-ports-gnome-67fc9bccb0af7647e952160540ae633f6db6d5a5.tar.zst
freebsd-ports-gnome-67fc9bccb0af7647e952160540ae633f6db6d5a5.zip
Add p5-Statistics-Table-F 0.02, perl module for computing the statistical
F-ratio. PR: 24013 Submitted by: Anton Berezin <tobez@tobez.org>
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