Index: head/math/Makefile =================================================================== --- head/math/Makefile (revision 29961) +++ head/math/Makefile (revision 29962) @@ -1,73 +1,74 @@ # $FreeBSD$ # SUBDIR += PDL SUBDIR += R-a4 SUBDIR += R-letter SUBDIR += Scilab SUBDIR += abs SUBDIR += add SUBDIR += apc SUBDIR += blas SUBDIR += calc SUBDIR += calctool SUBDIR += dcdflib SUBDIR += eispack SUBDIR += eval SUBDIR += femlab SUBDIR += fftpack SUBDIR += fftw SUBDIR += freefem SUBDIR += fudgit SUBDIR += geg SUBDIR += gnumeric SUBDIR += gnuplot SUBDIR += gnuplot+ SUBDIR += grace SUBDIR += grpn SUBDIR += gsl SUBDIR += hexcalc SUBDIR += lapack + SUBDIR += libneural SUBDIR += libranlib SUBDIR += linalg SUBDIR += linpack SUBDIR += metis SUBDIR += netcdf SUBDIR += ngraph SUBDIR += numpy SUBDIR += octave SUBDIR += oleo SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan SUBDIR += pari SUBDIR += parmetis SUBDIR += plplot SUBDIR += pspp SUBDIR += py-scientific SUBDIR += pygist SUBDIR += rcalc SUBDIR += rng SUBDIR += sc SUBDIR += siag SUBDIR += simpack SUBDIR += slsc SUBDIR += snns SUBDIR += spin SUBDIR += ss SUBDIR += superlu SUBDIR += topaz SUBDIR += umatrix SUBDIR += umfpack SUBDIR += vtk SUBDIR += wingz SUBDIR += wmcalc SUBDIR += xgfe SUBDIR += xgraph SUBDIR += xldlas SUBDIR += xlispstat SUBDIR += xmgr SUBDIR += xplot SUBDIR += xspread SUBDIR += xwpl .include Property changes on: head/math/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.74 \ No newline at end of property +1.75 \ No newline at end of property Index: head/math/libneural/Makefile =================================================================== --- head/math/libneural/Makefile (nonexistent) +++ head/math/libneural/Makefile (revision 29962) @@ -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 Property changes on: head/math/libneural/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/math/libneural/distinfo =================================================================== --- head/math/libneural/distinfo (nonexistent) +++ head/math/libneural/distinfo (revision 29962) @@ -0,0 +1 @@ +MD5 (libneural-1.0.2.tar.gz) = 4a495e2094afc7ca3d95bce14947110b Property changes on: head/math/libneural/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/libneural/pkg-comment =================================================================== --- head/math/libneural/pkg-comment (nonexistent) +++ head/math/libneural/pkg-comment (revision 29962) @@ -0,0 +1 @@ +C++ implementation of the classic 3-layer perceptron in library form Property changes on: head/math/libneural/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/libneural/pkg-descr =================================================================== --- head/math/libneural/pkg-descr (nonexistent) +++ head/math/libneural/pkg-descr (revision 29962) @@ -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 + +- Will Property changes on: head/math/libneural/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/libneural/pkg-plist =================================================================== --- head/math/libneural/pkg-plist (nonexistent) +++ head/math/libneural/pkg-plist (revision 29962) @@ -0,0 +1,5 @@ +include/neuron.h +include/nnwork.h +lib/libneural.so +lib/libneural.so.0 +lib/libneural.a Property changes on: head/math/libneural/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property