diff options
author | agc <agc> | 2001-04-15 20:35:57 +0000 |
---|---|---|
committer | agc <agc> | 2001-04-15 20:35:57 +0000 |
commit | aab8fd89d9d7dbd1b9a927bd320ff98602fd6de7 (patch) | |
tree | 18a76058789b03042e59d53dcc023e0b68c1106b /wm | |
parent | 935aab15a9d5d61a5ab02a4b0711f4689fbc36b4 (diff) | |
download | pkgsrc-aab8fd89d9d7dbd1b9a927bd320ff98602fd6de7.tar.gz |
Initial import of the pwm window manager into the packages collection.
This package was provided in PR 12524 by salvage@plethora.net (T. M.
Pederson).
"PWM is a rather lightweight window manager. It has the unique feature
that multiple client windows can be attached to the same frame. This
feature helps keep windows, especially the numerous xterms, organized.
Being a lightweight window manager with emphasis on usability, PWM
does not have all the features that one might expect from a window
manager. Those features are simply unnecessary. PWM does not provide
pixmapped themes or other bloated eye candies but has a clean and
simple look inspired by BeOS and Motif. There are no icons and frames
cannot be iconified, only "shaded". Only one pointer focus mode is
supported: sloppy. PWM does not even have titlebar buttons and may
not be the easiest window manager to get into; most good things are
not.
PWM has workspaces, menus and Window Maker dockapp support. It has
pretty good keyboard support and almost all of the functionality is
configurable."
Diffstat (limited to 'wm')
-rw-r--r-- | wm/pwm/Makefile | 15 | ||||
-rw-r--r-- | wm/pwm/files/md5 | 3 | ||||
-rw-r--r-- | wm/pwm/files/patch-sum | 4 | ||||
-rw-r--r-- | wm/pwm/patches/patch-aa | 31 | ||||
-rw-r--r-- | wm/pwm/patches/patch-ab | 46 | ||||
-rw-r--r-- | wm/pwm/pkg/DESCR | 17 | ||||
-rw-r--r-- | wm/pwm/pkg/PLIST | 14 |
7 files changed, 130 insertions, 0 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile new file mode 100644 index 00000000000..c343e8b626c --- /dev/null +++ b/wm/pwm/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $ +# + +DISTNAME= pwm-1.0 +CATEGORIES= wm x11 +MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.students.tut.fi/~tuomov/pwm/ +COMMENT= Window manager that frames multiple client windows in a single frame + +USE_GMAKE= yes +USE_X11= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/pwm/files/md5 b/wm/pwm/files/md5 new file mode 100644 index 00000000000..77f3276de2e --- /dev/null +++ b/wm/pwm/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $ + +SHA1 (pwm-1.0.tar.gz) = 79c708a2a6260a06bc8dc586110578bf23aa01e7 diff --git a/wm/pwm/files/patch-sum b/wm/pwm/files/patch-sum new file mode 100644 index 00000000000..91913361b8f --- /dev/null +++ b/wm/pwm/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $ + +SHA1 (patch-aa) = 08d7996cf6bdd3783fb868086bdfc57e723df4df +SHA1 (patch-ab) = 0f9f9329cfa2b0a8a9eb178ec19e92935aa2c823 diff --git a/wm/pwm/patches/patch-aa b/wm/pwm/patches/patch-aa new file mode 100644 index 00000000000..c5a95c4b14c --- /dev/null +++ b/wm/pwm/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $ + +--- system.mk.orig Sat Jul 1 07:37:50 2000 ++++ system.mk Thu Apr 5 09:25:26 2001 +@@ -7,7 +7,7 @@ + ## Installation directory prefix + ## + +-PREFIX=/usr/local ++#PREFIX=/usr/local + + #EXTRA_INCLUDES = -I$(PREFIX)/include + #EXTRA_LIBS = -L$(PREFIX)/lib +@@ -17,7 +17,7 @@ + ## X libraries, includes and options + ## + +-X11_PREFIX=/usr/X11R6 ++X11_PREFIX=${X11BASE} + + # SunOS/Solaris + #X11_PREFIX=/usr/openwin +@@ -58,7 +58,7 @@ + -Wparentheses -pedantic-errors + + CFLAGS=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) +-LDFLAGS=-g $(LIBS) $(EXTRA_LIBS) ++LDFLAGS+=$(LIBS) + + + ## diff --git a/wm/pwm/patches/patch-ab b/wm/pwm/patches/patch-ab new file mode 100644 index 00000000000..c2f59272c44 --- /dev/null +++ b/wm/pwm/patches/patch-ab @@ -0,0 +1,46 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $ + +--- Makefile.orig Sat Jul 1 10:48:50 2000 ++++ Makefile Sun Apr 1 16:23:07 2001 +@@ -12,7 +12,7 @@ + INCLUDES += -I./libtu/include $(X11_INCLUDES) + DEFINES += -DPREFIX=\"$(PREFIX)\" + CFLAGS += $(XOPEN_SOURCE) +-TO_REALCLEAN += pwm.1x ++TO_REALCLEAN += pwm.1 + + OBJS= main.o draw.o font.o frame.o event.o clientwin.o thing.o \ + property.o pointer.o key.o moveres.o cursor.o function.o \ +@@ -23,7 +23,7 @@ + BINDIR=$(PREFIX)/bin + ETCDIR=$(PREFIX)/etc + MANDIR=$(PREFIX)/man/man1 +-DOCDIR=$(PREFIX)/doc ++DOCDIR=$(PREFIX)/share/doc + + TARGETS=pwm + +@@ -33,11 +33,11 @@ + + ###################################### + +-pwm: $(OBJS) pwm.1x ++pwm: $(OBJS) pwm.1 + $(CC) $(OBJS) $(LDFLAGS) -o $@ + +-pwm.1x: pwm.1x.in +- sed 's#PREFIX#$(PREFIX)#g' pwm.1x.in > pwm.1x ++pwm.1: pwm.1x.in ++ sed 's#PREFIX#$(PREFIX)#g' pwm.1x.in > pwm.1 + + _install: + $(INSTALL) -d $(BINDIR) +@@ -45,7 +45,7 @@ + $(STRIP) $(BINDIR)/pwm + + $(INSTALL) -d $(MANDIR) +- $(INSTALL) -m $(DATA_MODE) pwm.1x $(MANDIR) ++ $(INSTALL) -m $(DATA_MODE) pwm.1 $(MANDIR) + + $(INSTALL) -d $(DOCDIR) + $(INSTALL) -d $(DOCDIR)/pwm diff --git a/wm/pwm/pkg/DESCR b/wm/pwm/pkg/DESCR new file mode 100644 index 00000000000..c8b71268ee6 --- /dev/null +++ b/wm/pwm/pkg/DESCR @@ -0,0 +1,17 @@ +PWM is a rather lightweight window manager. It has the unique feature +that multiple client windows can be attached to the same frame. This +feature helps keep windows, especially the numerous xterms, organized. + +Being a lightweight window manager with emphasis on usability, PWM +does not have all the features that one might expect from a window +manager. Those features are simply unnecessary. PWM does not provide +pixmapped themes or other bloated eye candies but has a clean and +simple look inspired by BeOS and Motif. There are no icons and frames +cannot be iconified, only "shaded". Only one pointer focus mode is +supported: sloppy. PWM does not even have titlebar buttons and may +not be the easiest window manager to get into; most good things are +not. + +PWM has workspaces, menus and Window Maker dockapp support. It has +pretty good keyboard support and almost all of the functionality is +configurable. diff --git a/wm/pwm/pkg/PLIST b/wm/pwm/pkg/PLIST new file mode 100644 index 00000000000..346c6fc97fc --- /dev/null +++ b/wm/pwm/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/15 20:35:57 agc Exp $ +bin/pwm +man/man1/pwm.1 +share/doc/pwm/config.txt +share/doc/pwm/LICENSE +etc/pwm/buttons-default.conf +etc/pwm/keys-default.conf +etc/pwm/look-beoslike.conf +etc/pwm/look-brownsteel.conf +etc/pwm/menus-default.conf +etc/pwm/pwm.conf +etc/pwm/sample.conf +@dirrm etc/pwm +@dirrm share/doc/pwm |