pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/fann-devel Fast Artificial Neural Network Librar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26d125123ece
branches:  trunk
changeset: 519950:26d125123ece
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Oct 12 18:30:22 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.

This is a CVS snapshot.

diffstat:

 devel/fann-devel/DESCR           |   9 +++++++++
 devel/fann-devel/Makefile        |  20 ++++++++++++++++++++
 devel/fann-devel/Makefile.common |  17 +++++++++++++++++
 devel/fann-devel/PLIST           |  26 ++++++++++++++++++++++++++
 devel/fann-devel/buildlink3.mk   |  19 +++++++++++++++++++
 devel/fann-devel/distinfo        |   5 +++++
 6 files changed, 96 insertions(+), 0 deletions(-)

diffs (120 lines):

diff -r 857dbfc4f56a -r 26d125123ece devel/fann-devel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann-devel/DESCR    Thu Oct 12 18:30:22 2006 +0000
@@ -0,0 +1,9 @@
+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.
+
+This is a CVS snapshot.
diff -r 857dbfc4f56a -r 26d125123ece devel/fann-devel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann-devel/Makefile Thu Oct 12 18:30:22 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/12 18:30:22 gdt Exp $
+
+.include "Makefile.common"
+
+COMMENT=               Fast Artificial Neural Network
+
+USE_PKGLOCALEDIR=      yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config
+GNU_CONFIGURE=         yes
+
+USE_LANGUAGES=         c c++
+
+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 857dbfc4f56a -r 26d125123ece devel/fann-devel/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann-devel/Makefile.common  Thu Oct 12 18:30:22 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2006/10/12 18:30:22 gdt Exp $
+
+FANNVERSION=           2.1.0
+FANNDATE=              20061012
+DISTNAME=              fann-${FANNVERSION}-${FANNDATE}
+PKGNAME=               fann-${FANNVERSION}.${FANNDATE}
+EXTRACT_SUFX=          .tar.bz2
+CATEGORIES=            devel
+
+# temporary to distribute snapshot tarballs - the latest release and beta
+# apparently both do not work with python
+MASTER_SITES=          http://acert.ir.bbn.com/downloads/acert/
+
+WRKSRC=                        ${WRKDIR}/fann-${FANNVERSION}
+
+MAINTAINER=            gdt%NetBSD.org@localhost
+HOMEPAGE=              http://leenissen.dk/fann/
diff -r 857dbfc4f56a -r 26d125123ece devel/fann-devel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann-devel/PLIST    Thu Oct 12 18:30:22 2006 +0000
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/12 18:30:22 gdt Exp $
+include/compat_time.h
+include/doublefann.h
+include/fann.h
+include/fann_activation.h
+include/fann_cascade.h
+include/fann_cpp.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 857dbfc4f56a -r 26d125123ece devel/fann-devel/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann-devel/buildlink3.mk    Thu Oct 12 18:30:22 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/10/12 18:30:22 gdt Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+FANN_BUILDLINK3_MK:=   ${FANN_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    fann
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nfann}
+BUILDLINK_PACKAGES+=   fann
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}fann
+
+.if ${FANN_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.fann+=   fann>=2.1.0.20061012
+BUILDLINK_PKGSRCDIR.fann?=     ../../devel/fann-devel
+.endif # FANN_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 857dbfc4f56a -r 26d125123ece devel/fann-devel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fann-devel/distinfo Thu Oct 12 18:30:22 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/12 18:30:22 gdt Exp $
+
+SHA1 (fann-2.1.0-20061012.tar.bz2) = 5abd888e642292716e3203d79e37f140eea28126
+RMD160 (fann-2.1.0-20061012.tar.bz2) = 632e19652e33ba836f32ab8b2b99081261e668eb
+Size (fann-2.1.0-20061012.tar.bz2) = 3573310 bytes



Home | Main Index | Thread Index | Old Index