# -*- 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
# $Id: Portfile 98145 2012-09-26 10:21:02Z jmr@macports.org $

PortSystem 1.0

name            gaw
version         20111016
categories      cad
platforms       darwin
license         GPL-2
maintainers     gmx.de:Torsten.Maehne
description     Gtk Analog Wave viewer
long_description \
    Gaw is a software tool for displaying analog waveforms from \
    sampled data, e.g., from the output of simulators like Spice. Data \
    can be imported to gaw using files or direct TCP/IP connections. \
    Gaw is based on the Gtk2+ toolkit.

homepage        http://www.rvq.fr/linux/gaw.php
master_sites    http://download.tuxfamily.org/gaw/download/

checksums       md5    344bc70737f217451babf69f16a9196f \
		        sha1   544a0ccf56a4e86c830d5915b212cb373bb117b6 \
		        rmd160 a3e76e129c458abfd220bb3147f632c15becee21

depends_build   port:pkgconfig
depends_lib     port:gtk2 \
                port:hicolor-icon-theme
depends_run     port:openbrowser

patchfiles      patch-src-userprefs.h.diff

configure.args  --enable-gawsound=no

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     ${name}-(\[0-9\]+)${extract.suffix}
