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