diff options
author | gdt <gdt> | 2006-10-04 20:12:34 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-10-04 20:12:34 +0000 |
commit | 367c739bfb2a7601eb70fb397f8a70d5f54af6e3 (patch) | |
tree | 3ec0d4e22b615ec8545ae987d10fc7b5e3521e96 /devel | |
parent | de96f58fc553f80e560e8aaae81d061868385701 (diff) | |
download | pkgsrc-367c739bfb2a7601eb70fb397f8a70d5f54af6e3.tar.gz |
Fast Artificial Neural Network Library implements multilayer
artificial neural networks in C with support for both fully connected
and sparsely connected networks. Cross-platform execution in both
fixed and floating point are supported. It includes a framework for
easy handling of training data sets. It is easy to use, versatile,
well documented, and fast. Bindings to other programming languages
and a GUI are also available.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fann/DESCR | 7 | ||||
-rw-r--r-- | devel/fann/Makefile | 23 | ||||
-rw-r--r-- | devel/fann/PLIST | 25 | ||||
-rw-r--r-- | devel/fann/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/devel/fann/DESCR b/devel/fann/DESCR new file mode 100644 index 00000000000..3eb7e4bdf1d --- /dev/null +++ b/devel/fann/DESCR @@ -0,0 +1,7 @@ +Fast Artificial Neural Network Library implements multilayer +artificial neural networks in C with support for both fully connected +and sparsely connected networks. Cross-platform execution in both +fixed and floating point are supported. It includes a framework for +easy handling of training data sets. It is easy to use, versatile, +well documented, and fast. Bindings to other programming languages +and a GUI are also available. diff --git a/devel/fann/Makefile b/devel/fann/Makefile new file mode 100644 index 00000000000..73e84dee006 --- /dev/null +++ b/devel/fann/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/10/04 20:12:34 gdt Exp $ +# + +DISTNAME= fann-2.0.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fann/} + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://leenissen.dk/fann/ +COMMENT= Fast Artificial Neural Network + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes + +PKGCONFIG_OVERRIDE+= fann.pc.in + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fann + (cd ${WRKSRC} && ${INSTALL_DATA} doc/* ${PREFIX}/share/doc/fann) + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/fann/PLIST b/devel/fann/PLIST new file mode 100644 index 00000000000..ddc9ac99422 --- /dev/null +++ b/devel/fann/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/04 20:12:34 gdt Exp $ +include/compat_time.h +include/doublefann.h +include/fann.h +include/fann_activation.h +include/fann_cascade.h +include/fann_data.h +include/fann_error.h +include/fann_internal.h +include/fann_io.h +include/fann_train.h +include/fixedfann.h +include/floatfann.h +lib/libdoublefann.la +lib/libfann.la +lib/libfixedfann.la +lib/libfloatfann.la +lib/pkgconfig/fann.pc +share/doc/fann/advancedusage.txt +share/doc/fann/fann_en.pdf +share/doc/fann/fixedpointusage.txt +share/doc/fann/gettingstarted.txt +share/doc/fann/installation.txt +share/doc/fann/theory.txt +@dirrm share/doc/fann diff --git a/devel/fann/distinfo b/devel/fann/distinfo new file mode 100644 index 00000000000..1b03f015e08 --- /dev/null +++ b/devel/fann/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/10/04 20:12:34 gdt Exp $ + +SHA1 (fann-2.0.0.tar.gz) = ca82372412501934cfdbccc3a994420c69e57bf2 +RMD160 (fann-2.0.0.tar.gz) = 71f59a6c1f13f8b9989ae9b8db0b64d0fbd53921 +Size (fann-2.0.0.tar.gz) = 2544249 bytes |