diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-26 17:57:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-26 17:57:49 +0000 |
commit | c9e45afa199f62dcb9fe588dbb7655b7bd2d29ae (patch) | |
tree | b998c85e10dbcb6d285293eaf639d00112b8bf7d /wm | |
parent | 4815ad1d342ff1d5ea41bdac6ff43243a46e053e (diff) | |
download | pkgsrc-c9e45afa199f62dcb9fe588dbb7655b7bd2d29ae.tar.gz |
Remove scrotwm, replaced by spectrwm.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/Makefile | 4 | ||||
-rw-r--r-- | wm/scrotwm/DESCR | 24 | ||||
-rw-r--r-- | wm/scrotwm/Makefile | 48 | ||||
-rw-r--r-- | wm/scrotwm/PLIST | 11 | ||||
-rw-r--r-- | wm/scrotwm/distinfo | 8 | ||||
-rw-r--r-- | wm/scrotwm/patches/patch-aa | 17 | ||||
-rw-r--r-- | wm/scrotwm/patches/patch-ab | 21 | ||||
-rw-r--r-- | wm/scrotwm/patches/patch-ac | 13 |
8 files changed, 2 insertions, 144 deletions
diff --git a/wm/Makefile b/wm/Makefile index 622627b6f35..e617a10236d 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2013/05/31 00:38:59 rodent Exp $ +# $NetBSD: Makefile,v 1.119 2013/07/26 17:57:49 wiz Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -69,9 +69,9 @@ SUBDIR+= pwm SUBDIR+= py-tyle SUBDIR+= ratpoison SUBDIR+= sawfish -SUBDIR+= scrotwm SUBDIR+= selectwm SUBDIR+= skippy +SUBDIR+= spectrwm SUBDIR+= tvtwm SUBDIR+= twm SUBDIR+= uwm diff --git a/wm/scrotwm/DESCR b/wm/scrotwm/DESCR deleted file mode 100644 index ffcb8635c74..00000000000 --- a/wm/scrotwm/DESCR +++ /dev/null @@ -1,24 +0,0 @@ -Scrotwm is a small dynamic tiling window manager for X11. It tries -to stay out of the way so that valuable screen real estate can be -used for much more important stuff. It has sane defaults and does -not require one to learn a language to do any configuration. It -was written by hackers for hackers and it strives to be small, -compact and fast. - -It was largely inspired by xmonad and dwm. Both are fine products -but suffer from things like: crazy-unportable-language-syndrome, -silly defaults, asymmetrical window layout, "how hard can it be?" -and good old NIH. Nevertheless dwm was a phenomenal resource and -many good ideas and code was borrowed from it. On the other hand -xmonad has great defaults, key bindings and xinerama support but -is crippled by not being written in C. - -Scrotwm is a beautiful pearl! For it too, was created by grinding -irritation. Nothing is a bigger waste of time than moving windows -around until they are the right size-ish or having just about any -relevant key combination being eaten for some task one never needs. -The path of agony is too long to quote and in classical OpenBSD -fashion (put up, or hack up) a brand new window manager was whooped -up to serve no other purpose than to obey its masters. It was -written by Marco Peereboom & Ryan Thomas McBride and it is released -under the ISC license. diff --git a/wm/scrotwm/Makefile b/wm/scrotwm/Makefile deleted file mode 100644 index 0b9ed5fa991..00000000000 --- a/wm/scrotwm/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2013/07/25 08:30:58 wiz Exp $ - -DISTNAME= scrotwm-0.9.22 -CATEGORIES= wm -MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/ -EXTRACT_SUFX= .tgz - -MAINTAINER= lsm5@fedoraproject.org -HOMEPAGE= http://www.scrotwm.org/ -COMMENT= Small dynamic tiling window manager for X11 - -DEPENDS+= dmenu-[0-9]*:../../x11/dmenu - -BUILDLINK_TRANSFORM+= rm:-Werror - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "OpenBSD" -USE_BSD_MAKEFILE= yes -INSTALLATION_DIRS+= bin lib ${PKGMANDIR}/man1 -MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} -MAKE_FLAGS+= MANINSTALL=maninstall -# sync with major.minor from ${WRKSRC}/lib/shlib_version. -CFLAGS+= -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so.0.0\" -.else -USE_TOOLS+= gmake -CFLAGS+= -I${X11BASE}/include -LDFLAGS+= -L${X11BASE}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib -MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} -. if ${OPSYS} == "Darwin" -BUILD_DIRS= osx -. else -BUILD_DIRS= linux -. endif -.endif - -INSTALLATION_DIRS+= share/examples/scrotwm - -post-install: - ${INSTALL_DATA} ${WRKSRC}/*.conf ${DESTDIR}${PREFIX}/share/examples/scrotwm - ${INSTALL_DATA} ${WRKSRC}/*.sh ${DESTDIR}${PREFIX}/share/examples/scrotwm - -.include "../../x11/libX11/buildlink3.mk" -BUILDLINK_DEPMETHOD.libXt= build -.include "../../x11/libXt/buildlink3.mk" -.include "../../x11/libXrandr/buildlink3.mk" -.include "../../x11/xproto/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/wm/scrotwm/PLIST b/wm/scrotwm/PLIST deleted file mode 100644 index d8a5d4be65a..00000000000 --- a/wm/scrotwm/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2010/02/18 12:03:23 obache Exp $ -bin/scrotwm -lib/libswmhack.so.0.0 -man/man1/scrotwm.1 -man/man1/scrotwm_es.1 -man/man1/scrotwm_it.1 -man/man1/scrotwm_ru.1 -share/examples/scrotwm/baraction.sh -share/examples/scrotwm/initscreen.sh -share/examples/scrotwm/screenshot.sh -share/examples/scrotwm/scrotwm.conf diff --git a/wm/scrotwm/distinfo b/wm/scrotwm/distinfo deleted file mode 100644 index 416c9e447ef..00000000000 --- a/wm/scrotwm/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.3 2010/02/18 12:03:23 obache Exp $ - -SHA1 (scrotwm-0.9.22.tgz) = 71bce198280bd329d3c32bd76e8f5e069fa3f1b9 -RMD160 (scrotwm-0.9.22.tgz) = 1087432b9a95b4bc0e1d34acc33d6f19048ab540 -Size (scrotwm-0.9.22.tgz) = 54396 bytes -SHA1 (patch-aa) = 2e278b58d4f81793e3ba8b8a88ea28ac8969f99c -SHA1 (patch-ab) = 0118d318dc7c223fda1150d53b8ef4e712c0ee2a -SHA1 (patch-ac) = 244dcbcb3f8fcc37db26646d086dd150c31c7277 diff --git a/wm/scrotwm/patches/patch-aa b/wm/scrotwm/patches/patch-aa deleted file mode 100644 index 12e3336d77e..00000000000 --- a/wm/scrotwm/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2010/02/18 12:03:23 obache Exp $ - ---- Makefile.orig 2010-01-11 21:02:08.000000000 +0000 -+++ Makefile -@@ -1,5 +1,4 @@ - # $scrotwm: Makefile,v 1.13 2009/10/25 00:32:33 marco Exp $ --.include <bsd.xconf.mk> - - PREFIX?=/usr/local - -@@ -17,5 +16,5 @@ MANDIR= ${PREFIX}/man/cat - - obj: _xenocara_obj - -+.include <bsd.subdir.mk> - .include <bsd.prog.mk> --.include <bsd.xorg.mk> diff --git a/wm/scrotwm/patches/patch-ab b/wm/scrotwm/patches/patch-ab deleted file mode 100644 index cbba668cbbb..00000000000 --- a/wm/scrotwm/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2010/02/18 12:03:23 obache Exp $ - ---- lib/Makefile.orig 2010-01-11 21:02:08.000000000 +0000 -+++ lib/Makefile -@@ -1,7 +1,5 @@ - # $scrotwm: Makefile,v 1.3 2009/10/02 19:23:48 marco Exp $ - --.include <bsd.xconf.mk> -- - PREFIX?=/usr/local - - LIB= swmhack -@@ -18,7 +16,6 @@ CFLAGS+= -I${X11BASE}/include - install: - ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ -- ${PREFIX}/lib/ -+ ${DESTDIR}${PREFIX}/lib/ - - .include <bsd.lib.mk> --.include <bsd.xorg.mk> diff --git a/wm/scrotwm/patches/patch-ac b/wm/scrotwm/patches/patch-ac deleted file mode 100644 index d091c3f61ba..00000000000 --- a/wm/scrotwm/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2010/02/18 12:03:23 obache Exp $ - ---- linux/Makefile.orig 2010-01-11 21:02:08.000000000 +0000 -+++ linux/Makefile -@@ -28,7 +28,7 @@ scrotwm: scrotwm.o linux.o - $(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@ - - libswmhack.so.$(LVERS): swm_hack.so -- $(CC) -shared -fpic -o libswmhack.so.$(LVERS) swm_hack.so $(LDADD) -+ $(CC) -shared -fpic -o libswmhack.so.$(LVERS) swm_hack.so $(LDFLAGS) $(LDADD) - - install: all - install -m 755 -d $(DESTDIR)$(BINDIR) |