Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 79370) +++ head/x11-wm/Makefile (revision 79371) @@ -1,104 +1,105 @@ # $FreeBSD$ # SUBDIR += 9menu SUBDIR += 9wm SUBDIR += aewm SUBDIR += aewm++ SUBDIR += afterstep SUBDIR += afterstep-i18n SUBDIR += afterstep-stable SUBDIR += ahwm SUBDIR += alloywm SUBDIR += amaterus SUBDIR += amiwm SUBDIR += bbapm SUBDIR += bbconf SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += bbrun SUBDIR += blackbox SUBDIR += blwm SUBDIR += boxtools SUBDIR += clementine SUBDIR += ctwm SUBDIR += e16utils SUBDIR += enlightenment SUBDIR += epplets SUBDIR += evilwm SUBDIR += fbdesk SUBDIR += fluxbox SUBDIR += fluxconf SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-themes SUBDIR += fvwm2 SUBDIR += fvwm2-devel SUBDIR += fvwm2-i18n SUBDIR += fvwm95 SUBDIR += fvwm95-i18n SUBDIR += gnome2wmaker SUBDIR += golem SUBDIR += gwm SUBDIR += hackedbox SUBDIR += icemc SUBDIR += icepref SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += kappdock SUBDIR += kde-icontheme-crystal SUBDIR += kdeartwork3 SUBDIR += larswm SUBDIR += libdockapp SUBDIR += libepplet SUBDIR += lwm SUBDIR += matchbox SUBDIR += metacity SUBDIR += metacity-setup SUBDIR += mkultra SUBDIR += mlvwm SUBDIR += mosfet-liquid SUBDIR += novawm SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plwm SUBDIR += pwm SUBDIR += qinx SUBDIR += qlwm SUBDIR += qnxstyle SUBDIR += qvwm SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += sapphire SUBDIR += sapphire-themes SUBDIR += sawfish SUBDIR += sawfish2 SUBDIR += scwm SUBDIR += spager SUBDIR += swm SUBDIR += toolbox SUBDIR += tvtwm SUBDIR += ude SUBDIR += uwm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += waimea SUBDIR += wampager + SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmg SUBDIR += wmthemeinstall SUBDIR += wmx SUBDIR += xfce SUBDIR += xwmm SUBDIR += yawm .include Property changes on: head/x11-wm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.111 \ No newline at end of property +1.112 \ No newline at end of property Index: head/x11-wm/windowlab/Makefile =================================================================== --- head/x11-wm/windowlab/Makefile (nonexistent) +++ head/x11-wm/windowlab/Makefile (revision 79371) @@ -0,0 +1,30 @@ +# New ports collection makefile for: windowlab +# Date created: 19 April 2003 +# Whom: Pierre-Paul Lavoie +# +# $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 Property changes on: head/x11-wm/windowlab/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/x11-wm/windowlab/distinfo =================================================================== --- head/x11-wm/windowlab/distinfo (nonexistent) +++ head/x11-wm/windowlab/distinfo (revision 79371) @@ -0,0 +1 @@ +MD5 (windowlab-1.09.tar) = 4edf520d4a8bcfbeca53447b297ee793 Property changes on: head/x11-wm/windowlab/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/windowlab/pkg-descr =================================================================== --- head/x11-wm/windowlab/pkg-descr (nonexistent) +++ head/x11-wm/windowlab/pkg-descr (revision 79371) @@ -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/ Property changes on: head/x11-wm/windowlab/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/windowlab/pkg-plist =================================================================== --- head/x11-wm/windowlab/pkg-plist (nonexistent) +++ head/x11-wm/windowlab/pkg-plist (revision 79371) @@ -0,0 +1,3 @@ +bin/windowlab +etc/windowlab/menurc +@dirrm etc/windowlab Property changes on: head/x11-wm/windowlab/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property