diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:52:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:52:47 +0000 |
commit | 9dade6fd0f44395f9b4440eeb0c1c05bc7a20004 (patch) | |
tree | 9e73d0566abeceeb63de722f46442d5c025c823f /math/octave-forge-optim | |
parent | 1838906ab24faf7647be792b0be63a893a5b9d6d (diff) |
Add port math/octave-forge-optim
This is optim.
Unconstrained Non-linear Optimization toolkit.
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>
Notes
Notes:
svn path=/head/; revision=220256
Diffstat (limited to 'math/octave-forge-optim')
-rw-r--r-- | math/octave-forge-optim/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-optim/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-optim/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-optim/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile new file mode 100644 index 000000000000..782eb95e9215 --- /dev/null +++ b/math/octave-forge-optim/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-optim +PORTVERSION= 1.0.4 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-optim/distinfo b/math/octave-forge-optim/distinfo new file mode 100644 index 000000000000..186d28a58d4a --- /dev/null +++ b/math/octave-forge-optim/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/optim-1.0.4.tar.gz) = 318dbf44957fbeaadb034a2b7532b110 +SHA256 (octave-forge/optim-1.0.4.tar.gz) = 426fe1b8e3101c87842af6ce2ff9596133d86d5ba7823bdc6fb119cc9fb82949 +SIZE (octave-forge/optim-1.0.4.tar.gz) = 330619 diff --git a/math/octave-forge-optim/pkg-descr b/math/octave-forge-optim/pkg-descr new file mode 100644 index 000000000000..0dbd6c0ead1a --- /dev/null +++ b/math/octave-forge-optim/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 optim. + + Unconstrained Non-linear Optimization toolkit. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-optim/pkg-plist b/math/octave-forge-optim/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-optim/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |