From 182937580d8aa186d5d38e091ae38d0005a1ec23 Mon Sep 17 00:00:00 2001
From: Will Andrews <will@FreeBSD.org>
Date: Thu, 4 Jan 2001 00:03:54 +0000
Subject: Add p5-Statistics-Table-F 0.02, perl module for computing the
 statistical F-ratio.

PR:		24013
Submitted by:	Anton Berezin <tobez@tobez.org>
---
 math/Makefile                          |  1 +
 math/p5-Statistics-Table-F/Makefile    | 25 +++++++++++++++++++++++++
 math/p5-Statistics-Table-F/distinfo    |  1 +
 math/p5-Statistics-Table-F/pkg-comment |  1 +
 math/p5-Statistics-Table-F/pkg-descr   | 10 ++++++++++
 math/p5-Statistics-Table-F/pkg-plist   | 11 +++++++++++
 6 files changed, 49 insertions(+)
 create mode 100644 math/p5-Statistics-Table-F/Makefile
 create mode 100644 math/p5-Statistics-Table-F/distinfo
 create mode 100644 math/p5-Statistics-Table-F/pkg-comment
 create mode 100644 math/p5-Statistics-Table-F/pkg-descr
 create mode 100644 math/p5-Statistics-Table-F/pkg-plist

diff --git a/math/Makefile b/math/Makefile
index e7e88a1a76f8..bd9c24cdc52b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -63,6 +63,7 @@
     SUBDIR += p5-Statistics-Distributions
     SUBDIR += p5-Statistics-LTU
     SUBDIR += p5-Statistics-OLS
+    SUBDIR += p5-Statistics-Table-F
     SUBDIR += pari
     SUBDIR += parmetis
     SUBDIR += physcalc
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
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0