From 67028833d595f914c247118320a42feaefc3ea58 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 24 Nov 1994 21:10:11 +0000 Subject: 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. --- x11-wm/piewm/Makefile | 26 ++++++++++++++++++++++++++ x11-wm/piewm/pkg-comment | 1 + x11-wm/piewm/pkg-descr | 11 +++++++++++ x11-wm/piewm/pkg-plist | 5 +++++ 4 files changed, 43 insertions(+) create mode 100644 x11-wm/piewm/Makefile create mode 100644 x11-wm/piewm/pkg-comment create mode 100644 x11-wm/piewm/pkg-descr create mode 100644 x11-wm/piewm/pkg-plist (limited to 'x11-wm/piewm') 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 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 -- cgit v1.1