Index: head/cad/pdnmesh/pkg-message =================================================================== --- head/cad/pdnmesh/pkg-message (revision 107057) +++ head/cad/pdnmesh/pkg-message (nonexistent) @@ -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 Property changes on: head/cad/pdnmesh/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/cad/pdnmesh/Makefile =================================================================== --- head/cad/pdnmesh/Makefile (revision 107057) +++ head/cad/pdnmesh/Makefile (revision 107058) @@ -1,27 +1,28 @@ # New ports collection makefile for: pdnmesh # Date created: 25 August 2001 # Whom: Sarod Yatawatta # # $FreeBSD$ # 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 Property changes on: head/cad/pdnmesh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/cad/pdnmesh/distinfo =================================================================== --- head/cad/pdnmesh/distinfo (revision 107057) +++ head/cad/pdnmesh/distinfo (revision 107058) @@ -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 Property changes on: head/cad/pdnmesh/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/cad/pdnmesh/pkg-descr =================================================================== --- head/cad/pdnmesh/pkg-descr (revision 107057) +++ head/cad/pdnmesh/pkg-descr (revision 107058) @@ -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- - Property changes on: head/cad/pdnmesh/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/cad/pdnmesh/pkg-plist =================================================================== --- head/cad/pdnmesh/pkg-plist (revision 107057) +++ head/cad/pdnmesh/pkg-plist (revision 107058) @@ -1,30 +1,30 @@ 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 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 Property changes on: head/cad/pdnmesh/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property