diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 5f1123b9eb8a..8ce5dc64ddb9 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -1,31 +1,38 @@ # New ports collection makefile for: pdnmesh # Date created: 25 August 2001 # Whom: Sarod Yatawatta # # $FreeBSD$ # PORTNAME= pdnmesh -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.9 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ ${MASTER_SITE_SUNSITE:S/$/:sun/} MASTER_SITE_SUBDIR= ${PORTNAME}/:sf science/visualization/:sun DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,sun MAINTAINER= sarod@users.sf.net COMMENT= A finite element program LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext:install\ lapack:${PORTSDIR}/math/lapack:install\ atlas:${PORTSDIR}/math/atlas:install USE_XLIB= yes USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +USE_AUTOCONF_VER=259 +USE_REINPLACE= yes + MAN1= pdnmesh.1 MAN5= pdnmesh_input.5 +post-patch: +.for FILE in ${DISTNAME}/configure.in + @${REINPLACE_CMD} -e "s/\$$FLIBS//g" ${WRKSRC}/${FILE} +.endfor .include diff --git a/cad/pdnmesh/distinfo b/cad/pdnmesh/distinfo index 0a5214417d1e..3acd66fd6669 100644 --- a/cad/pdnmesh/distinfo +++ b/cad/pdnmesh/distinfo @@ -1,2 +1,2 @@ -MD5 (pdnmesh-0.1.7.tar.gz) = 96836274e240e6300cd5006fbd27833b -SIZE (pdnmesh-0.1.7.tar.gz) = 251547 +MD5 (pdnmesh-0.1.9.tar.gz) = 31de24a672d4e8f57a944f1a72c689ad +SIZE (pdnmesh-0.1.9.tar.gz) = 807663 diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr index c908da537ba1..2b167bbd4da3 100644 --- a/cad/pdnmesh/pkg-descr +++ b/cad/pdnmesh/pkg-descr @@ -1,24 +1,24 @@ pdnMesh: A finite element program ================================= Copyright (C) 2001-2004 Sarod Yatawatta pdnMesh is a program that can solve 2D potential problems (Poisson Equation) and eigenvalue problems (Helmholtz Equation) using the Finite Element Method. Common applications occur in electromagnetics, heat flow and fluid dynamics. It can solve problems using both Nodal Based Formulation and Edge Based (Vector) Formulation. The features of the program are as follows. * Automatic mesh generation according to given boundaries. * Adaptive and Interactive mesh refinement. * Problem solution using Cholesky Decomposition or Conjugate Gradient - Method with profile storage (in progress). + Method with sparse storage. * Eigenvalue solution using LAPACK. * (Optionally) Eigenvalue solution using QR iteration with shifts. * Generating plots of contours, mesh and gradient on screen. * Generating Encapsulated Postscript plots of countours and mesh. * Generating a data file of the mesh to be used by other solvers. * Can import DXF files generated by CAD programs. * GUI is avaibale with glut and GTK/GTKGLExt. Needs OpenGL. WWW: http://pdnmesh.sourceforge.net/ diff --git a/cad/pdnmesh/pkg-plist b/cad/pdnmesh/pkg-plist index 41b3d9e41ca4..5cb40ffdc30b 100644 --- a/cad/pdnmesh/pkg-plist +++ b/cad/pdnmesh/pkg-plist @@ -1,30 +1,29 @@ bin/pdnmesh %%DATADIR%%/README %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog %%DATADIR%%/tutorial/README -%%DATADIR%%/tutorial/tutorial.sgml.gz -%%DATADIR%%/tutorial/tutorial.pdf.gz -%%DATADIR%%/tutorial/tutorial.html.tgz +%%DATADIR%%/tutorial/tutorial.sgml.bz2 +%%DATADIR%%/tutorial/tutorial.html.bz2 %%DATADIR%%/examples/README %%DATADIR%%/examples/coords.1 %%DATADIR%%/examples/coords.10 %%DATADIR%%/examples/coords.11 %%DATADIR%%/examples/coords.1a %%DATADIR%%/examples/coords.2 %%DATADIR%%/examples/coords.3 %%DATADIR%%/examples/coords.4 %%DATADIR%%/examples/coords.5 %%DATADIR%%/examples/coords.6 %%DATADIR%%/examples/coords.7 %%DATADIR%%/examples/coords.8 %%DATADIR%%/examples/coords.9 %%DATADIR%%/examples/heat %%DATADIR%%/examples/flow %%DATADIR%%/examples/flow.1 %%DATADIR%%/examples/heart %%DATADIR%%/examples/switch %%DATADIR%%/examples/trans @dirrm %%DATADIR%%/examples @dirrm %%DATADIR%%/tutorial @dirrm %%DATADIR%%