diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:10:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:10:11 +0000 |
commit | 1f3b12cb26020be8c5554eadf7fd9241b885f2ae (patch) | |
tree | 12097977a2cb7ab5f173989e8fdcdca1eb0fe7e6 /x11-wm | |
parent | e08a002395b7cea34ec005d061c034718c31d1d8 (diff) | |
download | ports-1f3b12cb26020be8c5554eadf7fd9241b885f2ae.tar.gz ports-1f3b12cb26020be8c5554eadf7fd9241b885f2ae.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 000000000000..9fcaa8ef56c7 --- /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 000000000000..1bb45d31ef74 --- /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 000000000000..c66b56e8d354 --- /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 000000000000..d21cffe8297b --- /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 |