diff options
author | will <will@FreeBSD.org> | 2003-06-03 12:19:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 12:19:26 +0800 |
commit | 9609aa99bee6c5ebda77128202cf1336214cd3c9 (patch) | |
tree | 3b020b62d7aede45469e6b3adbaad68efb3761b9 /x11-wm | |
parent | 2dffbac097c4beb8e3814f77b660bbf974fffd6a (diff) | |
download | freebsd-ports-gnome-9609aa99bee6c5ebda77128202cf1336214cd3c9.tar.gz freebsd-ports-gnome-9609aa99bee6c5ebda77128202cf1336214cd3c9.tar.zst freebsd-ports-gnome-9609aa99bee6c5ebda77128202cf1336214cd3c9.zip |
Add weewm 0.01, a fast and ultra light windowmanager with total
keyboard control.
PR: 52299
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/weewm/Makefile | 23 | ||||
-rw-r--r-- | x11-wm/weewm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/weewm/pkg-descr | 6 | ||||
-rw-r--r-- | x11-wm/weewm/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 55670fda7cc1..d198423eeb92 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -89,6 +89,7 @@ SUBDIR += w9wm SUBDIR += waimea SUBDIR += wampager + SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 diff --git a/x11-wm/weewm/Makefile b/x11-wm/weewm/Makefile new file mode 100644 index 000000000000..768a6ee921b0 --- /dev/null +++ b/x11-wm/weewm/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: weewm +# Date created: 15 May 2003 +# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> +# +# $FreeBSD$ +# + +PORTNAME= weewm +PORTVERSION= 0.01 +CATEGORIES= x11-wm +MASTER_SITES= http://www.weewm.org/download/ + +MAINTAINER= ppl@nbnet.nb.ca +COMMENT= Fast and ultra light windowmanager with total keyboard control + +USE_X_PREFIX= yes + +WRKSRC=${WRKDIR}/weewm + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/weewm ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11-wm/weewm/distinfo b/x11-wm/weewm/distinfo new file mode 100644 index 000000000000..f1b42d63f189 --- /dev/null +++ b/x11-wm/weewm/distinfo @@ -0,0 +1 @@ +MD5 (weewm-0.01.tar.gz) = fd175920df2eba1d4f23f274a0001377 diff --git a/x11-wm/weewm/pkg-descr b/x11-wm/weewm/pkg-descr new file mode 100644 index 000000000000..7bd3f89d6de4 --- /dev/null +++ b/x11-wm/weewm/pkg-descr @@ -0,0 +1,6 @@ +WeeWM (Wee Enhanced Environment) is a fast and light window manager +for XFree86. Everything can be done with a keyboard. It is customizable, +and has dock management, smart window placement, virtual desktops, +and more. + +WWW: http://www.weewm.org/ diff --git a/x11-wm/weewm/pkg-plist b/x11-wm/weewm/pkg-plist new file mode 100644 index 000000000000..1d3ab0cb73d5 --- /dev/null +++ b/x11-wm/weewm/pkg-plist @@ -0,0 +1 @@ +bin/weewm |