summaryrefslogtreecommitdiff
path: root/wm/pwm
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /wm/pwm
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'wm/pwm')
-rw-r--r--wm/pwm/DESCR15
-rw-r--r--wm/pwm/Makefile38
-rw-r--r--wm/pwm/PLIST13
-rw-r--r--wm/pwm/distinfo10
-rw-r--r--wm/pwm/patches/patch-aa47
-rw-r--r--wm/pwm/patches/patch-ac13
-rw-r--r--wm/pwm/patches/patch-af34
-rw-r--r--wm/pwm/patches/patch-ag72
-rw-r--r--wm/pwm/patches/patch-ah13
9 files changed, 0 insertions, 255 deletions
diff --git a/wm/pwm/DESCR b/wm/pwm/DESCR
deleted file mode 100644
index a9bf7495753..00000000000
--- a/wm/pwm/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-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/Makefile b/wm/pwm/Makefile
deleted file mode 100644
index 6c5a619fec9..00000000000
--- a/wm/pwm/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2005/09/16 04:17:40 jlam Exp $
-#
-
-DISTNAME= pwm-20030617
-PKGNAME= ${DISTNAME:S/-/-1.0./}
-PKGREVISION= 1
-CATEGORIES= wm x11
-MASTER_SITES= http://modeemi.fi/~tuomov/dl/
-
-MAINTAINER= salo@NetBSD.org
-HOMEPAGE= http://modeemi.fi/~tuomov/pwm/
-COMMENT= Window manager that frames multiple client windows in a single frame
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-CONFLICTS+= ion<=20040729nb2
-
-USE_PKGINSTALL= YES
-USE_TOOLS+= gmake
-
-CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
-
-PKG_SYSCONFSUBDIR= pwm
-
-EGDIR= ${PREFIX}/share/examples/pwm
-CONF_FILES= ${EGDIR}/pwm.conf.default ${PKG_SYSCONFDIR}/pwm.conf
-
-CONFS= buttons-default.conf
-CONFS+= keys-default.conf
-CONFS+= menus-default.conf
-CONFS+= look-beoslike.conf
-CONFS+= look-brownsteel.conf
-.for FILE in ${CONFS}
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
-.endfor
-
-.include "../../mk/x11.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wm/pwm/PLIST b/wm/pwm/PLIST
deleted file mode 100644
index 8ccc7e9c15e..00000000000
--- a/wm/pwm/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2005/08/22 11:48:35 salo Exp $
-bin/pwm
-man/man1/pwm.1
-share/doc/pwm/LICENSE
-share/doc/pwm/config.txt
-share/examples/pwm/buttons-default.conf
-share/examples/pwm/keys-default.conf
-share/examples/pwm/look-beoslike.conf
-share/examples/pwm/look-brownsteel.conf
-share/examples/pwm/menus-default.conf
-share/examples/pwm/pwm.conf.default
-@dirrm share/examples/pwm
-@dirrm share/doc/pwm
diff --git a/wm/pwm/distinfo b/wm/pwm/distinfo
deleted file mode 100644
index 6f7b72c4a31..00000000000
--- a/wm/pwm/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.16 2005/02/23 18:43:55 wiz Exp $
-
-SHA1 (pwm-20030617.tar.gz) = 89e6e862746a65ad9a482ac22a1cfa4771736902
-RMD160 (pwm-20030617.tar.gz) = 841c0971b2d36b7921b5da60ee7563e669a419fa
-Size (pwm-20030617.tar.gz) = 152149 bytes
-SHA1 (patch-aa) = 7566f850cc680017c388269316d7dec1296e1684
-SHA1 (patch-ac) = 793f1348e45a6ee3e21b5fa5ff02b00d1dd48ef1
-SHA1 (patch-af) = 1f302ae3b78c436bd5170dea55e77e8e00f789d0
-SHA1 (patch-ag) = b920b78cfc4cc460a5d23e1d446fe296a15ab670
-SHA1 (patch-ah) = 146a957d385cfc70322ffd2c2ddf10238e2960bc
diff --git a/wm/pwm/patches/patch-aa b/wm/pwm/patches/patch-aa
deleted file mode 100644
index 76dd7827d76..00000000000
--- a/wm/pwm/patches/patch-aa
+++ /dev/null
@@ -1,47 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2003/08/12 06:44:37 jlam Exp $
-
---- Makefile.orig Wed May 28 14:58:16 2003
-+++ Makefile Wed Jul 16 03:44:16 2003
-@@ -32,32 +32,18 @@
- $(CC) $(OBJS) $(LDFLAGS) -o $@
-
- pwm.1x: pwm.1x.in
-- sed 's#PREFIX#$(PREFIX)#g' pwm.1x.in > pwm.1x
-+ sed -e 's#PREFIX#$(PREFIX)#g' -e 's#PKG_SYSCONFDIR#$(PKG_SYSCONFDIR)#g' pwm.1x.in > pwm.1x
-
- _install:
-- $(INSTALLDIR) $(BINDIR)
-- $(INSTALL) -m $(BIN_MODE) pwm $(BINDIR)
-- $(STRIP) $(BINDIR)/pwm
--
-- $(INSTALLDIR) $(MANDIR)/man1
-- $(INSTALL) -m $(DATA_MODE) pwm.1x $(MANDIR)/man1
--
-- $(INSTALLDIR) $(DOCDIR)
-- $(INSTALLDIR) $(DOCDIR)/pwm
-- $(INSTALL) -m $(DATA_MODE) config.txt $(DOCDIR)/pwm
-- $(INSTALL) -m $(DATA_MODE) LICENSE $(DOCDIR)/pwm
--
-- $(INSTALLDIR) $(ETCDIR)
-- $(INSTALLDIR) $(ETCDIR)/pwm
-- for i in etc/pwm/*.conf; do \
-- $(INSTALL) -m $(DATA_MODE) $$i $(ETCDIR)/pwm; \
-- done
-- @ if test -f $(ETCDIR)/pwm/pwm.conf ; then \
-- echo "$(ETCDIR)/pwm/pwm.conf already exists. Not installing one."; \
-- else \
-- echo "Installing sample configuration file $(ETCDIR)/pwm/pwm.conf"; \
-- $(INSTALL) -m $(DATA_MODE) etc/pwm/sample.conf $(ETCDIR)/pwm/pwm.conf; \
-- fi
-+ $(BSD_INSTALL_PROGRAM_DIR) $(BINDIR)
-+ $(BSD_INSTALL_PROGRAM) pwm $(BINDIR)
-+ $(BSD_INSTALL_MAN_DIR) $(MANDIR)/man1
-+ $(BSD_INSTALL_MAN) pwm.1x $(MANDIR)/man1/pwm.1
-+ $(BSD_INSTALL_DATA_DIR) $(DOCDIR)/pwm
-+ $(BSD_INSTALL_DATA) config.txt LICENSE $(DOCDIR)/pwm
-+ $(BSD_INSTALL_DATA_DIR) $(ETCDIR)/pwm
-+ $(BSD_INSTALL_DATA) etc/pwm/*-*.conf $(ETCDIR)/pwm
-+ $(BSD_INSTALL_DATA) etc/pwm/sample.conf $(ETCDIR)/pwm/pwm.conf.default
-
-
- # Disclaimer: I don't have either Gnome or KDE.
diff --git a/wm/pwm/patches/patch-ac b/wm/pwm/patches/patch-ac
deleted file mode 100644
index dd05d60921a..00000000000
--- a/wm/pwm/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2003/06/01 16:17:01 salo Exp $
-
---- libtu/numparser2.h.orig 2003-05-28 23:48:15.000000000 +0200
-+++ libtu/numparser2.h 2003-06-01 17:30:54.000000000 +0200
-@@ -29,7 +29,7 @@
-
- static int npnum_mulbase_add(NPNum *num, long base, long v)
- {
-- double iold=num->ival;
-+ ulong iold=num->ival;
-
- num->fval=num->fval*base+(double)v;
-
diff --git a/wm/pwm/patches/patch-af b/wm/pwm/patches/patch-af
deleted file mode 100644
index 6cabc3379b6..00000000000
--- a/wm/pwm/patches/patch-af
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-af,v 1.2 2003/06/01 16:17:02 salo Exp $
-
---- pwm.1x.in.orig 2003-05-28 23:55:08.000000000 +0200
-+++ pwm.1x.in 2003-06-01 17:42:00.000000000 +0200
-@@ -168,16 +168,16 @@
-
- .SH FILES
- .TP
--.B /usr/local/etc/pwm/pwm.conf
-+.B PKG_SYSCONFDIR/pwm.conf
- System default configuration file
- .TP
--.B /usr/local/etc/pwm/look-*.conf
-+.B PKG_SYSCONFDIR/look-*.conf
- Color scheme configuration files
- .TP
--.B /usr/local/etc/pwm/keys-*.conf
-+.B PKG_SYSCONFDIR/keys-*.conf
- Key binding configuration files
- .TP
--.B /usr/local/etc/pwm/buttons-*.conf
-+.B PKG_SYSCONFDIR/buttons-*.conf
- Pointer (mouse) button binding configuration files
- .TP
- .B ~/.pwm/pwm.conf
-@@ -186,7 +186,7 @@
- .SH SEE ALSO
- The PWM home page, http://iki.fi/tuomov/pwm/
- .PP
--.BR PREFIX/doc/pwm/config.txt
-+.BR PREFIX/share/doc/pwm/config.txt
- .PP
- .BR X (1x)
- .SH AUTHOR
diff --git a/wm/pwm/patches/patch-ag b/wm/pwm/patches/patch-ag
deleted file mode 100644
index f95fee48c94..00000000000
--- a/wm/pwm/patches/patch-ag
+++ /dev/null
@@ -1,72 +0,0 @@
-$NetBSD: patch-ag,v 1.6 2004/04/10 20:42:11 salo Exp $
-
---- system.mk.orig Thu Dec 28 15:08:05 2000
-+++ system.mk Thu Jul 10 21:30:50 2003
-@@ -7,13 +7,13 @@
- ## Installation paths
- ##
-
--PREFIX=/usr/local
-+#PREFIX=/usr/local
-
- # No need to modify these usually
- BINDIR=$(PREFIX)/bin
--ETCDIR=$(PREFIX)/etc
-+ETCDIR=$(PREFIX)/share/examples
- MANDIR=$(PREFIX)/man
--DOCDIR=$(PREFIX)/doc
-+DOCDIR=$(PREFIX)/share/doc
- # Not used
- INCDIR=$(PREFIX)/include
- LIBDIR=$(PREFIX)/lib
-@@ -23,7 +23,7 @@
- ## X libraries, includes and options
- ##
-
--X11_PREFIX=/usr/X11R6
-+X11_PREFIX=$(X11BASE)
-
- # SunOS/Solaris
- #X11_PREFIX=/usr/openwin
-@@ -40,7 +40,7 @@
- ## C compiler
- ##
-
--CC=gcc
-+#CC=gcc
-
- # The POSIX_SOURCE, XOPEN_SOURCE and WARN options should not be necessary,
- # they're mainly for development use. So, if they cause trouble (not
-@@ -49,7 +49,7 @@
-
- # libtu/ uses POSIX_SOURCE
-
--POSIX_SOURCE=-ansi -D_POSIX_SOURCE
-+POSIX_SOURCE=-D_POSIX_SOURCE -D_ISOC99_SOURCE
-
- # and . (ion) XOPEN_SOURCE.
- # There is variation among systems what should be used and how they interpret
-@@ -56,19 +56,19 @@
- # it so it is perhaps better not using anything at all.
-
- # Most systems
--#XOPEN_SOURCE=-ansi -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
-+XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D__EXTENSIONS__
- # sunos, (irix)
- #XOPEN_SOURCE=-ansi -D__EXTENSIONS__
-
- # Same as '-Wall -pedantic-errors' without '-Wunused' as callbacks often
- # have unused variables.
--WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
-+#WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
- -Wtrigraphs -Wformat -Wchar-subscripts \
- -Wparentheses -pedantic-errors -Wuninitialized
-
-
--CFLAGS=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
--LDFLAGS=-g $(LIBS) $(EXTRA_LIBS)
-+CFLAGS+=-g $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
-+LDFLAGS+=-g $(LIBS) $(EXTRA_LIBS)
-
-
- ##
diff --git a/wm/pwm/patches/patch-ah b/wm/pwm/patches/patch-ah
deleted file mode 100644
index 3bd8dfecb75..00000000000
--- a/wm/pwm/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.3 2003/06/13 03:55:17 jlam Exp $
-
---- config.h.orig 2003-05-28 23:55:08.000000000 +0200
-+++ config.h 2003-06-01 17:44:22.000000000 +0200
-@@ -79,7 +79,7 @@
- #define ETCDIR "/etc"
- #endif
-
--#define CF_SYS_CONFIG_LOCATION ETCDIR"/pwm/"
-+#define CF_SYS_CONFIG_LOCATION PKG_SYSCONFDIR"/"
- #define CF_GLOBAL_CFGFILE CF_SYS_CONFIG_LOCATION"pwm.conf"
- #define CF_USER_CONFIG_LOCATION ".pwm/"
- #define CF_USER_CFGFILE CF_USER_CONFIG_LOCATION"pwm.conf"