From 957d850b286a1a4da8a4d8fa425005e82575d411 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 19 Nov 2004 15:48:13 +0000 Subject: Update to 0.1.9: -Added Sparse Matrix Solver. -Fixed Compile problems. -Fixed bug in reading DXF files. PR: ports/74026 Submitted by: maintainer --- cad/pdnmesh/Makefile | 9 ++++++++- cad/pdnmesh/distinfo | 4 ++-- cad/pdnmesh/pkg-descr | 2 +- cad/pdnmesh/pkg-plist | 5 ++--- 4 files changed, 13 insertions(+), 7 deletions(-) (limited to 'cad/pdnmesh') diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 5f1123b9eb8a..8ce5dc64ddb9 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdnmesh -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.9 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ ${MASTER_SITE_SUNSITE:S/$/:sun/} @@ -25,7 +25,14 @@ 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 @@ -12,7 +12,7 @@ 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. 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 @@ -3,9 +3,8 @@ bin/pdnmesh %%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 -- cgit v1.2.3