# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                viewres
version             1.0.3
categories          x11 graphics
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     c9d15462c0190dce61d04a6717dd7622 \
                    sha1    383ff3cc93340b246e9fee29cad605478399eb62 \
                    rmd160  595454770faf7d69601d6f2b89c7d067caecd5fa

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
