---
name: libneural
version: 1.0.3_1
origin: math/libneural
comment: C++ implementation of the classic 3-layer perceptron in library form
arch: freebsd:9:x86:64
www: http://ieee.uow.edu.au/~daniel/software/libneural/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 53309
desc: |
  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/
categories: [math, devel]
files:
  /usr/local/include/neuron.h: eda0eda20685778a717149d19701402a2a661fe3f58e149b38f00e0cee52d1f2
  /usr/local/include/nnwork.h: 4561ba34a8030c6fcd224b13f0982faf204209cd893e6f9eb96345a7c6ba2e78
  /usr/local/lib/libneural.a: 23257ec225c345a6f7d71f9efecb16a7b56569d331f7303f8f1d82163b492c26
  /usr/local/lib/libneural.la: e63cf421d25b72c31cda85631a2d72781bf2ded9005d0f836838ce42cc18d64d
  /usr/local/lib/libneural.so: '-'
  /usr/local/lib/libneural.so.0: 12dd04331aacf0e9b4544c9dbb5141edcf6a76dd8d78fd57ff1a398fc189e036
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
