# -*- 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                editres
version             1.0.7
categories          x11 graphics
maintainers         {jeremyhu @jeremyhu} openmaintainer
license             X11
description         Dynamic resource editor for X11 Toolkit applications
long_description \
   Editres is a tool that allows users and application developers to view \
   the full widget hierarchy of any X Toolkit application that speaks the \
   Editres protocol.   In addition, editres will help the user construct \
   resource specifications, allow the user to apply the resource to the \
   application and view the results dynamically.  Once the user is happy \
   with a resource specification editres will append the resource string to \
   the user's X Resources file.

platforms           darwin

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

checksums           rmd160  acdb3e1b3c1ba0ca1f474034d54795de69ba883d \
                    sha256  089ad34628e55a779b97e369f55fb12caefc96d684b508d9022eb9e12b775c11 \
                    size    166429

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
