From 5908caeb888287be28471c4bb95891ee0d7b61d7 Mon Sep 17 00:00:00 2001 From: rumble Date: Sat, 28 Aug 2004 23:18:01 +0000 Subject: w9wm 0.4.2 8 1/2-like Window Manager for X with virtual desktops --- wm/w9wm/DESCR | 22 ++++++++++++++++++++++ wm/w9wm/Makefile | 14 ++++++++++++++ wm/w9wm/PLIST | 3 +++ wm/w9wm/distinfo | 4 ++++ 4 files changed, 43 insertions(+) create mode 100644 wm/w9wm/DESCR create mode 100644 wm/w9wm/Makefile create mode 100644 wm/w9wm/PLIST create mode 100644 wm/w9wm/distinfo (limited to 'wm') diff --git a/wm/w9wm/DESCR b/wm/w9wm/DESCR new file mode 100644 index 00000000000..a55f4fcba83 --- /dev/null +++ b/wm/w9wm/DESCR @@ -0,0 +1,22 @@ + w9wm Version 0.4.2 + Copyright 2000-2001 Benjamin Drieu. + + with large portions of code + Copyright 1994 David Hogan. + +What is w9wm ? +============== + +w9wm is a quick & dirty hack based on 9wm, the wonderful "template" +window manager made by David Hogan. + +9wm is really nice for all day use (I mean, a large Emacs window +covering the whole screen and a terminal to use Lynx and browse the +web ;-)) provided that you do not have a large number of windows on +your screen. But in some occasions it is not the case (ie. you have +to telnet to 4-5 remote machines), which is painful with 9wm. + +This need for virtual screens motivated this about 50 lines hack. +w9wm brings support for virtual screens (provided you use the second +button, aka middle button to select one virtual screen) as well as for +key bindings (to switch from one window to another). diff --git a/wm/w9wm/Makefile b/wm/w9wm/Makefile new file mode 100644 index 00000000000..315eefbb594 --- /dev/null +++ b/wm/w9wm/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/28 23:18:01 rumble Exp $ + +DISTNAME= w9wm-0.4.2 +CATEGORIES= plan9 wm +MASTER_SITES= http://www.grassouille.org/code/w9wm/src/ + +MAINTAINER= rumble@NetBSD.org +HOMEPAGE= http://www.grassouille.org/code/w9wm.en.html +COMMENT= 8 1/2-like Window Manager for X with virtual desktops + +WRKSRC= ${WRKDIR}/${DISTNAME}.orig +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/w9wm/PLIST b/wm/w9wm/PLIST new file mode 100644 index 00000000000..4749f55c6bf --- /dev/null +++ b/wm/w9wm/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/28 23:18:01 rumble Exp $ +bin/w9wm +${IMAKE_MAN_DIR}/w9wm.${IMAKE_MANNEWSUFFIX} diff --git a/wm/w9wm/distinfo b/wm/w9wm/distinfo new file mode 100644 index 00000000000..0175b9aa461 --- /dev/null +++ b/wm/w9wm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/28 23:18:01 rumble Exp $ + +SHA1 (w9wm-0.4.2.tar.gz) = a42eaea2b284b4343f5a4ee2f1aec9e9a3ca5c37 +Size (w9wm-0.4.2.tar.gz) = 24505 bytes -- cgit v1.2.3