pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xbindkeys-tk Initial addition of xbindkeys-tk, ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9e204ad3ef8
branches:  trunk
changeset: 461534:c9e204ad3ef8
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Sep 17 15:10:25 2003 +0000

description:
Initial addition of xbindkeys-tk, version 1.5.5.

This package provides the xbindkeys_show utility that comes with the xbindkeys
distribution file; it requires Tk.

diffstat:

 x11/xbindkeys-tk/DESCR    |   7 +++++++
 x11/xbindkeys-tk/Makefile |  18 ++++++++++++++++++
 x11/xbindkeys-tk/PLIST    |   3 +++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r f044307560bd -r c9e204ad3ef8 x11/xbindkeys-tk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys-tk/DESCR    Wed Sep 17 15:10:25 2003 +0000
@@ -0,0 +1,7 @@
+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...).
+
+This package provides the xbindkeys_show utility that comes with the
+xbindkeys distribution, which needs Tk.
diff -r f044307560bd -r c9e204ad3ef8 x11/xbindkeys-tk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys-tk/Makefile Wed Sep 17 15:10:25 2003 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 15:10:25 jmmv Exp $
+#
+
+.include "../../x11/xbindkeys/Makefile.common"
+
+PKGNAME=       ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
+COMMENT+=      (Tk interface)
+
+DEPENDS+=      xbindkeys>=1.5.5nb1:../../x11/xbindkeys
+
+NO_CONFIGURE=  # defined
+NO_BUILD=      # defined
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r f044307560bd -r c9e204ad3ef8 x11/xbindkeys-tk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys-tk/PLIST    Wed Sep 17 15:10:25 2003 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/17 15:10:25 jmmv Exp $
+bin/xbindkeys_show
+man/man1/xbindkeys_show.1



Home | Main Index | Thread Index | Old Index