Date: Sun, 4 Mar 2007 22:05:11 +0800 (CST) From: Tz-Huan Huang <tzhuan@csie.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109853: [NEW PORT] math/fann: A free open source neural network library Message-ID: <20070304140512.0A76F750E@cml6.csie.ntu.edu.tw> Resent-Message-ID: <200703041430.l24EU52I049121@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109853 >Category: ports >Synopsis: [NEW PORT] math/fann: A free open source neural network library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 04 14:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Tz-Huan Huang >Release: FreeBSD 6.2-RELEASE i386 >Organization: NTU >Environment: System: FreeBSD cml6.csie.ntu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #5: Tue Feb 6 16:31:33 CST >Description: Fast Artificial Neural Network Library is a free open source neural network library, which 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. PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Pure Data and Mathematica bindings are available. A reference manual accompanies the library with examples and recommendations on how to use the library. A graphical user interface is also available for the library. WWW: http://leenissen.dk/fann/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fann-2.1.0b.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fann # fann/Makefile # fann/pkg-descr # fann/pkg-plist # fann/distinfo # fann/files # fann/files/patch-Makefile.in # echo c - fann mkdir -p fann > /dev/null 2>&1 echo x - fann/Makefile sed 's/^X//' >fann/Makefile << 'END-of-fann/Makefile' X# New ports collection makefile for: fann X# Date created: 2007-03-04 X# Whom: Tz-Huan Huang <tzhuan@csie.org> X# X# $FreeBSD$ X# X XPORTNAME=fann XPORTVERSION=2.1.0b XCATEGORIES=math science XMASTER_SITES=${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=fann XDISTNAME=fann-2.1.0beta X XMAINTAINER= tzhuan@csie.org XCOMMENT=A free open source neural network library X XWRKSRC=${WRKDIR}/fann-2.1.0 XUSE_ZIP=yes XGNU_CONFIGURE=yes XUSE_LDCONFIG=yes XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X X.include <bsd.port.pre.mk> X.include <bsd.port.post.mk> END-of-fann/Makefile echo x - fann/pkg-descr sed 's/^X//' >fann/pkg-descr << 'END-of-fann/pkg-descr' XFast Artificial Neural Network Library is a free open source neural network Xlibrary, which implements multilayer artificial neural networks in C with Xsupport for both fully connected and sparsely connected networks. XCross-platform execution in both fixed and floating point are supported. It Xincludes a framework for easy handling of training data sets. It is easy to Xuse, versatile, well documented, and fast. PHP, C++, .NET, Ada, Python, Delphi, XOctave, Ruby, Pure Data and Mathematica bindings are available. A reference Xmanual accompanies the library with examples and recommendations on how to use Xthe library. A graphical user interface is also available for the library. X XWWW: http://leenissen.dk/fann/ END-of-fann/pkg-descr echo x - fann/pkg-plist sed 's/^X//' >fann/pkg-plist << 'END-of-fann/pkg-plist' Xinclude/compat_time.h Xinclude/doublefann.h Xinclude/fann.h Xinclude/fann_activation.h Xinclude/fann_cascade.h Xinclude/fann_data.h Xinclude/fann_error.h Xinclude/fann_internal.h Xinclude/fann_io.h Xinclude/fann_train.h Xinclude/fixedfann.h Xinclude/floatfann.h Xlib/libdoublefann.a Xlib/libdoublefann.la Xlib/libdoublefann.so Xlib/libdoublefann.so.2 Xlib/libfann.a Xlib/libfann.la Xlib/libfann.so Xlib/libfann.so.2 Xlib/libfixedfann.a Xlib/libfixedfann.la Xlib/libfixedfann.so Xlib/libfixedfann.so.2 Xlib/libfloatfann.a Xlib/libfloatfann.la Xlib/libfloatfann.so Xlib/libfloatfann.so.2 Xlibdata/pkgconfig/fann.pc END-of-fann/pkg-plist echo x - fann/distinfo sed 's/^X//' >fann/distinfo << 'END-of-fann/distinfo' XMD5 (fann-2.1.0beta.zip) = 9c53d96ce415c927cb97b8f9de2ea881 XSHA256 (fann-2.1.0beta.zip) = c24171b5b9c87946bd2f50045cc8dbd0121629fe426615501db14e6043e4a141 XSIZE (fann-2.1.0beta.zip) = 4033198 END-of-fann/distinfo echo c - fann/files mkdir -p fann/files > /dev/null 2>&1 echo x - fann/files/patch-Makefile.in sed 's/^X//' >fann/files/patch-Makefile.in << 'END-of-fann/files/patch-Makefile.in' X--- Makefile.in.orig Sun Mar 4 21:27:52 2007 X+++ Makefile.in Thu Sep 14 13:40:25 2006 X@@ -179,7 +179,7 @@ X sysconfdir = @sysconfdir@ X target_alias = @target_alias@ X SUBDIRS = src X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(prefix)/libdata/pkgconfig X pkgconfig_DATA = fann.pc X EXTRA_DIST = benchmarks examples MicrosoftVisualC++6.0 MicrosoftVisualC++.Net \ X MicrosoftWindowsDll BorlandC++Builder6.0 src/include/config.h \ END-of-fann/files/patch-Makefile.in exit --- fann-2.1.0b.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070304140512.0A76F750E>