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

ryandesign at macports.org ryandesign at macports.org
Sat Nov 3 21:36:49 PDT 2012


Revision: 99377
          http://trac.macports.org//changeset/99377
Author:   ryandesign at macports.org
Date:     2012-11-03 21:36:49 -0700 (Sat, 03 Nov 2012)
Log Message:
-----------
ng-spice: replaced_by ngspice

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

Modified: trunk/dports/science/ng-spice/Portfile
===================================================================
--- trunk/dports/science/ng-spice/Portfile	2012-11-04 03:31:08 UTC (rev 99376)
+++ trunk/dports/science/ng-spice/Portfile	2012-11-04 04:36:49 UTC (rev 99377)
@@ -3,57 +3,10 @@
 
 PortSystem      1.0
 
+replaced_by     ngspice
+PortGroup       obsolete 1.0
+
 name            ng-spice
-version         23
-revision        1
+version         24
 license         BSD
 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 \
-                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. \
-                Note: this port does not compile the Cider module.
-
-homepage        http://ngspice.sourceforge.net/
-master_sites    sourceforge:project/ngspice/ng-spice-rework/${version}
-
-distname        ngspice-${version}
-
-checksums       [suffix ${distname}] \
-                md5     bc7faa7348e307145b3bb04ef70a87d2 \
-                sha1    65fa23d1168cb3af7651b990344f763c77bf6132 \
-                rmd160  34a5bb0a06e67a9ebe21f7abe8067cd8e793ea9e \
-                ngspice${version}-manual.pdf.gz \
-                md5     7c1766f61034725268fd1ba6817358d1 \
-                sha1    ea92e50eb84f973bf0b364e75d74416cf69291ce \
-                rmd160  286bfa0dc5b38d0d931cd686d9979c0734a17ea7
-
-worksrcdir      ngspice-${version}
-
-depends_lib     port:xorg-libXaw
-
-extract.only    [suffix ${distname}]  
-configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib \
-                --with-editline=yes \
-                --enable-x \
-                --enable-xspice
-
-post-destroot {
-    file rename ${destroot}${prefix}/share/ngspice ${destroot}${prefix}/share/${name}
-}
-
-variant manual description {Includes manual in PDF format} {
-    distfiles-append ngspice${version}-manual.pdf.gz
-    post-destroot {
-        xinstall -d ${destroot}${prefix}/share/doc/${name}
-        xinstall -m 644 ${distpath}/ngspice${version}-manual.pdf.gz ${destroot}${prefix}/share/doc/${name}
-        system -W ${destroot}${prefix}/share/doc/${name} "gunzip ngspice${version}-manual.pdf.gz"
-    }
-}
-
-livecheck.regex ngspice-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121103/b75edb58/attachment.html>


More information about the macports-changes mailing list