Commit graph

6 commits

Author SHA1 Message Date
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
Roland Illig
29333e36aa Removed trailing white-space. 2005-09-28 14:24:38 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Rich Davies
ed988dc44c Update my mail address. 2004-01-28 17:12:37 +00:00
Juan Romero Pardines
c83a39e17d Initial import of libneural 1.0.3.
Package provided by Rasputin <rasputin@idoru.mine.nu> via PR pkg/21878.

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 (which I tried and found to be pretty useless for my
application anyway).
2003-09-17 16:56:45 +00:00