diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-20 20:38:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-20 20:38:08 +0000 |
commit | 7b8991681251a48486bd34986b62b14334b355d9 (patch) | |
tree | 82187c046bc41c93bec551cb5d84d1232b157ae9 /x11-wm | |
parent | Update to 0.7.1. (diff) |
Add windowlab.
WindowLab is a small and simple window manager, based on aewm, of
novel design. WindowLab maintains the illusion of direct manipulation
by constraining the mouse pointer when appropriate, ie when a window
cannot be dragged any further in one direction.
It's click-to-focus, shares its window depth policy with the Amiga,
and has a window resizing/reshaping method similar to that of 8 1/2
from Plan 9.
PR: 51168
Submitted by: Pierre-Paul Lavoie <ppl@bloodaxis.dyndns.org>
Notes
Notes:
svn path=/head/; revision=79371
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/windowlab/Makefile | 30 | ||||
-rw-r--r-- | x11-wm/windowlab/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/windowlab/pkg-descr | 10 | ||||
-rw-r--r-- | x11-wm/windowlab/pkg-plist | 3 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 79ab7424d7e8..feff76627759 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -90,6 +90,7 @@ SUBDIR += w9wm SUBDIR += waimea SUBDIR += wampager + SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf diff --git a/x11-wm/windowlab/Makefile b/x11-wm/windowlab/Makefile new file mode 100644 index 000000000000..07aa1f1c977c --- /dev/null +++ b/x11-wm/windowlab/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: windowlab +# Date created: 19 April 2003 +# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> +# +# $FreeBSD$ +# + +PORTNAME= windowlab +PORTVERSION= 1.09 +CATEGORIES= x11-wm +MASTER_SITES= http://www.nickgravgaard.com/windowlab/ +EXTRACT_SUFX= .tar + +MAINTAINER= ppl@nbnet.nb.ca +COMMENT= A small window manager for X11 + +MAN1= windowlab.1x + +USE_X_PREFIX= yes +USE_GMAKE= yes + +MAKE_ARGS+= MENURC=${PREFIX}/etc/windowlab/menurc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/windowlab ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/windowlab.1x ${PREFIX}/man/man1 + @ ${MKDIR} ${PREFIX}/etc/windowlab/ + ${INSTALL_DATA} ${WRKSRC}/menurc.sample ${PREFIX}/etc/windowlab/menurc + +.include <bsd.port.mk> diff --git a/x11-wm/windowlab/distinfo b/x11-wm/windowlab/distinfo new file mode 100644 index 000000000000..7469a605a298 --- /dev/null +++ b/x11-wm/windowlab/distinfo @@ -0,0 +1 @@ +MD5 (windowlab-1.09.tar) = 4edf520d4a8bcfbeca53447b297ee793 diff --git a/x11-wm/windowlab/pkg-descr b/x11-wm/windowlab/pkg-descr new file mode 100644 index 000000000000..b8268ce4745c --- /dev/null +++ b/x11-wm/windowlab/pkg-descr @@ -0,0 +1,10 @@ +WindowLab is a small and simple window manager, based on aewm, of +novel design. WindowLab maintains the illusion of direct manipulation +by constraining the mouse pointer when appropriate, i.e. when a window +cannot be dragged any further in one direction. + +It's click-to-focus, shares its window depth policy with the Amiga, +and has a window resizing/reshaping method similar to that of 8 1/2 +from Plan 9. + +WWW: http://www.nickgravgaard.com/windowlab/ diff --git a/x11-wm/windowlab/pkg-plist b/x11-wm/windowlab/pkg-plist new file mode 100644 index 000000000000..cc4bf33172f6 --- /dev/null +++ b/x11-wm/windowlab/pkg-plist @@ -0,0 +1,3 @@ +bin/windowlab +etc/windowlab/menurc +@dirrm etc/windowlab |