# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xev
version             1.0.4
categories          x11
maintainers         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            http://www.x.org/
master_sites        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     5f98c0a2725a33d60ef4956befe078fb \
                    sha1    4f62e131ba96842eef1660e8869533cd3923ac35 \
                    rmd160  926167bbbdc3aec1adc4d22bc98cc6f146a520f6

depends_build       port:pkgconfig

depends_lib         port:xorg-libX11

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

