Files
Emanuele Giaquinta e64e6895c4 xev: update to 1.2.4
2020-08-04 10:39:59 -07:00

38 lines
1.4 KiB
Tcl

# -*- 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 xev
version 1.2.4
revision 0
categories x11
license X11
maintainers {jeremyhu @jeremyhu} openmaintainer
description Print contents of X11 events
long_description \
xev creates a window and then asks the X server to send it events \
whenever anything happens to the window (such as it being moved, resized, \
typed in, clicked in, etc.). You can also attach it to an existing \
window. It is useful for seeing what causes events to occur and to \
display the information that they contain. It is essentially a debugging \
and development tool, and should not be needed in normal usage.
platforms darwin
homepage https://www.x.org/
master_sites xorg:individual/app/
use_bzip2 yes
checksums rmd160 6c44d1439d4bc3b04657787c7828976f9ee18846 \
sha256 d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2 \
size 136792
depends_build port:pkgconfig
depends_lib port:xorg-libX11 \
port:xorg-libXrandr
livecheck.type regex
livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url https://xorg.freedesktop.org/archive/individual/app/?C=M&O=D