summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-01 08:16:56 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-01 08:16:56 +0000
commitb82d76b58c65a467468485555a79e10868008a2b (patch)
tree0a6c88f3f55fbc25f639fe995182b441562fa7c0 /math
parentAdd p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized, (diff)
Add p5-AI-Perceptron 0.01, a perl module intended as an introduction to
internal operations of neural networks.
Notes
Notes: svn path=/head/; revision=36556
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/p5-AI-Perceptron/Makefile22
-rw-r--r--math/p5-AI-Perceptron/distinfo1
-rw-r--r--math/p5-AI-Perceptron/pkg-comment1
-rw-r--r--math/p5-AI-Perceptron/pkg-descr5
-rw-r--r--math/p5-AI-Perceptron/pkg-plist4
6 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 785b0e727178..554b44619c75 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -45,6 +45,7 @@
SUBDIR += oleo
SUBDIR += p5-AI-NeuralNet-BackProp
SUBDIR += p5-AI-NeuralNet-Mesh
+ SUBDIR += p5-AI-Perceptron
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-Logic
SUBDIR += p5-MatrixReal
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile
new file mode 100644
index 000000000000..98a0031ba74c
--- /dev/null
+++ b/math/p5-AI-Perceptron/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: AI-Perceptron
+# Date created: 04 Nov 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= AI-Perceptron
+PORTVERSION= 0.01
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= AI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/math/p5-AI-Perceptron/distinfo b/math/p5-AI-Perceptron/distinfo
new file mode 100644
index 000000000000..50157c4ca528
--- /dev/null
+++ b/math/p5-AI-Perceptron/distinfo
@@ -0,0 +1 @@
+MD5 (AI-Perceptron-0.01.tar.gz) = e0be7c652e4b9931b94927fb602a6350
diff --git a/math/p5-AI-Perceptron/pkg-comment b/math/p5-AI-Perceptron/pkg-comment
new file mode 100644
index 000000000000..89272b140ca3
--- /dev/null
+++ b/math/p5-AI-Perceptron/pkg-comment
@@ -0,0 +1 @@
+A perl module intended as an introduction to internal operations of neural networks
diff --git a/math/p5-AI-Perceptron/pkg-descr b/math/p5-AI-Perceptron/pkg-descr
new file mode 100644
index 000000000000..b7806a8aee35
--- /dev/null
+++ b/math/p5-AI-Perceptron/pkg-descr
@@ -0,0 +1,5 @@
+This module is meant to be an introduction to the internal operations
+of Neural Networks. It lets the user create a single node in a neural
+net based on the Perceptron model.
+
+--will
diff --git a/math/p5-AI-Perceptron/pkg-plist b/math/p5-AI-Perceptron/pkg-plist
new file mode 100644
index 000000000000..c3b08a29b430
--- /dev/null
+++ b/math/p5-AI-Perceptron/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/%%PERL_VERSION%%/man/man3/AI::Perceptron.3
+lib/perl5/site_perl/%%PERL_VER%%/AI/Perceptron.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/Perceptron/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/Perceptron