aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Statistics-LTU
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 08:02:41 +0800
committerwill <will@FreeBSD.org>2001-01-04 08:02:41 +0800
commit8451564659eb9be729f8e02c1a7ffadc04e0c348 (patch)
tree5302c7594c5376d4a4c5fe3001c0341a17f8fe57 /math/p5-Statistics-LTU
parentfbf83ac8d54bf8fb50d72bca8a8008c983fcf6f3 (diff)
downloadfreebsd-ports-gnome-8451564659eb9be729f8e02c1a7ffadc04e0c348.tar.gz
freebsd-ports-gnome-8451564659eb9be729f8e02c1a7ffadc04e0c348.tar.zst
freebsd-ports-gnome-8451564659eb9be729f8e02c1a7ffadc04e0c348.zip
Add p5-Statistics-LTU 2.8, a perl implementation of Linear Threshould
Units. PR: 24000 Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'math/p5-Statistics-LTU')
-rw-r--r--math/p5-Statistics-LTU/Makefile23
-rw-r--r--math/p5-Statistics-LTU/distinfo1
-rw-r--r--math/p5-Statistics-LTU/pkg-comment1
-rw-r--r--math/p5-Statistics-LTU/pkg-descr7
-rw-r--r--math/p5-Statistics-LTU/pkg-plist7
5 files changed, 39 insertions, 0 deletions
diff --git a/math/p5-Statistics-LTU/Makefile b/math/p5-Statistics-LTU/Makefile
new file mode 100644
index 000000000000..a5e257ff8dbd
--- /dev/null
+++ b/math/p5-Statistics-LTU/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: math/p5-Statistics-LTU
+# Date created: 01 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Statistics-LTU
+PORTVERSION= 2.8
+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::LTU.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/math/p5-Statistics-LTU/distinfo b/math/p5-Statistics-LTU/distinfo
new file mode 100644
index 000000000000..397c26ee88c0
--- /dev/null
+++ b/math/p5-Statistics-LTU/distinfo
@@ -0,0 +1 @@
+MD5 (Statistics-LTU-2.8.tar.gz) = 22d194baec8ef7696b57a4a365a0850d
diff --git a/math/p5-Statistics-LTU/pkg-comment b/math/p5-Statistics-LTU/pkg-comment
new file mode 100644
index 000000000000..bcb5bdc776dd
--- /dev/null
+++ b/math/p5-Statistics-LTU/pkg-comment
@@ -0,0 +1 @@
+Perl implementation of Linear Threshold Units
diff --git a/math/p5-Statistics-LTU/pkg-descr b/math/p5-Statistics-LTU/pkg-descr
new file mode 100644
index 000000000000..291c849bc8d3
--- /dev/null
+++ b/math/p5-Statistics-LTU/pkg-descr
@@ -0,0 +1,7 @@
+Statistics::LTU defines methods for creating, destroying, training and
+testing Linear Threshold Units. A linear threshold unit is a 1-layer
+neural network, also called a perceptron. LTU's are used to learn
+classifications from examples.
+
+-Anton
+<tobez@tobez.org>
diff --git a/math/p5-Statistics-LTU/pkg-plist b/math/p5-Statistics-LTU/pkg-plist
new file mode 100644
index 000000000000..40730e9938e2
--- /dev/null
+++ b/math/p5-Statistics-LTU/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/LTU/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Statistics/LTU.pod
+lib/perl5/site_perl/%%PERL_VER%%/Statistics/weather.pl
+lib/perl5/site_perl/%%PERL_VER%%/Statistics/LTU.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/LTU
+@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