mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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.
This commit is contained in:
parent
e08a002395
commit
1f3b12cb26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491
26
x11-wm/piewm/Makefile
Normal file
26
x11-wm/piewm/Makefile
Normal file
@ -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>
|
1
x11-wm/piewm/pkg-comment
Normal file
1
x11-wm/piewm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
piewm, tvtwm with pie menus, where tvtwm is a virtual desktop twm
|
11
x11-wm/piewm/pkg-descr
Normal file
11
x11-wm/piewm/pkg-descr
Normal file
@ -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
|
5
x11-wm/piewm/pkg-plist
Normal file
5
x11-wm/piewm/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
@cwd /usr/X11R6
|
||||
bin/piewm
|
||||
bin/ssetroot
|
||||
lib/X11/piewm
|
||||
man/man1/piewm.1.gz
|
Loading…
Reference in New Issue
Block a user