diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:13:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:13:44 +0000 |
commit | 7bdcd6fa1f21379353266cb091f216dd9d289f9d (patch) | |
tree | 8b0f64726e3d063beecd149c7ff82001631ff9f6 | |
parent | 585b2adb14b4ab7e707e0b4799d5385d20e883e8 (diff) | |
download | ports-7bdcd6fa1f21379353266cb091f216dd9d289f9d.tar.gz ports-7bdcd6fa1f21379353266cb091f216dd9d289f9d.zip |
Notes
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-odebvp/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-odebvp/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-odebvp/pkg-descr | 12 | ||||
-rw-r--r-- | math/octave-forge-odebvp/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0d3f23dbbc84..137df3f4c5e9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -211,6 +211,7 @@ SUBDIR += octave-forge-ocs SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-octgpr + SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-parallel SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-odebvp/Makefile b/math/octave-forge-odebvp/Makefile new file mode 100644 index 000000000000..86f8462bee00 --- /dev/null +++ b/math/octave-forge-odebvp/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-odebvp +PORTVERSION= 1.0.5 +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-odebvp/distinfo b/math/octave-forge-odebvp/distinfo new file mode 100644 index 000000000000..dfafdbb296a3 --- /dev/null +++ b/math/octave-forge-odebvp/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/odebvp-1.0.5.tar.gz) = fd223bb50fa6379e95d4209952dfa36a +SHA256 (octave-forge/odebvp-1.0.5.tar.gz) = 90aad420c2af1deb3bdd3a737f8c0f42123d945a26888c6ec6b8e67161a1d700 +SIZE (octave-forge/odebvp-1.0.5.tar.gz) = 17536 diff --git a/math/octave-forge-odebvp/pkg-descr b/math/octave-forge-odebvp/pkg-descr new file mode 100644 index 000000000000..247896d1abf8 --- /dev/null +++ b/math/octave-forge-odebvp/pkg-descr @@ -0,0 +1,12 @@ +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 odebvp. + +To approximate the solution of the boundary-value problem + y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta +by the linear finite-diffence method. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-odebvp/pkg-plist b/math/octave-forge-odebvp/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-odebvp/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |