diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:16:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:16:56 +0000 |
commit | b82d76b58c65a467468485555a79e10868008a2b (patch) | |
tree | 0a6c88f3f55fbc25f639fe995182b441562fa7c0 /math/p5-AI-Perceptron | |
parent | 7e6fb55914f1367e12dc98196ea86ac8e6432a5e (diff) | |
download | ports-b82d76b58c65a467468485555a79e10868008a2b.tar.gz ports-b82d76b58c65a467468485555a79e10868008a2b.zip |
Notes
Diffstat (limited to 'math/p5-AI-Perceptron')
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 22 | ||||
-rw-r--r-- | math/p5-AI-Perceptron/distinfo | 1 | ||||
-rw-r--r-- | math/p5-AI-Perceptron/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-AI-Perceptron/pkg-descr | 5 | ||||
-rw-r--r-- | math/p5-AI-Perceptron/pkg-plist | 4 |
5 files changed, 33 insertions, 0 deletions
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 |