pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/wmi Better COMMENT, actualy tell something concrete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/874c4fc8c845
branches:  trunk
changeset: 475503:874c4fc8c845
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon May 17 10:19:27 2004 +0000

description:
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:

 wm/wmi/DESCR    |  12 ++++++------
 wm/wmi/Makefile |   4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 9ac76fa96e0a -r 874c4fc8c845 wm/wmi/DESCR
--- a/wm/wmi/DESCR      Mon May 17 09:29:43 2004 +0000
+++ b/wm/wmi/DESCR      Mon May 17 10:19:27 2004 +0000
@@ -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 -r 9ac76fa96e0a -r 874c4fc8c845 wm/wmi/Makefile
--- a/wm/wmi/Makefile   Mon May 17 09:29:43 2004 +0000
+++ b/wm/wmi/Makefile   Mon May 17 10:19:27 2004 +0000
@@ -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 @@
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 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++



Home | Main Index | Thread Index | Old Index