Add port math/octave-forge-msh
This is msh. Package for creating and managing triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Uses a mesh data structure compatible with pdetool. Relies on gmsh for unstructured mesh generation. 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
91619c1235
commit
e95a850e38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220276
5 changed files with 37 additions and 0 deletions
|
@ -205,6 +205,7 @@
|
|||
SUBDIR += octave-forge-mapping
|
||||
SUBDIR += octave-forge-miscellaneous
|
||||
SUBDIR += octave-forge-missing-functions
|
||||
SUBDIR += octave-forge-msh
|
||||
SUBDIR += octave-forge-multicore
|
||||
SUBDIR += octave-forge-nan
|
||||
SUBDIR += octave-forge-nnet
|
||||
|
|
20
math/octave-forge-msh/Makefile
Normal file
20
math/octave-forge-msh/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-msh
|
||||
PORTVERSION= 0.0.7
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@math.missouri.edu
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
RUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines
|
||||
RUN_DEPENDS+= gmsh:${PORTSDIR}/cad/gmsh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||
.include <bsd.port.post.mk>
|
3
math/octave-forge-msh/distinfo
Normal file
3
math/octave-forge-msh/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (octave-forge/msh-0.0.7.tar.gz) = 8b6eb1999b946fbbef645782cccfc4b3
|
||||
SHA256 (octave-forge/msh-0.0.7.tar.gz) = 56290a2b417e4c4d4db040a7f366ce264fefd398c06c7bfbafdb66f7db6a00d8
|
||||
SIZE (octave-forge/msh-0.0.7.tar.gz) = 26225
|
12
math/octave-forge-msh/pkg-descr
Normal file
12
math/octave-forge-msh/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 msh.
|
||||
|
||||
Package for creating and managing triangular and tetrahedral meshes for
|
||||
Finite Element or Finite Volume PDE solvers. Uses a mesh data structure
|
||||
compatible with pdetool. Relies on gmsh for unstructured mesh generation.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-msh/pkg-plist
Normal file
1
math/octave-forge-msh/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Reference in a new issue