ports/74026: [maintainer update] ports/cad/pdnmesh
Sarod Yatawatta
sarod at users.sourceforge.net
Wed Nov 17 05:20:26 UTC 2004
>Number: 74026
>Category: ports
>Synopsis: [maintainer 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: Wed Nov 17 05:20:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Sarod Yatawatta
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kandy.home 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Apr 11 03:19:04 EDT 2004 root at kandy.home:/usr/obj/usr/src/sys/MYKERNEL i386
>Description:
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.
>How-To-Repeat:
>Fix:
diff -ruN pdnmesh.bak/Makefile pdnmesh/Makefile
--- pdnmesh.bak/Makefile Wed Nov 10 10:40:49 2004
+++ pdnmesh/Makefile Tue Nov 16 23:47:35 2004
@@ -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/}
diff -ruN pdnmesh.bak/distinfo pdnmesh/distinfo
--- pdnmesh.bak/distinfo Wed Nov 10 10:40:49 2004
+++ pdnmesh/distinfo Tue Nov 16 23:49:08 2004
@@ -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 -ruN pdnmesh.bak/pkg-descr pdnmesh/pkg-descr
--- pdnmesh.bak/pkg-descr Wed Nov 10 10:40:49 2004
+++ pdnmesh/pkg-descr Tue Nov 16 23:48:36 2004
@@ -12,7 +12,7 @@
* 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 -ruN pdnmesh.bak/pkg-plist pdnmesh/pkg-plist
--- pdnmesh.bak/pkg-plist Wed Nov 10 10:40:49 2004
+++ pdnmesh/pkg-plist Tue Nov 16 23:49:03 2004
@@ -3,9 +3,8 @@
%%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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list