diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:21:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:21:25 +0800 |
commit | 7cf7d1ddd63ea6b858ced1523899434fd609e125 (patch) | |
tree | b882e810cc4582601f99b9f2a59745b29ffafc8c /math | |
parent | 738280d84974c2d67ad40d033c6de8d9259ef159 (diff) | |
download | freebsd-ports-gnome-7cf7d1ddd63ea6b858ced1523899434fd609e125.tar.gz freebsd-ports-gnome-7cf7d1ddd63ea6b858ced1523899434fd609e125.tar.zst freebsd-ports-gnome-7cf7d1ddd63ea6b858ced1523899434fd609e125.zip |
Add port math/octave-forge-nnet
This is nnet. A feed forward multi-layer neural network.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-nnet/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-nnet/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-nnet/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-nnet/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 59127dfbc5f6..ecc3a3a02f4e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -203,6 +203,7 @@ SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-nnet SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-parallel SUBDIR += oleo diff --git a/math/octave-forge-nnet/Makefile b/math/octave-forge-nnet/Makefile new file mode 100644 index 000000000000..5131696c0079 --- /dev/null +++ b/math/octave-forge-nnet/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-nnet +PORTVERSION= 0.1.8 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-nnet/distinfo b/math/octave-forge-nnet/distinfo new file mode 100644 index 000000000000..1835005c296b --- /dev/null +++ b/math/octave-forge-nnet/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/nnet-0.1.8.tar.gz) = 48d1792b0ffcf055e38e64546f0da2f5 +SHA256 (octave-forge/nnet-0.1.8.tar.gz) = 14dfa3006e1f139923c251298eecb5c6e42b6a3a841478376a5b5ea2737f86a9 +SIZE (octave-forge/nnet-0.1.8.tar.gz) = 194947 diff --git a/math/octave-forge-nnet/pkg-descr b/math/octave-forge-nnet/pkg-descr new file mode 100644 index 000000000000..f62e37c6cd76 --- /dev/null +++ b/math/octave-forge-nnet/pkg-descr @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is nnet. + + A feed forward multi-layer neural network. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-nnet/pkg-plist b/math/octave-forge-nnet/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-nnet/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |