Date: Tue, 15 Mar 2005 23:14:06 GMT From: Sarod Yatawatta <sarod@users.sourceforge.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/78899: maintainter update ports/cad/pdnmesh Message-ID: <200503152314.j2FNE6ja074834@www.freebsd.org> Resent-Message-ID: <200503152320.j2FNK1Sf011960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78899 >Category: ports >Synopsis: maintainter update ports/cad/pdnmesh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 15 23:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sarod Yatawatta >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: FreeBSD mora.home 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Mar 14 01:29:42 EST 2005 root@mora.home:/usr/obj/usr/src/sys/SMP i386 >Description: -Fixed memory leaks and bugs in floating point operations. -Enhanced GUI support. >How-To-Repeat: >Fix: diff -ruN pdnmesh/Makefile pdnmesh.new/Makefile --- pdnmesh/Makefile Tue Mar 15 08:19:40 2005 +++ pdnmesh.new/Makefile Tue Mar 15 08:45:30 2005 @@ -6,8 +6,8 @@ # PORTNAME= pdnmesh -PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTVERSION= 0.2.1 +PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ ${MASTER_SITE_SUNSITE:S/$/:sun/} @@ -27,13 +27,8 @@ 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 -ruN pdnmesh/distinfo pdnmesh.new/distinfo --- pdnmesh/distinfo Tue Mar 15 08:19:40 2005 +++ pdnmesh.new/distinfo Tue Mar 15 17:54:05 2005 @@ -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 -ruN pdnmesh/pkg-descr pdnmesh.new/pkg-descr --- pdnmesh/pkg-descr Tue Mar 15 08:19:40 2005 +++ pdnmesh.new/pkg-descr Tue Mar 15 08:20:44 2005 @@ -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 -ruN pdnmesh/pkg-plist pdnmesh.new/pkg-plist --- pdnmesh/pkg-plist Tue Mar 15 08:19:40 2005 +++ pdnmesh.new/pkg-plist Tue Mar 15 08:23:08 2005 @@ -24,6 +24,18 @@ %%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%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503152314.j2FNE6ja074834>