Changeset 99377


Ignore:
Timestamp:
Nov 4, 2012, 4:36:49 AM (12 years ago)
Author:
ryandesign@…
Message:

ng-spice: replaced_by ngspice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/ng-spice/Portfile

    r99375 r99377  
    44PortSystem      1.0
    55
     6replaced_by     ngspice
     7PortGroup       obsolete 1.0
     8
    69name            ng-spice
    7 version         23
    8 revision        1
     10version         24
    911license         BSD
    1012categories      science cad
    11 maintainers     nomaintainer
    12 platforms       darwin
    13 description     Circuit simulator based on Spice 3f5
    14 long_description \
    15                 Ngspice is a mixed-level/mixed-signal circuit simulator. Its \
    16                 code is based on three open source software packages: Spice3f5, \
    17                 Cider1b1 and Xspice. Ngspice is part of gEDA project, a full \
    18                 GPL'd suite of Electronic Design Automation tools. \
    19                 Note: this port does not compile the Cider module.
    20 
    21 homepage        http://ngspice.sourceforge.net/
    22 master_sites    sourceforge:project/ngspice/ng-spice-rework/${version}
    23 
    24 distname        ngspice-${version}
    25 
    26 checksums       [suffix ${distname}] \
    27                 md5     bc7faa7348e307145b3bb04ef70a87d2 \
    28                 sha1    65fa23d1168cb3af7651b990344f763c77bf6132 \
    29                 rmd160  34a5bb0a06e67a9ebe21f7abe8067cd8e793ea9e \
    30                 ngspice${version}-manual.pdf.gz \
    31                 md5     7c1766f61034725268fd1ba6817358d1 \
    32                 sha1    ea92e50eb84f973bf0b364e75d74416cf69291ce \
    33                 rmd160  286bfa0dc5b38d0d931cd686d9979c0734a17ea7
    34 
    35 worksrcdir      ngspice-${version}
    36 
    37 depends_lib     port:xorg-libXaw
    38 
    39 extract.only    [suffix ${distname}] 
    40 configure.args  --x-includes=${prefix}/include \
    41                 --x-libraries=${prefix}/lib \
    42                 --with-editline=yes \
    43                 --enable-x \
    44                 --enable-xspice
    45 
    46 post-destroot {
    47     file rename ${destroot}${prefix}/share/ngspice ${destroot}${prefix}/share/${name}
    48 }
    49 
    50 variant manual description {Includes manual in PDF format} {
    51     distfiles-append ngspice${version}-manual.pdf.gz
    52     post-destroot {
    53         xinstall -d ${destroot}${prefix}/share/doc/${name}
    54         xinstall -m 644 ${distpath}/ngspice${version}-manual.pdf.gz ${destroot}${prefix}/share/doc/${name}
    55         system -W ${destroot}${prefix}/share/doc/${name} "gunzip ngspice${version}-manual.pdf.gz"
    56     }
    57 }
    58 
    59 livecheck.regex ngspice-(\[0-9.\]+)${extract.suffix}
Note: See TracChangeset for help on using the changeset viewer.