diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:46:20 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:46:20 +0800 |
commit | 8e8231d061f3df40a05a2eb1aa66f88ee76d1a22 (patch) | |
tree | cc8ba6a468c16bd13f165a6ce3965dd5c697661b /math | |
parent | 750f9e894ad9951ac06b1ddf6449cb0914e6863e (diff) | |
download | freebsd-ports-gnome-8e8231d061f3df40a05a2eb1aa66f88ee76d1a22.tar.gz freebsd-ports-gnome-8e8231d061f3df40a05a2eb1aa66f88ee76d1a22.tar.zst freebsd-ports-gnome-8e8231d061f3df40a05a2eb1aa66f88ee76d1a22.zip |
Add port math/octave-forge-integration
This is integration.
Toolbox for 1-D, 2-D, and n-D Numerical Integration
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-integration/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-integration/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-integration/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-integration/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 8aa10dbaf073..adf8428f690f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -192,6 +192,7 @@ SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl SUBDIR += octave-forge-informationtheory + SUBDIR += octave-forge-integration SUBDIR += octave-forge-linear-algebra SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-integration/Makefile b/math/octave-forge-integration/Makefile new file mode 100644 index 000000000000..22405dbfc676 --- /dev/null +++ b/math/octave-forge-integration/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-integration +PORTVERSION= 1.0.6 +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-integration/distinfo b/math/octave-forge-integration/distinfo new file mode 100644 index 000000000000..0d4168f777e4 --- /dev/null +++ b/math/octave-forge-integration/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/integration-1.0.6.tar.gz) = cdbcc10a951c69e223a546c68188e88c +SHA256 (octave-forge/integration-1.0.6.tar.gz) = 57ada6fc5ea081340ad2af5643d6967ff67f525e07a2d1cc484e403f40698ee1 +SIZE (octave-forge/integration-1.0.6.tar.gz) = 38748 diff --git a/math/octave-forge-integration/pkg-descr b/math/octave-forge-integration/pkg-descr new file mode 100644 index 000000000000..4eb7e97829a1 --- /dev/null +++ b/math/octave-forge-integration/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 integration. + + Toolbox for 1-D, 2-D, and n-D Numerical Integration + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-integration/pkg-plist b/math/octave-forge-integration/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-integration/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |