# -*- 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

PortSystem          1.0

name                viewres
version             1.0.7
revision            0
categories          x11 graphics
license             X11
maintainers         {jeremyhu @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.

homepage            https://www.x.org
master_sites        xorg:individual/app/

checksums           rmd160  33e681e563092f7606240bd3d124f3552a4fa2a1 \
                    sha256  5dd63ee19575dd1d40360242ecc1ff96e222d9b80a2b7b8b89e6d1e0f2367d78 \
                    size    172844

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

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