diff options
author | salo <salo> | 2004-05-17 10:19:27 +0000 |
---|---|---|
committer | salo <salo> | 2004-05-17 10:19:27 +0000 |
commit | 3697b1a5fa8334ebbfe8cc4fd1b72eb2b0ef7a3a (patch) | |
tree | a7fb5cd282b1911f2087095d3c36051db4898c86 /wm | |
parent | cbc53d500033a54135647c52fb447ebf9a8b44c3 (diff) | |
download | pkgsrc-3697b1a5fa8334ebbfe8cc4fd1b72eb2b0ef7a3a.tar.gz |
Better COMMENT, actualy tell something concrete, "A is like B and C" doesn't
really have big information value for those who don't know neither B nor C.
s/minimalistic/minimalist/ in DESCR, the former is not really an english word.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmi/DESCR | 12 | ||||
-rw-r--r-- | wm/wmi/Makefile | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/wm/wmi/DESCR b/wm/wmi/DESCR index d75483f7854..e08df52a2f5 100644 --- a/wm/wmi/DESCR +++ b/wm/wmi/DESCR @@ -1,13 +1,13 @@ -WMI is a new window manager for X11, which combines the best features of +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 +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++ +WMI is minimalist: 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 +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 index 71ea50033a6..c37b927eefa 100644 --- a/wm/wmi/Makefile +++ b/wm/wmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 02:20:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/17 10:19:27 salo Exp $ # DISTNAME= wmi-7 @@ -7,7 +7,7 @@ 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 +COMMENT= Minimalist, flexible and highly customizable window manager USE_BUILDLINK3= yes USE_LANGUAGES= c c++ |