pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/wmi Initial import of wmi-7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c43ed53bc208
branches: trunk
changeset: 475463:c43ed53bc208
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun May 16 02:20:01 2004 +0000
description:
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:
wm/wmi/DESCR | 13 +++++++++++++
wm/wmi/Makefile | 17 +++++++++++++++++
wm/wmi/PLIST | 9 +++++++++
wm/wmi/distinfo | 4 ++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r 4abea51a7845 -r c43ed53bc208 wm/wmi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/DESCR Sun May 16 02:20:01 2004 +0000
@@ -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 -r 4abea51a7845 -r c43ed53bc208 wm/wmi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/Makefile Sun May 16 02:20:01 2004 +0000
@@ -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@localhost
+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 -r 4abea51a7845 -r c43ed53bc208 wm/wmi/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/PLIST Sun May 16 02:20:01 2004 +0000
@@ -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 -r 4abea51a7845 -r c43ed53bc208 wm/wmi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmi/distinfo Sun May 16 02:20:01 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index