From e95a850e384b8da50e20d8b01df2494d08d288ea Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 8 Sep 2008 07:24:05 +0000 Subject: [PATCH] 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 --- math/Makefile | 1 + math/octave-forge-msh/Makefile | 20 ++++++++++++++++++++ math/octave-forge-msh/distinfo | 3 +++ math/octave-forge-msh/pkg-descr | 12 ++++++++++++ math/octave-forge-msh/pkg-plist | 1 + 5 files changed, 37 insertions(+) create mode 100644 math/octave-forge-msh/Makefile create mode 100644 math/octave-forge-msh/distinfo create mode 100644 math/octave-forge-msh/pkg-descr create mode 100644 math/octave-forge-msh/pkg-plist diff --git a/math/Makefile b/math/Makefile index 0449b58fdfa8..c2145e047e5d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile new file mode 100644 index 000000000000..a325fb5c07b4 --- /dev/null +++ b/math/octave-forge-msh/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith +# +# $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 +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include diff --git a/math/octave-forge-msh/distinfo b/math/octave-forge-msh/distinfo new file mode 100644 index 000000000000..5fefa420c707 --- /dev/null +++ b/math/octave-forge-msh/distinfo @@ -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 diff --git a/math/octave-forge-msh/pkg-descr b/math/octave-forge-msh/pkg-descr new file mode 100644 index 000000000000..b0901400733e --- /dev/null +++ b/math/octave-forge-msh/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 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/ diff --git a/math/octave-forge-msh/pkg-plist b/math/octave-forge-msh/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-msh/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty