# $Id: Portfile 61656 2009-12-17 20:18:54Z jeremyhu@macports.org $

PortSystem          1.0
name                viewres
version             1.0.2
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        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     f35c4ad7e1aa1ee2b25373dcdc34345b \
                    sha1    2ab60b6751c135a3bbb5a7f3f5a1fd711a4d233b \
                    rmd160  10cb0ff6232676e17fff3a179caf27c87215f4aa

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

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

