summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-19 15:48:13 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-19 15:48:13 +0000
commit957d850b286a1a4da8a4d8fa425005e82575d411 (patch)
tree869627b359e4ab9b394a153e8479f95d542d5a4d /cad/pdnmesh
parent- Add patch to make xmmsctrl.h compile with c++ (through 3rd party apps) (diff)
Update to 0.1.9:
-Added Sparse Matrix Solver. -Fixed Compile problems. -Fixed bug in reading DXF files. PR: ports/74026 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=121970
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r--cad/pdnmesh/Makefile9
-rw-r--r--cad/pdnmesh/distinfo4
-rw-r--r--cad/pdnmesh/pkg-descr2
-rw-r--r--cad/pdnmesh/pkg-plist5
4 files changed, 13 insertions, 7 deletions
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 <bsd.port.mk>
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