From 528671f7320d54954e3438213e266b7908516032 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Wed, 16 Mar 2005 12:01:08 +0000 Subject: Update to 0.2.1: -Fixed memory leaks and bugs in floating point operations. -Enhanced GUI support. PR: ports/78899 Submitted by: Sarod Yatawatta (maintainer/author) --- cad/pdnmesh/Makefile | 8 +------- cad/pdnmesh/distinfo | 4 ++-- cad/pdnmesh/pkg-descr | 2 +- cad/pdnmesh/pkg-plist | 12 ++++++++++++ 4 files changed, 16 insertions(+), 10 deletions(-) (limited to 'cad/pdnmesh') diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 200675601f11..5cd430d2c4ba 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pdnmesh -PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTVERSION= 0.2.1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ ${MASTER_SITE_SUNSITE:S/$/:sun/} @@ -27,13 +26,8 @@ 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 3acd66fd6669..ada82270f1f2 100644 --- a/cad/pdnmesh/distinfo +++ b/cad/pdnmesh/distinfo @@ -1,2 +1,2 @@ -MD5 (pdnmesh-0.1.9.tar.gz) = 31de24a672d4e8f57a944f1a72c689ad -SIZE (pdnmesh-0.1.9.tar.gz) = 807663 +MD5 (pdnmesh-0.2.1.tar.gz) = 0fce52c99db5e894530f0e5ddde497d5 +SIZE (pdnmesh-0.2.1.tar.gz) = 1590790 diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr index 2b167bbd4da3..80154abf75ad 100644 --- a/cad/pdnmesh/pkg-descr +++ b/cad/pdnmesh/pkg-descr @@ -1,7 +1,7 @@ pdnMesh: A finite element program ================================= -Copyright (C) 2001-2004 Sarod Yatawatta +Copyright (C) 2001-2005 Sarod Yatawatta pdnMesh is a program that can solve 2D potential problems (Poisson Equation) and eigenvalue problems (Helmholtz Equation) using the Finite Element Method. diff --git a/cad/pdnmesh/pkg-plist b/cad/pdnmesh/pkg-plist index 5cb40ffdc30b..fc68307b8058 100644 --- a/cad/pdnmesh/pkg-plist +++ b/cad/pdnmesh/pkg-plist @@ -24,6 +24,18 @@ bin/pdnmesh %%DATADIR%%/examples/heart %%DATADIR%%/examples/switch %%DATADIR%%/examples/trans +%%DATADIR%%/pixmaps/open.xpm +%%DATADIR%%/pixmaps/save.xpm +%%DATADIR%%/pixmaps/help_about.xpm +%%DATADIR%%/pixmaps/next_eigenmode.xpm +%%DATADIR%%/pixmaps/plot_cont.xpm +%%DATADIR%%/pixmaps/plot_fill.xpm +%%DATADIR%%/pixmaps/plot_grad.xpm +%%DATADIR%%/pixmaps/plot_mesh.xpm +%%DATADIR%%/pixmaps/zoom_all.xpm +%%DATADIR%%/pixmaps/zoom_back.xpm +%%DATADIR%%/pixmaps/zoom_window.xpm @dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/tutorial @dirrm %%DATADIR%% -- cgit v1.2.3