diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:52:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:52:47 +0800 |
commit | bd74f73866c32106d1af423879991951064476e0 (patch) | |
tree | 790eec37d52dfffc7e3c3d7fcddedec5819e29e8 /math | |
parent | 894eb1e1d6ec0c7cce4786f3176a42965aad5bce (diff) | |
download | freebsd-ports-gnome-bd74f73866c32106d1af423879991951064476e0.tar.gz freebsd-ports-gnome-bd74f73866c32106d1af423879991951064476e0.tar.zst freebsd-ports-gnome-bd74f73866c32106d1af423879991951064476e0.zip |
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 749f081ea249..0ec49e4565af 100644 --- a/math/Makefile +++ b/math/Makefile @@ -213,6 +213,7 @@ SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-odepkg + SUBDIR += octave-forge-optim SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel 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 |