head 1.6; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.4 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.3.0.2 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.2.0.20 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.18 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.16 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.14 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.10 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.8 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.6 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.4 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.1.1.1.0.8 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.6 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.4 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.2 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-20090221:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2013.07.26.17.57.49; author wiz; state dead; branches; next 1.5; commitid u4PI2kpnoP2Fu0Zw; 1.5 date 2013.07.25.08.30.58; author wiz; state Exp; branches; next 1.4; commitid 4SaxWk1IOLKdoPYw; 1.4 date 2012.10.08.12.42.23; author asau; state Exp; branches; next 1.3; 1.3 date 2012.07.27.18.52.29; author wiz; state Exp; branches; next 1.2; 1.2 date 2010.02.18.12.03.23; author obache; state Exp; branches; next 1.1; 1.1 date 2009.02.21.15.15.29; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.02.21.15.15.29; author wiz; state Exp; branches; next ; desc @@ 1.6 log @Remove scrotwm, replaced by spectrwm. @ text @# $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" @ 1.5 log @Set MAINTAINER per request on pkgsrc-users. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2012/10/08 12:42:23 asau Exp $ @ 1.4 log @Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. @ text @d1 1 a1 2 # $NetBSD: Makefile,v 1.3 2012/07/27 18:52:29 wiz Exp $ # d8 1 a8 1 MAINTAINER= pkgsrc-users@@NetBSD.org @ 1.3 log @Update MASTER_SITES, from Brad Ely on pkgsrc-users. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2010/02/18 12:03:23 obache Exp $ a15 1 PKG_DESTDIR_SUPPORT= user-destdir @ 1.2 log @Update scrotwm to 0.9.22 snapshot version. Changes since last version are unknown. pkgsrc changes: * Update HOMEPAGE and MASTER_SITES to new location. * Add dependency on x11/dmenu, using for menus * Honor package supplied Makefiles, fixes PR#42790. Build and run tested with NetBSD-i386-5.0.2 with modular X, and build tested with OpenBSD-i386-4.6 (not tested with Darwin). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2009/02/21 15:15:29 wiz Exp $ d6 1 a6 1 MASTER_SITES= http://scrotwm.org/snapshot/ @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 DISTNAME= scrotwm-0.9.1 d6 1 a6 1 MASTER_SITES= http://www.peereboom.us/scrotwm/snapshot/ d10 1 a10 1 HOMEPAGE= http://www.peereboom.us/scrotwm/html/scrotwm.html d13 2 d18 20 a37 1 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/scrotwm d39 1 a39 2 post-extract: ${MV} ${WRKSRC}/linux/linux.c ${WRKSRC} d41 1 a41 3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scrotwm ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/scrotwm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 d46 2 @ 1.1.1.1 log @Initial import of scrotwm-0.9.1: 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. @ text @@