diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-24 19:46:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-24 19:46:15 +0000 |
commit | d3f1f4d41271509ffa43b7e5d34fc2e4855b1047 (patch) | |
tree | 1c29b0d9b5dec5b49824b75f8f8e7403f2e2aa77 /science/elmer-meshgen2d | |
parent | 83ed2390565a52fcb2f4c3b1020afb12a63de071 (diff) | |
download | ports-d3f1f4d41271509ffa43b7e5d34fc2e4855b1047.tar.gz ports-d3f1f4d41271509ffa43b7e5d34fc2e4855b1047.zip |
Notes
Diffstat (limited to 'science/elmer-meshgen2d')
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 24 | ||||
-rw-r--r-- | science/elmer-meshgen2d/distinfo | 3 | ||||
-rw-r--r-- | science/elmer-meshgen2d/pkg-descr | 9 |
3 files changed, 36 insertions, 0 deletions
diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile new file mode 100644 index 000000000000..f24ac8df1beb --- /dev/null +++ b/science/elmer-meshgen2d/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: elmer-meshgen2d +# Date created: 5 Jan 2006 +# Whom: Pedro Giffuni <giffunip@asme.org> +# +# $FreeBSD$ +# + +PORTNAME= meshgen2d +PORTVERSION= 5.0.0 +CATEGORIES= science +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ +PKGNAMEPREFIX= elmer- + +MAINTAINER= giffunip@asme.org +COMMENT= A Mesh Generation Utility for use with the ELMER FEM package + +USE_GCC= 4.1+ +GNU_CONFIGURE= yes +ALL_TARGET= + +PLIST_FILES= bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerMesh2D \ + bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-Mesh2D + +.include <bsd.port.mk> diff --git a/science/elmer-meshgen2d/distinfo b/science/elmer-meshgen2d/distinfo new file mode 100644 index 000000000000..5d7a7d2ff3b3 --- /dev/null +++ b/science/elmer-meshgen2d/distinfo @@ -0,0 +1,3 @@ +MD5 (meshgen2d-5.0.0.tar.gz) = 82a8b0485789ae38a592408c83fe26e6 +SHA256 (meshgen2d-5.0.0.tar.gz) = b45225681a19843c2f61367d394341635d1f13cfd9bc552577d3457414c317e7 +SIZE (meshgen2d-5.0.0.tar.gz) = 133083 diff --git a/science/elmer-meshgen2d/pkg-descr b/science/elmer-meshgen2d/pkg-descr new file mode 100644 index 000000000000..d45f5cca6743 --- /dev/null +++ b/science/elmer-meshgen2d/pkg-descr @@ -0,0 +1,9 @@ +A Mesh Generation Utility for use with the ELMER FEM package + +Elmer is an open-source computational tool for multi-physics problems. + +Elmer includes physical models of fluid dynamics, structural mechanics, +electromagnetics and heat transfer. These are described by partial +differential equations which Elmer solves by the Finite Element Method (FEM) + +WWW: http://www.csc.fi/elmer/ |