Ticket #54969: Portfile.20170716

File Portfile.20170716, 1.6 KB (added by maehne (Torsten Maehne), 7 years ago)
Line 
1# -*- 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
2
3PortSystem              1.0
4PortGroup               active_variants 1.1
5
6name                    gaw
7version                 20170716
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.
17
18homepage                http://www.rvq.fr/linux/gaw.php
19master_sites            http://download.tuxfamily.org/gaw/download/
20
21distname                ${name}3-${version}
22
23checksums       md5     e9870cf8859cd4d99461e2351c34a2ff \
24                sha1    814430fb1f72b80c3d9fae9f46e1e0d8f15c61cb \
25                rmd160  6caf30bf3bdd6c87f92c9d04171c3e77df3d3f12 \
26                sha256  f3347deb188a239bb4ebcdde86dec0d7d6091054410ffb5bdb11cd73e762ffff
27
28depends_build           port:pkgconfig
29depends_lib             port:hicolor-icon-theme \
30                        port:gtk3
31depends_run             port:openbrowser
32
33require_active_variants gtk3 x11
34
35patchfiles              patch-src-userprefs.h.diff
36
37configure.args          --enable-gawsound=no
38
39livecheck.type          regex
40livecheck.regex         ${name}3-(\[0-9\]+)${extract.suffix}
41livecheck.url           ${master_sites}