diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 16:09:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 16:09:53 +0800 |
commit | 2ea66af31c5bea6d567e524d813f4b867d6e864f (patch) | |
tree | 8d622ba62c277c7749375236c025fab91067e79f /math | |
parent | 00916a9369f38b388406ac1ca4cda6cc46c3a75c (diff) | |
download | freebsd-ports-gnome-2ea66af31c5bea6d567e524d813f4b867d6e864f.tar.gz freebsd-ports-gnome-2ea66af31c5bea6d567e524d813f4b867d6e864f.tar.zst freebsd-ports-gnome-2ea66af31c5bea6d567e524d813f4b867d6e864f.zip |
Add port math/octave-forge-bim
This is bim.
Package for solving Diffusion Advection Reaction (DAR)
Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel
(FVSG) method a.k.a Box Integration Method (BIM)
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-bim/Makefile | 20 | ||||
-rw-r--r-- | math/octave-forge-bim/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-bim/pkg-descr | 12 | ||||
-rw-r--r-- | math/octave-forge-bim/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ecfaf9f74f2f..145d3e5b30af 100644 --- a/math/Makefile +++ b/math/Makefile @@ -185,6 +185,7 @@ SUBDIR += octave-forge-arpack SUBDIR += octave-forge-audio SUBDIR += octave-forge-base + SUBDIR += octave-forge-bim SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-combinatorics diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile new file mode 100644 index 000000000000..e3b641aff0db --- /dev/null +++ b/math/octave-forge-bim/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-bim +PORTVERSION= 0.0.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl +RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-bim/distinfo b/math/octave-forge-bim/distinfo new file mode 100644 index 000000000000..f99cd003132c --- /dev/null +++ b/math/octave-forge-bim/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/bim-0.0.7.tar.gz) = a3661d541044f3b39a4ec4e343b52b23 +SHA256 (octave-forge/bim-0.0.7.tar.gz) = 45d5c55c55552d4238aca5bd9edcea2cba8bb7cc4170d166d50e179842990380 +SIZE (octave-forge/bim-0.0.7.tar.gz) = 19310 diff --git a/math/octave-forge-bim/pkg-descr b/math/octave-forge-bim/pkg-descr new file mode 100644 index 000000000000..ac03643bf2f4 --- /dev/null +++ b/math/octave-forge-bim/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 bim. + +Package for solving Diffusion Advection Reaction (DAR) +Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel +(FVSG) method a.k.a Box Integration Method (BIM) + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-bim/pkg-plist b/math/octave-forge-bim/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-bim/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |