pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xev Import xev.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/787751033b2e
branches:  trunk
changeset: 522717:787751033b2e
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Dec 19 01:27:57 2006 +0000

description:
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:

 x11/xev/DESCR    |   6 ++++++
 x11/xev/Makefile |  20 ++++++++++++++++++++
 x11/xev/PLIST    |   3 +++
 x11/xev/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 8087ab410bbd -r 787751033b2e x11/xev/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xev/DESCR     Tue Dec 19 01:27:57 2006 +0000
@@ -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 -r 8087ab410bbd -r 787751033b2e x11/xev/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xev/Makefile  Tue Dec 19 01:27:57 2006 +0000
@@ -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@localhost
+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 -r 8087ab410bbd -r 787751033b2e x11/xev/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xev/PLIST     Tue Dec 19 01:27:57 2006 +0000
@@ -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 -r 8087ab410bbd -r 787751033b2e x11/xev/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xev/distinfo  Tue Dec 19 01:27:57 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index