diff options
author | asami <asami@FreeBSD.org> | 1994-11-24 21:10:11 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-24 21:10:11 +0000 |
commit | 67028833d595f914c247118320a42feaefc3ea58 (patch) | |
tree | 92893e311279b310eeb973af175f10222a042975 /x11-wm/piewm | |
parent | 10b210729a6b1ff8e246fe6e646914eeeb5df98e (diff) | |
download | FreeBSD-ports-67028833d595f914c247118320a42feaefc3ea58.zip FreeBSD-ports-67028833d595f914c247118320a42feaefc3ea58.tar.gz |
piewm, tvtwm with pie (circular) menus, tvtwm is twm with a virtual desktop.
Original by Don Hopkins (hopkins+@cs.cmu.edu) for R5, but still compiles
with R6.
Diffstat (limited to 'x11-wm/piewm')
-rw-r--r-- | x11-wm/piewm/Makefile | 26 | ||||
-rw-r--r-- | x11-wm/piewm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/piewm/pkg-descr | 11 | ||||
-rw-r--r-- | x11-wm/piewm/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile new file mode 100644 index 0000000..9fcaa8e --- /dev/null +++ b/x11-wm/piewm/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: piewm +# Version required: ? +# Date created: 24 November 1994 +# Whom: asami +# +# $id:$ +# + +DISTNAME= piewm +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://ftp.x.org/R5contrib/ +EXTRACT_SUFX= .tar.Z +PKG_CMD= pkg_create -N +# DEPENDS= ${PORTSDIR}/x11/xpm + +# piewm.tar.Z includes and old version of xpm, and also a bunch of .o +# files plus an executable + +pre-configure: + @/bin/rm -rf ${WRKDIR}/xpm + +pre-build: + @(cd ${WRKSRC}; ${MAKE} clean) + +.include <bsd.port.mk> diff --git a/x11-wm/piewm/pkg-comment b/x11-wm/piewm/pkg-comment new file mode 100644 index 0000000..1bb45d3 --- /dev/null +++ b/x11-wm/piewm/pkg-comment @@ -0,0 +1 @@ +piewm, tvtwm with pie menus, where tvtwm is a virtual desktop twm diff --git a/x11-wm/piewm/pkg-descr b/x11-wm/piewm/pkg-descr new file mode 100644 index 0000000..c66b56e --- /dev/null +++ b/x11-wm/piewm/pkg-descr @@ -0,0 +1,11 @@ +This is piewm, a tvtwm with "pie" (i.e., round) menus. You can change +"f.menu" and "menu" in your .tvtwmrc into "f.piemenu" "piemenu" in +.piewmrc and you will suddenly seeing lovely round menus. + +It also has virtual desktops that you can "pull" things out, i.e., +move the mouse into the virtual desktop window, grab a window with the +middle button, and move the mouse out, and then the window will appear +in the current screen. This feature is exactly the same as tvtwm. + +- Satoshi +asami@cs.berkeley.edu diff --git a/x11-wm/piewm/pkg-plist b/x11-wm/piewm/pkg-plist new file mode 100644 index 0000000..d21cffe --- /dev/null +++ b/x11-wm/piewm/pkg-plist @@ -0,0 +1,5 @@ +@cwd /usr/X11R6 +bin/piewm +bin/ssetroot +lib/X11/piewm +man/man1/piewm.1.gz |