summaryrefslogtreecommitdiff
path: root/wm/wmi
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-05-17 10:19:27 +0000
committersalo <salo@pkgsrc.org>2004-05-17 10:19:27 +0000
commit8146ebe8b0e461df47f56237bb1adbf73d1817bb (patch)
treea7fb5cd282b1911f2087095d3c36051db4898c86 /wm/wmi
parentb0fe683717233f40ad8602ec978b3769f987d7e2 (diff)
downloadpkgsrc-8146ebe8b0e461df47f56237bb1adbf73d1817bb.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/wmi')
-rw-r--r--wm/wmi/DESCR12
-rw-r--r--wm/wmi/Makefile4
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++