[71770] trunk/dports/science/ng-spice/Portfile

devans at macports.org devans at macports.org
Wed Sep 22 16:36:54 PDT 2010


Revision: 71770
          http://trac.macports.org/changeset/71770
Author:   devans at macports.org
Date:     2010-09-22 16:36:53 -0700 (Wed, 22 Sep 2010)
Log Message:
-----------
ng-spice: update to version 21, configuration, add livecheck, mode line, lint.

Modified Paths:
--------------
    trunk/dports/science/ng-spice/Portfile

Modified: trunk/dports/science/ng-spice/Portfile
===================================================================
--- trunk/dports/science/ng-spice/Portfile	2010-09-22 22:22:45 UTC (rev 71769)
+++ trunk/dports/science/ng-spice/Portfile	2010-09-22 23:36:53 UTC (rev 71770)
@@ -1,14 +1,16 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
+
 name	    	ng-spice
-version	    	20
-revision    	0
-categories	    science cad
+version	    	21
+categories	science cad
 maintainers     nomaintainer
 platforms       darwin
-description	    Circuit simulator based on Spice 3f5
-long_description    Ngspice is a mixed-level/mixed-signal circuit simulator. Its \
+description	Circuit simulator based on Spice 3f5
+long_description \
+                Ngspice is a mixed-level/mixed-signal circuit simulator. Its \
                 code is based on three open source software packages: Spice3f5, \
                 Cider1b1 and Xspice. Ngspice is part of gEDA project, a full \
                 GPL'd suite of Electronic Design Automation tools. \
@@ -17,17 +19,21 @@
 homepage    	http://ngspice.sourceforge.net/
 master_sites	sourceforge:ngspice
 
-distname	    ${name}-rework-${version}
-checksums       md5     81bc667a4190ef31081a6957d3c7f7b5 \
-                sha1    870d69b88d6cc0d83a8a0416a6782a4abd296de0 \
-                rmd160  73eff9cd601253523816a7c8a93e88a795ce96bb
+distname	${name}-rework-${version}
 
-worksrcdir	    ngspice-${version}
+checksums       md5     68ae18d4c1f7312a1b8e7a5c0858b146 \
+                sha1    4a66885b0de2333c0d07cefc6af41b557c46ffde \
+                rmd160  f48bc6549a08cc9c3e0886fd4e09ff46debf86dc
 
+worksrcdir	ngspice-${version}
+
 depends_lib     port:xorg-libXaw
 
-configure.args	--mandir=${prefix}/share/man \
-      		    --infodir=${prefix}/share/info \
-		        --with-editline=yes \
-		        --enable-x
+configure.args	--x-includes=${prefix}/include \
+                --x-libraries=${prefix}/lib \
+		--with-editline=yes \
+		--enable-x
 
+livecheck.type  regex
+livecheck.url   http://sourceforge.net/projects/ngspice/files/
+livecheck.regex "${name}-rework-(\\d+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100922/c1761abb/attachment.html>


More information about the macports-changes mailing list