From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 17 05:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBEC916A4CE for ; Wed, 17 Nov 2004 05:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75FB43D1D for ; Wed, 17 Nov 2004 05:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAH5KPDq028378 for ; Wed, 17 Nov 2004 05:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAH5KPY9028377; Wed, 17 Nov 2004 05:20:25 GMT (envelope-from gnats) Resent-Date: Wed, 17 Nov 2004 05:20:25 GMT Resent-Message-Id: <200411170520.iAH5KPY9028377@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sarod Yatawatta Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986EF16A4CE for ; Wed, 17 Nov 2004 05:18:17 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697C943D5D for ; Wed, 17 Nov 2004 05:18:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id iAH5IHGn011159 for ; Wed, 17 Nov 2004 05:18:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iAH5IHjQ011156; Wed, 17 Nov 2004 05:18:17 GMT (envelope-from nobody) Message-Id: <200411170518.iAH5IHjQ011156@www.freebsd.org> Date: Wed, 17 Nov 2004 05:18:17 GMT From: Sarod Yatawatta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74026: [maintainer update] ports/cad/pdnmesh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 05:20:26 -0000 >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@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: