diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 08:09:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 08:09:53 +0000 |
commit | 070937c507b94bf7bd2ba3b5ad6c3a935ed60829 (patch) | |
tree | cc82c8cb483d620d8ea5f065d569f7f4d809b9d0 /math/octave-forge-bim | |
parent | 05a4c91f1a5cb589ba0041269fcb8abb8aec7760 (diff) | |
download | ports-070937c507b94bf7bd2ba3b5ad6c3a935ed60829.tar.gz ports-070937c507b94bf7bd2ba3b5ad6c3a935ed60829.zip |
Notes
Diffstat (limited to 'math/octave-forge-bim')
-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 |
4 files changed, 36 insertions, 0 deletions
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 |