# $Id: Portfile 101845 2013-01-20 19:26:20Z jeremyhu@macports.org $

PortSystem          1.0

name                viewres
version             1.0.4
categories          x11 graphics
license             X11
maintainers         jeremyhu openmaintainer
description         Graphical class browser for Xt
long_description \
   The viewres program displays a tree showing the widget class hierarchy \
   of the Athena Widget Set.  Each node in the tree can be expanded to show \
   the resources that the corresponding class adds (i.e. does not inherit \
   from its parent) when a widget is created.  This application allows the \
   user to visually examine the structure and inherited resources for the \
   Athena Widget Set.

platforms           darwin

homepage            http://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           md5     e4651e55dccb0ae234e49bdc0b984fc9 \
                    sha1    02d251213b18b1f2588f20663e89052df58bcb8a \
                    rmd160  3dd615c78089a2325a980128585686eed0eada58

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
