diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:19:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:19:26 +0000 |
commit | 4de5a5d1272bf8efeb3c49545cf4d6fd915a6cb0 (patch) | |
tree | 31cf02ec53402e741f1ab6b1c4064066b6cf2cd2 /x11-wm | |
parent | b888611494459d4b1403a9f338f183fb05cac206 (diff) | |
download | ports-4de5a5d1272bf8efeb3c49545cf4d6fd915a6cb0.tar.gz ports-4de5a5d1272bf8efeb3c49545cf4d6fd915a6cb0.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>
Notes
Notes:
svn path=/head/; revision=82141
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 |