Fri Aug 13 19:15:53 2010 UTC ()
Update to evilwm-1.0.1

*** Changes between 1.0.0 and 1.0.1:

Wed Mar 11 15:41:02 GMT 2009  Ciaran Anscomb <evilwm@6809.org.uk>
  * XFlush() shouldn't be required in interruptibleXNextEvent()

Thu Nov 20 11:17:07 GMT 2008  Larry Doolittle <>
  * Fix interaction with X and signal handler
  Larry Doolittle encountered a problem with the signal handler's
  interaction with later versions of X.org and submitted this patch.  It
  adds an interruptible version of XNextEvent() borrowed from the Blender
  source code (copyright Mark J. Kilgard) that allows a more graceful
  exit from the main event loop rather than getting the signal handler to
  do it.


(sketch)
diff -r1.28 -r1.29 pkgsrc/wm/evilwm/Makefile
diff -r1.19 -r1.20 pkgsrc/wm/evilwm/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/wm/evilwm/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/evilwm/Makefile 2008/06/12 02:14:54 1.28
+++ pkgsrc/wm/evilwm/Makefile 2010/08/13 19:15:53 1.29
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:54 joerg Exp $ 1# $NetBSD: Makefile,v 1.29 2010/08/13 19:15:53 sketch Exp $
2# 2#
3 3
4DISTNAME= evilwm-1.0.0 4DISTNAME= evilwm-1.0.1
5CATEGORIES= wm x11 5CATEGORIES= wm x11
6MASTER_SITES= http://www.6809.org.uk/evilwm/ 6MASTER_SITES= http://www.6809.org.uk/evilwm/
7 7
8MAINTAINER= sketch@NetBSD.org 8MAINTAINER= sketch@NetBSD.org
9HOMEPAGE= http://www.6809.org.uk/evilwm/ 9HOMEPAGE= http://www.6809.org.uk/evilwm/
10COMMENT= Minimalist Window Manager for X 10COMMENT= Minimalist Window Manager for X
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/evilwm 14INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/evilwm
15 15
16do-install: 16do-install:
17 ${INSTALL_PROGRAM} ${WRKSRC}/evilwm ${DESTDIR}${PREFIX}/bin/evilwm 17 ${INSTALL_PROGRAM} ${WRKSRC}/evilwm ${DESTDIR}${PREFIX}/bin/evilwm

cvs diff -r1.19 -r1.20 pkgsrc/wm/evilwm/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/evilwm/distinfo 2008/01/04 12:11:37 1.19
+++ pkgsrc/wm/evilwm/distinfo 2010/08/13 19:15:53 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2008/01/04 12:11:37 sketch Exp $ 1$NetBSD: distinfo,v 1.20 2010/08/13 19:15:53 sketch Exp $
2 2
3SHA1 (evilwm-1.0.0.tar.gz) = a3fce3a06879d511ca6fed5f8b1d176b08a4bd26 3SHA1 (evilwm-1.0.1.tar.gz) = 35e380b059ac6030460a4bdc85cbde4e7f36146c
4RMD160 (evilwm-1.0.0.tar.gz) = dc80217e10b621deb0ea745bcf740b1bf5847492 4RMD160 (evilwm-1.0.1.tar.gz) = da850746a3c2af462105b6353e8af900b336403c
5Size (evilwm-1.0.0.tar.gz) = 30048 bytes 5Size (evilwm-1.0.1.tar.gz) = 31468 bytes