diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-14 17:54:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-14 17:54:31 +0000 |
commit | 820c87e7249eed7d81af7f9c117299f48dba1d12 (patch) | |
tree | d66588fde50123e5ecf0fa61fc28a5103392fb1b /cad | |
parent | 0bfc62a08364f7238e4dbde5dafb237a4750c701 (diff) | |
download | ports-820c87e7249eed7d81af7f9c117299f48dba1d12.tar.gz ports-820c87e7249eed7d81af7f9c117299f48dba1d12.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/pdnmesh/Makefile | 26 | ||||
-rw-r--r-- | cad/pdnmesh/distinfo | 1 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-comment | 1 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-descr | 18 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-message | 3 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-plist | 30 |
7 files changed, 80 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 5f05b0a5bd6e..fbcc0b1fac0c 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -18,6 +18,7 @@ SUBDIR += mars SUBDIR += oregano SUBDIR += pcb + SUBDIR += pdnmesh SUBDIR += pisces SUBDIR += qcad SUBDIR += sceptre diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile new file mode 100644 index 000000000000..f2dbb9ec69e1 --- /dev/null +++ b/cad/pdnmesh/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pdnmesh +# Date created: 25 August 2001 +# Whom: Sarod Yatawatta <sarod@cs.pdn.ac.lk> +# +# $FreeBSD$ +# + +PORTNAME= pdnmesh +PORTVERSION= 0.1.2 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= ${PORTNAME} science/visualization + +MAINTAINER= sarod@cs.pdn.ac.lk + +USE_XLIB= yes +USE_MESA= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +MAN1= pdnmesh.1 d2m.1 +MAN5= pdnmesh_input.5 + +.include <bsd.port.mk> diff --git a/cad/pdnmesh/distinfo b/cad/pdnmesh/distinfo new file mode 100644 index 000000000000..0524ff197258 --- /dev/null +++ b/cad/pdnmesh/distinfo @@ -0,0 +1 @@ +MD5 (pdnmesh-0.1.2.tar.gz) = 7133d9a80861a3f7b42fd7b883430260 diff --git a/cad/pdnmesh/pkg-comment b/cad/pdnmesh/pkg-comment new file mode 100644 index 000000000000..b29c628e99a8 --- /dev/null +++ b/cad/pdnmesh/pkg-comment @@ -0,0 +1 @@ +A finite element program diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr new file mode 100644 index 000000000000..8429d759cc5f --- /dev/null +++ b/cad/pdnmesh/pkg-descr @@ -0,0 +1,18 @@ +pdnMesh: A finite element program +================================= + +Copyright (c) 2001 Sarod Yatawatta + +PdnMesh is a 2D finite element program, especially designed to solve +electromagnetic, fluid dynamic and heatflow problems. It is written in C and +uses OpenGL/Mesa and glut for visualization. There is also a script written +in perl called 'd2m' that can be used to convert DXF files to ones suitable +for this program. + +Apart from producing graphical output, pdnmesh can be run in text mode to +produce encapsulated postscript files of the solution. + +WWW: http://pdnmesh.sourceforge.net/ + +-sarod- +<sarod@cs.pdn.ac.lk> diff --git a/cad/pdnmesh/pkg-message b/cad/pdnmesh/pkg-message new file mode 100644 index 000000000000..48ba6fd52c23 --- /dev/null +++ b/cad/pdnmesh/pkg-message @@ -0,0 +1,3 @@ +pdnmesh comes with ABSOLUTELY NO WARRANTY +This is free software, and you are welcome to redistribute +it under certain conditions given by GNU GENERAL PUBLIC LICENSE diff --git a/cad/pdnmesh/pkg-plist b/cad/pdnmesh/pkg-plist new file mode 100644 index 000000000000..07d23bae55c9 --- /dev/null +++ b/cad/pdnmesh/pkg-plist @@ -0,0 +1,30 @@ +bin/pdnmesh +bin/d2m +share/pdnmesh/tutorial/README +share/pdnmesh/tutorial/tutorial.tex +share/pdnmesh/tutorial/tutorial.dvi +share/pdnmesh/tutorial/ex1.eps +share/pdnmesh/tutorial/ex2.eps +share/pdnmesh/tutorial/exdraw.eps +share/pdnmesh/examples/README +share/pdnmesh/examples/coords.1 +share/pdnmesh/examples/coords.10 +share/pdnmesh/examples/coords.11 +share/pdnmesh/examples/coords.1a +share/pdnmesh/examples/coords.2 +share/pdnmesh/examples/coords.3 +share/pdnmesh/examples/coords.4 +share/pdnmesh/examples/coords.5 +share/pdnmesh/examples/coords.6 +share/pdnmesh/examples/coords.7 +share/pdnmesh/examples/coords.8 +share/pdnmesh/examples/coords.9 +share/pdnmesh/examples/heat +share/pdnmesh/examples/flow +share/pdnmesh/examples/flow.1 +share/pdnmesh/examples/heart +share/pdnmesh/examples/switch +share/pdnmesh/examples/trans +@dirrm share/pdnmesh/examples +@dirrm share/pdnmesh/tutorial +@dirrm share/pdnmesh |