diff options
author | vs <vs@FreeBSD.org> | 2004-04-14 19:16:56 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-14 19:16:56 +0000 |
commit | 7023a5d6c58170dd561ae9c3301da330ca5790e5 (patch) | |
tree | 2be0954a3e36e93994e237b8962ec30d1eabf917 /cad | |
parent | a665fd7a02f3c6cec2ab3424903eee545ea059ab (diff) | |
download | FreeBSD-ports-7023a5d6c58170dd561ae9c3301da330ca5790e5.zip FreeBSD-ports-7023a5d6c58170dd561ae9c3301da330ca5790e5.tar.gz |
Update to 0.1.4:
- GUI support with GTK and GTKGLExt
- New triangulation routine
- Interactive refinement of mesh
- Importing DXF files natively
- Eigensolver for Wave Equation type problems
Minor port cleanup.
PR: 65471
Submitted by: Sarod Yatawatta (maintainer)
Approved by: linimon (mentor)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pdnmesh/Makefile | 11 | ||||
-rw-r--r-- | cad/pdnmesh/distinfo | 4 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-descr | 18 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-message | 3 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-plist | 12 |
5 files changed, 22 insertions, 26 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index a327043..31b3d91 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -6,22 +6,23 @@ # PORTNAME= pdnmesh -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.4 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ${PORTNAME} science/visualization -MAINTAINER= sarod@cs.pdn.ac.lk +MAINTAINER= sarod@users.sf.net COMMENT= A finite element program +LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext:install + USE_XLIB= yes -USE_MESA= yes -USE_PERL5= yes +USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAN1= pdnmesh.1 d2m.1 +MAN1= pdnmesh.1 MAN5= pdnmesh_input.5 .include <bsd.port.mk> diff --git a/cad/pdnmesh/distinfo b/cad/pdnmesh/distinfo index a57b576..ce9e27b 100644 --- a/cad/pdnmesh/distinfo +++ b/cad/pdnmesh/distinfo @@ -1,2 +1,2 @@ -MD5 (pdnmesh-0.1.2.tar.gz) = 7133d9a80861a3f7b42fd7b883430260 -SIZE (pdnmesh-0.1.2.tar.gz) = 164375 +MD5 (pdnmesh-0.1.4.tar.gz) = a310de2207c45ac84e2c54357613f258 +SIZE (pdnmesh-0.1.4.tar.gz) = 975357 diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr index 8429d75..826dc2b 100644 --- a/cad/pdnmesh/pkg-descr +++ b/cad/pdnmesh/pkg-descr @@ -1,18 +1,16 @@ pdnMesh: A finite element program ================================= -Copyright (c) 2001 Sarod Yatawatta +Copyright (C) 2001-2004 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. +PdnMesh is a 2D mesh generator and Finite Element program, +especially designed to solve field problems. +It is written in C and uses OpenGL/Mesa +and GTK/GTKGLExt for visualization. It can import DXF +files created by CAD programs and convert them as input to +be used in the program itself. -Apart from producing graphical output, pdnmesh can be run in text mode to +Apart from producing graphical output, pdnmesh can 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 deleted file mode 100644 index 48ba6fd..0000000 --- a/cad/pdnmesh/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -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 index bbcafe0..3136965 100644 --- a/cad/pdnmesh/pkg-plist +++ b/cad/pdnmesh/pkg-plist @@ -1,11 +1,11 @@ bin/pdnmesh -bin/d2m +share/pdnmesh/README +share/pdnmesh/COPYING +share/pdnmesh/ChangeLog 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/tutorial/tutorial.sgml.gz +share/pdnmesh/tutorial/tutorial.pdf.gz +share/pdnmesh/tutorial/tutorial.html.tgz share/pdnmesh/examples/README share/pdnmesh/examples/coords.1 share/pdnmesh/examples/coords.10 |