aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-odebvp
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-09-08 13:13:44 +0800
committermaho <maho@FreeBSD.org>2008-09-08 13:13:44 +0800
commit9b7609e1442cd67da1b93b67850f7d263f5c57b0 (patch)
treef8702194c8a6ba2c67362e383e2964563893e7b5 /math/octave-forge-odebvp
parente8fe6019a74aeeaf0047380ee56d6d4c8e72781d (diff)
downloadfreebsd-ports-gnome-9b7609e1442cd67da1b93b67850f7d263f5c57b0.tar.gz
freebsd-ports-gnome-9b7609e1442cd67da1b93b67850f7d263f5c57b0.tar.zst
freebsd-ports-gnome-9b7609e1442cd67da1b93b67850f7d263f5c57b0.zip
Add port math/octave-forge-odebvp
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. 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/octave-forge-odebvp')
-rw-r--r--math/octave-forge-odebvp/Makefile17
-rw-r--r--math/octave-forge-odebvp/distinfo3
-rw-r--r--math/octave-forge-odebvp/pkg-descr12
-rw-r--r--math/octave-forge-odebvp/pkg-plist1
4 files changed, 33 insertions, 0 deletions
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