aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-OLS
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-04 00:03:14 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-04 00:03:14 +0000
commitef8dbac3121a1ecdda884788d3b3df19111065cc (patch)
tree7a69de7e5fcb266b8d82cc39b32f61f48cbb727a /math/p5-Statistics-OLS
parentfab778a52fa854ac7b5da657c4fbffc6af4a22fe (diff)
downloadports-ef8dbac3121a1ecdda884788d3b3df19111065cc.tar.gz
ports-ef8dbac3121a1ecdda884788d3b3df19111065cc.zip
Add p5-Statistics-OLS 0.07, perl module to perform ordinary least squares
and other bivariate statistics. PR: 24011 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36747
Diffstat (limited to 'math/p5-Statistics-OLS')
-rw-r--r--math/p5-Statistics-OLS/Makefile23
-rw-r--r--math/p5-Statistics-OLS/distinfo1
-rw-r--r--math/p5-Statistics-OLS/pkg-comment1
-rw-r--r--math/p5-Statistics-OLS/pkg-descr7
-rw-r--r--math/p5-Statistics-OLS/pkg-plist5
5 files changed, 37 insertions, 0 deletions
diff --git a/math/p5-Statistics-OLS/Makefile b/math/p5-Statistics-OLS/Makefile
new file mode 100644
index 000000000000..4cf95abf3fa7
--- /dev/null
+++ b/math/p5-Statistics-OLS/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: math/p5-Statistics-OLS
+# Date created: 02 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Statistics-OLS
+PORTVERSION= 0.07
+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::OLS.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/math/p5-Statistics-OLS/distinfo b/math/p5-Statistics-OLS/distinfo
new file mode 100644
index 000000000000..f7c50b8eb642
--- /dev/null
+++ b/math/p5-Statistics-OLS/distinfo
@@ -0,0 +1 @@
+MD5 (Statistics-OLS-0.07.tar.gz) = 7bd135125aecdbf523c00714e381eeaa
diff --git a/math/p5-Statistics-OLS/pkg-comment b/math/p5-Statistics-OLS/pkg-comment
new file mode 100644
index 000000000000..23fd4431ab63
--- /dev/null
+++ b/math/p5-Statistics-OLS/pkg-comment
@@ -0,0 +1 @@
+Perl module to perform ordinary least squares and other bivariate statistics
diff --git a/math/p5-Statistics-OLS/pkg-descr b/math/p5-Statistics-OLS/pkg-descr
new file mode 100644
index 000000000000..c129daa81c05
--- /dev/null
+++ b/math/p5-Statistics-OLS/pkg-descr
@@ -0,0 +1,7 @@
+Statistics::OLS computes the estimated slope and intercept of the
+regression line, their T-statistics, R squared, standard error of the
+regression and the Durbin-Watson statistic. It can also return the
+residuals.
+
+-Anton
+<tobez@tobez.org>
diff --git a/math/p5-Statistics-OLS/pkg-plist b/math/p5-Statistics-OLS/pkg-plist
new file mode 100644
index 000000000000..a99f0aaeb9ac
--- /dev/null
+++ b/math/p5-Statistics-OLS/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/OLS/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Statistics/OLS.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/OLS
+@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