forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfile
36 lines (28 loc) · 1.44 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- 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