From 18ab3d7e7a91c8e14e57fb11efa586dd303ff071 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 10 Mar 2001 20:00:26 +0000 Subject: Add bbkeys-0.3.5: General X Window keygrabber Provide keyboard shortcuts for X11R6, specifically intended for use with the Blackbox window manager but usable with any. Can bind actions such as executing commands, altering the states of windows, switching workspaces, etc. to arbitrary keys. Note: since the basic package does not install the qt-based configuration tool, bbkeys ought to be invoked with the -noqt option unless you also install the wm/bbkeys-qt package. Submitted by Al Snell in PR 11259 --- wm/bbkeys/Makefile | 13 +++++++++++++ wm/bbkeys/Makefile.common | 13 +++++++++++++ wm/bbkeys/files/md5 | 3 +++ wm/bbkeys/pkg/DESCR | 9 +++++++++ wm/bbkeys/pkg/PLIST | 7 +++++++ 5 files changed, 45 insertions(+) create mode 100644 wm/bbkeys/Makefile create mode 100644 wm/bbkeys/Makefile.common create mode 100644 wm/bbkeys/files/md5 create mode 100644 wm/bbkeys/pkg/DESCR create mode 100644 wm/bbkeys/pkg/PLIST (limited to 'wm') diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile new file mode 100644 index 00000000000..49df467fa08 --- /dev/null +++ b/wm/bbkeys/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +# + +PKGNAME= bbkeys-0.3.5 + +COMMENT= General X Window keygrabber + +HAS_CONFIGURE= YES +CONFIGURE_ARGS+= --prefix=${X11PREFIX} \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib + +.include "Makefile.common" diff --git a/wm/bbkeys/Makefile.common b/wm/bbkeys/Makefile.common new file mode 100644 index 00000000000..ec6fa973c3a --- /dev/null +++ b/wm/bbkeys/Makefile.common @@ -0,0 +1,13 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +# + +DISTNAME= bbkeys-0.3.5 +CATEGORIES= x11 wm +MASTER_SITES= http://movingparts.thelinuxcommunity.org/bbkeys/ + +MAINTAINER= alaric@alaric-snell.com +HOMEPAGE= http://movingparts.thelinuxcommunity.org/bbkeys.shtml + +USE_X11BASE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/bbkeys/files/md5 b/wm/bbkeys/files/md5 new file mode 100644 index 00000000000..32b4466ad1f --- /dev/null +++ b/wm/bbkeys/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ + +MD5 (bbkeys-0.3.5.tar.gz) = fc979a69a83687544da40ceb83573a44 diff --git a/wm/bbkeys/pkg/DESCR b/wm/bbkeys/pkg/DESCR new file mode 100644 index 00000000000..efe31876aac --- /dev/null +++ b/wm/bbkeys/pkg/DESCR @@ -0,0 +1,9 @@ +Provide keyboard shortcuts for X11R6, specifically intended for use with +the Blackbox window manager but usable with any. + +Can bind actions such as executing commands, altering the states of windows, +switching workspaces, etc. to arbitrary keys. + +Note: since the basic package does not install the qt-based configuration +tool, bbkeys ought to be invoked with the -noqt option unless you also +install the wm/bbkeys-qt package. diff --git a/wm/bbkeys/pkg/PLIST b/wm/bbkeys/pkg/PLIST new file mode 100644 index 00000000000..37328281b8c --- /dev/null +++ b/wm/bbkeys/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +bin/bbkeys +bin/bbkeysConfigC +share/bbtools/README.bbkeys +share/bbtools/bbkeys.bb +share/bbtools/bbkeys.nobb +@dirrm share/bbtools -- cgit v1.2.3