diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 04:38:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 04:38:08 +0800 |
commit | 454be28ace2e3e4ca2a6c1ee3c8195ce0edff679 (patch) | |
tree | 252d13dad6cb4d19337156619c59e0acd5c947aa /x11-wm/windowlab | |
parent | 34538d3e193e8c9c95c9796d7a70991d4cf8aa27 (diff) | |
download | freebsd-ports-gnome-454be28ace2e3e4ca2a6c1ee3c8195ce0edff679.tar.gz freebsd-ports-gnome-454be28ace2e3e4ca2a6c1ee3c8195ce0edff679.tar.zst freebsd-ports-gnome-454be28ace2e3e4ca2a6c1ee3c8195ce0edff679.zip |
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>
Diffstat (limited to 'x11-wm/windowlab')
-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 |
4 files changed, 44 insertions, 0 deletions
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 |