summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-06 09:37:54 +0000
committerwiz <wiz>2012-06-06 09:37:54 +0000
commitb274c71046979fd93bb8c38fe848a68011a62625 (patch)
treee41165499e8afccc87078a48612468796442cad1 /x11
parent883b0bffca1795607ebf91cc6bf9b78cf0ed264b (diff)
downloadpkgsrc-b274c71046979fd93bb8c38fe848a68011a62625.tar.gz
Add xkbevd-1.1.3:
This command is very raw and is therefore only partially implemented; we present it here as a rough prototype for developers, not as a general purpose tool for end users. The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. The configuration file consists of a list of event specification/action pairs and/or variable definitions.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xkbevd/DESCR8
-rw-r--r--x11/xkbevd/Makefile20
-rw-r--r--x11/xkbevd/PLIST3
-rw-r--r--x11/xkbevd/distinfo5
5 files changed, 38 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 2e69fbb224d..316c66b2268 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.651 2012/06/06 09:32:44 wiz Exp $
+# $NetBSD: Makefile,v 1.652 2012/06/06 09:37:54 wiz Exp $
#
COMMENT= Packages to support the X window system
@@ -499,6 +499,7 @@ SUBDIR+= xjman
SUBDIR+= xkbcomp
SUBDIR+= xkbd
SUBDIR+= xkbdata
+SUBDIR+= xkbevd
SUBDIR+= xkbset
SUBDIR+= xkbutils
SUBDIR+= xkeyboard-config
diff --git a/x11/xkbevd/DESCR b/x11/xkbevd/DESCR
new file mode 100644
index 00000000000..8a310a80dd7
--- /dev/null
+++ b/x11/xkbevd/DESCR
@@ -0,0 +1,8 @@
+This command is very raw and is therefore only partially implemented;
+we present it here as a rough prototype for developers, not as a
+general purpose tool for end users.
+
+The xkbevd event daemon listens for specified XKB events and executes
+requested commands if they occur. The configuration file consists
+of a list of event specification/action pairs and/or variable
+definitions.
diff --git a/x11/xkbevd/Makefile b/x11/xkbevd/Makefile
new file mode 100644
index 00000000000..c0c5c27a290
--- /dev/null
+++ b/x11/xkbevd/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2012/06/06 09:37:54 wiz Exp $
+#
+
+DISTNAME= xkbevd-1.1.3
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Possible replacement for xev (work in progress)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libxkbfile/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xkbevd/PLIST b/x11/xkbevd/PLIST
new file mode 100644
index 00000000000..0ccaf5f2d35
--- /dev/null
+++ b/x11/xkbevd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2012/06/06 09:37:54 wiz Exp $
+bin/xkbevd
+man/man1/xkbevd.1
diff --git a/x11/xkbevd/distinfo b/x11/xkbevd/distinfo
new file mode 100644
index 00000000000..e53f034a7c5
--- /dev/null
+++ b/x11/xkbevd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/06/06 09:37:54 wiz Exp $
+
+SHA1 (xkbevd-1.1.3.tar.bz2) = 543963ba22b019b4e059e8605eb418f8a712b76e
+RMD160 (xkbevd-1.1.3.tar.bz2) = 3365156fadb15231300a7e84b9e201ff82e5a11a
+Size (xkbevd-1.1.3.tar.bz2) = 147027 bytes