Ticket #40942: fix-ws-gaw-Portfile.diff

File fix-ws-gaw-Portfile.diff, 3.2 KB (added by maehne (Torsten Maehne), 11 years ago)
  • Portfile

    diff -ru gaw/Portfile gaw.whitespace/Portfile
    old new  
    11# -*- 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
    22# $Id: Portfile 111071 2013-09-14 06:58:40Z ryandesign@macports.org $
    33
    4 PortSystem          1.0
    5 PortGroup           active_variants 1.1
     4PortSystem              1.0
     5PortGroup               active_variants 1.1
    66
    7 name                gaw
    8 version             20130801
    9 categories          cad
    10 platforms           darwin
    11 license             GPL-2
    12 maintainers         gmx.de:Torsten.Maehne
    13 description         Gtk Analog Wave viewer
    14 long_description    Gaw is a software tool for displaying analog waveforms \
    15                     from sampled data, e.g., from the output of simulators \
    16                     like Spice. Data can be imported to gaw using files or \
    17                     direct TCP/IP connections. Gaw is based on the \
    18                     Gtk2+ toolkit.
    19 
    20 homepage            http://www.rvq.fr/linux/gaw.php
    21 master_sites        http://download.tuxfamily.org/gaw/download/
    22 distname            ${name}2-${version}
    23 
    24 checksums           md5     2ea388d530176d30be52a1530237f21b \
    25                     sha1    c3d54a320454f3fc5e8fc45db213eaeda3e4f2fd \
    26                     rmd160  aa0e7c95afa1be77b6c84a97863e77f0d9e147cd
    27 
    28 depends_build       port:pkgconfig
    29 depends_lib         port:gtk2 \
    30                     port:hicolor-icon-theme
    31 depends_run         port:openbrowser
     7name                    gaw
     8version                 20130801
     9categories              cad
     10platforms               darwin
     11license                 GPL-2
     12maintainers             gmx.de:Torsten.Maehne
     13description             Gtk Analog Wave viewer
     14long_description        Gaw is a software tool for displaying analog waveforms \
     15                        from sampled data, e.g., from the output of simulators \
     16                        like Spice. Data can be imported to gaw using files or \
     17                        direct TCP/IP connections. Gaw is based on the \
     18                        Gtk2+ toolkit.
     19
     20homepage                http://www.rvq.fr/linux/gaw.php
     21master_sites            http://download.tuxfamily.org/gaw/download/
     22distname                ${name}2-${version}
     23
     24checksums               md5     2ea388d530176d30be52a1530237f21b \
     25                        sha1    c3d54a320454f3fc5e8fc45db213eaeda3e4f2fd \
     26                        rmd160  aa0e7c95afa1be77b6c84a97863e77f0d9e147cd
     27
     28depends_build           port:pkgconfig
     29depends_lib             port:gtk2 \
     30                        port:hicolor-icon-theme
     31depends_run             port:openbrowser
    3232
    3333require_active_variants gtk2 x11
    3434
    35 patchfiles          patch-src-userprefs.h.diff
     35patchfiles              patch-src-userprefs.h.diff
    3636
    37 configure.args      --enable-gawsound=no
     37configure.args          --enable-gawsound=no
    3838
    39 livecheck.type      regex
    40 livecheck.url       ${master_sites}
    41 livecheck.regex     ${name}2-(\[0-9\]+)${extract.suffix}
     39livecheck.type          regex
     40livecheck.url           ${master_sites}
     41livecheck.regex         ${name}2-(\[0-9\]+)${extract.suffix}