mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
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>
This commit is contained in:
parent
05a4c91f1a
commit
070937c507
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220286
@ -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
|
||||
|
20
math/octave-forge-bim/Makefile
Normal file
20
math/octave-forge-bim/Makefile
Normal file
@ -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>
|
3
math/octave-forge-bim/distinfo
Normal file
3
math/octave-forge-bim/distinfo
Normal file
@ -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
|
12
math/octave-forge-bim/pkg-descr
Normal file
12
math/octave-forge-bim/pkg-descr
Normal file
@ -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/
|
1
math/octave-forge-bim/pkg-plist
Normal file
1
math/octave-forge-bim/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user