diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-06 09:37:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-06 09:37:54 +0000 |
commit | 36b0925d7bbde14da4c058a1f04d389d451590e5 (patch) | |
tree | e41165499e8afccc87078a48612468796442cad1 /x11/xkbevd | |
parent | 26f44d9aad45106c6b20dc4444647113233ddb28 (diff) | |
download | pkgsrc-36b0925d7bbde14da4c058a1f04d389d451590e5.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/xkbevd')
-rw-r--r-- | x11/xkbevd/DESCR | 8 | ||||
-rw-r--r-- | x11/xkbevd/Makefile | 20 | ||||
-rw-r--r-- | x11/xkbevd/PLIST | 3 | ||||
-rw-r--r-- | x11/xkbevd/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
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 |