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

PortSystem          1.0
name                listres
version             1.0.2
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         List resources in X11 widgets
long_description \
   The listres program generates a list of a widget's resource database.  \
   The class in which each resource is first defined, the instance and class \
   name, and the type of each resource is listed.  If no specific widgets or \
   the -all switch are given, a two-column list of widget names and their \
   class hierarchies is printed.

platforms           darwin

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

checksums           md5     3c0d5d8d6abaf411cd0647bc7073ac38 \
                    sha1    4c1c9b16dbd9c442a76203b57a9fef33965415d9 \
                    rmd160  4934ee725d81ece4ddd80c997f68853e64fbdc86

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

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

