pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fann Fast Artificial Neural Network Library impl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1746f837c99e
branches:  trunk
changeset: 519505:1746f837c99e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Oct 04 20:12:34 2006 +0000

description:
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:

 devel/fann/DESCR    |   7 +++++++
 devel/fann/Makefile |  23 +++++++++++++++++++++++
 devel/fann/PLIST    |  25 +++++++++++++++++++++++++
 devel/fann/distinfo |   5 +++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 5fd5088142c3 -r 1746f837c99e devel/fann/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann/DESCR  Wed Oct 04 20:12:34 2006 +0000
@@ -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 -r 5fd5088142c3 -r 1746f837c99e devel/fann/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann/Makefile       Wed Oct 04 20:12:34 2006 +0000
@@ -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@localhost
+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 -r 5fd5088142c3 -r 1746f837c99e devel/fann/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann/PLIST  Wed Oct 04 20:12:34 2006 +0000
@@ -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 -r 5fd5088142c3 -r 1746f837c99e devel/fann/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann/distinfo       Wed Oct 04 20:12:34 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index