diff options
author | reed <reed> | 2006-12-19 01:27:57 +0000 |
---|---|---|
committer | reed <reed> | 2006-12-19 01:27:57 +0000 |
commit | 5d01ab85db22deb6c86a9ccc16d23cb61507f019 (patch) | |
tree | 7c377f6644fa3ef83d18358a61fae4d2d62509d4 /x11/xev | |
parent | fe62d42dbe1f0e5753dcc0cddfdbd8df5e4d3cce (diff) | |
download | pkgsrc-5d01ab85db22deb6c86a9ccc16d23cb61507f019.tar.gz |
Import xev.
Xev is an X11 debugging tool. Xev creates a window (or can attach
to an existing 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 cetera).
This is the version of xev maintained by Xorg.
Diffstat (limited to 'x11/xev')
-rw-r--r-- | x11/xev/DESCR | 6 | ||||
-rw-r--r-- | x11/xev/Makefile | 20 | ||||
-rw-r--r-- | x11/xev/PLIST | 3 | ||||
-rw-r--r-- | x11/xev/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/xev/DESCR b/x11/xev/DESCR new file mode 100644 index 00000000000..016deab69ec --- /dev/null +++ b/x11/xev/DESCR @@ -0,0 +1,6 @@ +Xev is an X11 debugging tool. Xev creates a window (or can attach +to an existing 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 cetera). + +This is the version of xev maintained by Xorg. diff --git a/x11/xev/Makefile b/x11/xev/Makefile new file mode 100644 index 00000000000..07675600511 --- /dev/null +++ b/x11/xev/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/12/19 01:27:57 reed Exp $ +# + +DISTNAME= xev-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/ +COMMENT= Display X events + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libX11/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xev/PLIST b/x11/xev/PLIST new file mode 100644 index 00000000000..a57d7cf265b --- /dev/null +++ b/x11/xev/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/19 01:27:57 reed Exp $ +bin/xev +man/man1/xev.1 diff --git a/x11/xev/distinfo b/x11/xev/distinfo new file mode 100644 index 00000000000..f615a0a9f31 --- /dev/null +++ b/x11/xev/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/12/19 01:27:57 reed Exp $ + +SHA1 (xev-1.0.2.tar.bz2) = 21ea760863f512693e0dfac479f5aff58a52dcc8 +RMD160 (xev-1.0.2.tar.bz2) = 4f25c741c7c056d15ac9bdec87380815b4618a63 +Size (xev-1.0.2.tar.bz2) = 84097 bytes |