diff options
author | vs <vs@FreeBSD.org> | 2004-11-19 15:48:13 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-19 15:48:13 +0000 |
commit | d8da5148f4f1ba6390e9be45ef34148f2f59671b (patch) | |
tree | ac05b87fe1e4d69b89c96881cb404068db490080 /cad | |
parent | bc8fbeacf7bcca1ef3f0bd92a03e3e857033d075 (diff) | |
download | FreeBSD-ports-d8da5148f4f1ba6390e9be45ef34148f2f59671b.zip FreeBSD-ports-d8da5148f4f1ba6390e9be45ef34148f2f59671b.tar.gz |
Update to 0.1.9:
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.
PR: ports/74026
Submitted by: maintainer
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pdnmesh/Makefile | 9 | ||||
-rw-r--r-- | cad/pdnmesh/distinfo | 4 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-descr | 2 | ||||
-rw-r--r-- | cad/pdnmesh/pkg-plist | 5 |
4 files changed, 13 insertions, 7 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 5f1123b..8ce5dc6 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 0a52144..3acd66f 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 c908da5..2b167bb 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 41b3d9e..5cb40ff 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 |