diff options
author | xtraeme <xtraeme> | 2004-05-16 02:20:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-16 02:20:01 +0000 |
commit | 4de029591b63fa7638481a6e0e3ba4262e90d3c4 (patch) | |
tree | 33d634b31585833f58c81065e496b1070066e690 /wm | |
parent | 5957b95d78b0351485bf3255149dc7d13ec0eb6c (diff) | |
download | pkgsrc-4de029591b63fa7638481a6e0e3ba4262e90d3c4.tar.gz |
Initial import of wmi-7.
WMI is a new window manager for X11, which combines the best features of
LarsWM, Ion, TrsWM, evilwm and ratpoison into one window manager.
WMI is new: it is developed from scratch wit h C++ without any ancient code
and design dependencies to antiquated window managers.
WMI is minimalistic: it has no build- or runtime dependencies except the C++
Standard Template Library (STL) and the X11 Library (XLib).
WMI is highly customizable: it is designed with keyboard users in mind. Each
action (e.g. resizing the frame, creating a new workspace, launching an app,
note that WMI provides hundreds of actions) can be bind to a shortcut. So say
good-bye to the rodent :)
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmi/DESCR | 13 | ||||
-rw-r--r-- | wm/wmi/Makefile | 17 | ||||
-rw-r--r-- | wm/wmi/PLIST | 9 | ||||
-rw-r--r-- | wm/wmi/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/wm/wmi/DESCR b/wm/wmi/DESCR new file mode 100644 index 00000000000..d75483f7854 --- /dev/null +++ b/wm/wmi/DESCR @@ -0,0 +1,13 @@ +WMI is a new window manager for X11, which combines the best features of +LarsWM, Ion, TrsWM, evilwm and ratpoison into one window manager. + +WMI is new: it is developed from scratch wit h C++ without any ancient code +and design dependencies to antiquated window managers. + +WMI is minimalistic: it has no build- or runtime dependencies except the C++ +Standard Template Library (STL) and the X11 Library (XLib). + +WMI is highly customizable: it is designed with keyboard users in mind. Each +action (e.g. resizing the frame, creating a new workspace, launching an app, +note that WMI provides hundreds of actions) can be bind to a shortcut. So say +good-bye to the rodent :) diff --git a/wm/wmi/Makefile b/wm/wmi/Makefile new file mode 100644 index 00000000000..71ea50033a6 --- /dev/null +++ b/wm/wmi/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 02:20:01 xtraeme Exp $ +# + +DISTNAME= wmi-7 +CATEGORIES= wm +MASTER_SITES= http://download.berlios.de/wmi/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://wmi.berlios.de/ +COMMENT= Window manager designed to be like Ion and LarsWM + +USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ +USE_X11= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/wmi/PLIST b/wm/wmi/PLIST new file mode 100644 index 00000000000..30c1cacb55d --- /dev/null +++ b/wm/wmi/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/16 02:20:01 xtraeme Exp $ +bin/wmi +bin/wmiremote +man/man1/wmi.1 +man/man1/wmiremote.1 +man/man5/actions.conf.5 +man/man5/common.conf.5 +man/man5/session.conf.5 +man/man5/theme.conf.5 diff --git a/wm/wmi/distinfo b/wm/wmi/distinfo new file mode 100644 index 00000000000..7125a062b8c --- /dev/null +++ b/wm/wmi/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/16 02:20:01 xtraeme Exp $ + +SHA1 (wmi-7.tar.gz) = 3835161969e1f7ce82313c7706e0e1ef99e3a30f +Size (wmi-7.tar.gz) = 166812 bytes |