summaryrefslogtreecommitdiff
path: root/math/libneural
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-29 02:08:21 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-29 02:08:21 +0000
commitbbbf0c1054665e24e4ae97effdaed5cc5150ff7c (patch)
treeb7d41ee63fcbfbc69231251a5a250f91d4bc9c15 /math/libneural
parentUpgrade to version 1.1 (fixes broken man page installation). (diff)
Add libneural in its new location, moved from devel to math category w/o
a repocopy because there's no history to preserve. Libneural is a C++ library implementation of the classic 3-layer perceptron. Also release this port upon the people. Move suggested by: reg
Notes
Notes: svn path=/head/; revision=29962
Diffstat (limited to 'math/libneural')
-rw-r--r--math/libneural/Makefile17
-rw-r--r--math/libneural/distinfo1
-rw-r--r--math/libneural/pkg-comment1
-rw-r--r--math/libneural/pkg-descr10
-rw-r--r--math/libneural/pkg-plist5
5 files changed, 34 insertions, 0 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile
new file mode 100644
index 000000000000..ecb1ae2acaa4
--- /dev/null
+++ b/math/libneural/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: libneural
+# Date created: 14 Jun 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= libneural
+PORTVERSION= 1.0.2
+CATEGORIES= devel
+MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+
+.include <bsd.port.mk>
diff --git a/math/libneural/distinfo b/math/libneural/distinfo
new file mode 100644
index 000000000000..9c7305e692ef
--- /dev/null
+++ b/math/libneural/distinfo
@@ -0,0 +1 @@
+MD5 (libneural-1.0.2.tar.gz) = 4a495e2094afc7ca3d95bce14947110b
diff --git a/math/libneural/pkg-comment b/math/libneural/pkg-comment
new file mode 100644
index 000000000000..031aaa9f795b
--- /dev/null
+++ b/math/libneural/pkg-comment
@@ -0,0 +1 @@
+C++ implementation of the classic 3-layer perceptron in library form
diff --git a/math/libneural/pkg-descr b/math/libneural/pkg-descr
new file mode 100644
index 000000000000..4c2c0f1e2e5e
--- /dev/null
+++ b/math/libneural/pkg-descr
@@ -0,0 +1,10 @@
+libneural is an extremely tiny library for creating a software
+three layer backpropagation neural network. This is useful for
+a very wide variety of pattern recognition and classification
+problems. It is written in C++, based on the standard algorithm
+with NO fancy features like bias terms or momentum.
+
+WWW: http://ieee.uow.edu.au/~daniel/software/libneural/
+Author: Daniel Franklin <d.franklin@computer.org>
+
+- Will <andrews@technologist.com>
diff --git a/math/libneural/pkg-plist b/math/libneural/pkg-plist
new file mode 100644
index 000000000000..cc772850c3ad
--- /dev/null
+++ b/math/libneural/pkg-plist
@@ -0,0 +1,5 @@
+include/neuron.h
+include/nnwork.h
+lib/libneural.so
+lib/libneural.so.0
+lib/libneural.a