diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-15 23:35:06 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-15 23:35:06 +0000 |
commit | 43a5f645b6bf3650e0987632e90228241039e83b (patch) | |
tree | 84aa9bce7bd5829bc2f6ca4ed4f31ce31376b5c1 | |
parent | 3ef644d15afbf47d0cb6566c8ddcde02baf09f5e (diff) | |
download | pkgsrc-43a5f645b6bf3650e0987632e90228241039e83b.tar.gz |
Initial import of xbindkeys 1.5.5 into the NetBSD packages collection
as x11/xbindkeys.
xbindkeys is a program that allows you to launch shell commands with
your keyboard or your mouse under X Windows. It links commands to keys
or mouse buttons using a configuration file. It's independent of the
window manager and can capture all keyboard keys (ex: Power, Wake...).
Supplied by Julio Merino in PR#17263. Thanks!
-rw-r--r-- | x11/xbindkeys/DESCR | 4 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile | 17 | ||||
-rw-r--r-- | x11/xbindkeys/PLIST | 5 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/xbindkeys/DESCR b/x11/xbindkeys/DESCR new file mode 100644 index 00000000000..fb986193490 --- /dev/null +++ b/x11/xbindkeys/DESCR @@ -0,0 +1,4 @@ +xbindkeys is a program that allows you to launch shell commands with +your keyboard or your mouse under X Windows. It links commands to keys +or mouse buttons, using a configuration file. It's independent of the +window manager and can capture all keyboard keys (ex: Power, Wake...). diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile new file mode 100644 index 00000000000..e51959ae4b7 --- /dev/null +++ b/x11/xbindkeys/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 23:35:06 cjep Exp $ +# + +DISTNAME= xbindkeys-1.5.5 +CATEGORIES= x11 +MASTER_SITES= http://hocwp.free.fr/xbindkeys/ + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html +COMMENT= Launches shell commands with your keyboard or your mouse + +USE_X11BASE= yes + +GNU_CONFIGURE= yes + +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xbindkeys/PLIST b/x11/xbindkeys/PLIST new file mode 100644 index 00000000000..93232bb081d --- /dev/null +++ b/x11/xbindkeys/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/15 23:35:06 cjep Exp $ +bin/xbindkeys +bin/xbindkeys_show +man/man1/xbindkeys.1 +man/man1/xbindkeys_show.1 diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo new file mode 100644 index 00000000000..cc314b96ca3 --- /dev/null +++ b/x11/xbindkeys/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/15 23:35:06 cjep Exp $ + +SHA1 (xbindkeys-1.5.5.tar.gz) = 56f814ab706a10b7207222b346433306d414a343 +Size (xbindkeys-1.5.5.tar.gz) = 73777 bytes |