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 | # $Id: Portfile 82015 2011-08-06 20:07:43Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gaw |
---|
7 | version 20111016 |
---|
8 | categories cad |
---|
9 | platforms darwin |
---|
10 | license GPL-2 |
---|
11 | maintainers gmx.de:Torsten.Maehne |
---|
12 | description Gaw - 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 | |
---|
22 | checksums md5 344bc70737f217451babf69f16a9196f \ |
---|
23 | sha1 544a0ccf56a4e86c830d5915b212cb373bb117b6 \ |
---|
24 | rmd160 a3e76e129c458abfd220bb3147f632c15becee21 |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | depends_lib port:gtk2 \ |
---|
28 | port:hicolor-icon-theme |
---|
29 | depends_run port:openbrowser |
---|
30 | |
---|
31 | patchfiles patch-src-userprefs.h.diff |
---|
32 | |
---|
33 | configure.args --enable-gawsound=no |
---|
34 | |
---|
35 | livecheck.type regex |
---|
36 | livecheck.url ${master_sites} |
---|
37 | livecheck.version ${version} |
---|
38 | livecheck.regex ${name}-(\[0-9\]+)${extract.suffix} |
---|