Ticket #40461: fix-whitespaces-in-gaw-port.diff

File fix-whitespaces-in-gaw-port.diff, 2.4 KB (added by maehne (Torsten Maehne), 11 years ago)

fix whitespaces in gaw Portfile

  • Portfile

    diff -pur gaw.new/Portfile gaw/Portfile
    old new  
    33
    44PortSystem 1.0
    55
    6 name            gaw
    7 version         20130801
    8 categories      cad
    9 platforms       darwin
    10 license         GPL-2
    11 maintainers     gmx.de:Torsten.Maehne
    12 description     Gtk Analog Wave viewer
    13 long_description \
    14     Gaw is a software tool for displaying analog waveforms from \
    15     sampled data, e.g., from the output of simulators like Spice. Data \
    16     can be imported to gaw using files or direct TCP/IP connections. \
    17     Gaw is based on the Gtk2+ toolkit.
    18 
    19 homepage        http://www.rvq.fr/linux/gaw.php
    20 master_sites    http://download.tuxfamily.org/gaw/download/
    21 distname        ${name}2-${version}
    22 
    23 checksums       md5     2ea388d530176d30be52a1530237f21b \
    24                 sha1    c3d54a320454f3fc5e8fc45db213eaeda3e4f2fd \
    25                 rmd160  aa0e7c95afa1be77b6c84a97863e77f0d9e147cd
    26 
    27 depends_build   port:pkgconfig
    28 depends_lib     port:gtk2 \
    29                 port:hicolor-icon-theme
    30 depends_run     port:openbrowser
     6name                gaw
     7version             20130801
     8categories          cad
     9platforms           darwin
     10license             GPL-2
     11maintainers         gmx.de:Torsten.Maehne
     12description         Gtk Analog Wave viewer
     13long_description    Gaw is a software tool for displaying analog waveforms \
     14                    from sampled data, e.g., from the output of simulators \
     15                    like Spice. Data can be imported to gaw using files or \
     16                    direct TCP/IP connections. Gaw is based on the \
     17                    Gtk2+ toolkit.
     18
     19homepage            http://www.rvq.fr/linux/gaw.php
     20master_sites        http://download.tuxfamily.org/gaw/download/
     21distname            ${name}2-${version}
     22
     23checksums           md5     2ea388d530176d30be52a1530237f21b \
     24                    sha1    c3d54a320454f3fc5e8fc45db213eaeda3e4f2fd \
     25                    rmd160  aa0e7c95afa1be77b6c84a97863e77f0d9e147cd
     26
     27depends_build       port:pkgconfig
     28depends_lib         port:gtk2 \
     29                    port:hicolor-icon-theme
     30depends_run         port:openbrowser
    3131
    32 patchfiles      patch-src-userprefs.h.diff
     32patchfiles          patch-src-userprefs.h.diff
    3333
    34 configure.args  --enable-gawsound=no
     34configure.args      --enable-gawsound=no
    3535
    3636livecheck.type      regex
    3737livecheck.url       ${master_sites}