diff options
author | sketch <sketch@pkgsrc.org> | 2010-08-13 19:15:53 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2010-08-13 19:15:53 +0000 |
commit | 9397085f7cd4610e22bef5cdca84309cbe695f79 (patch) | |
tree | 54db3a56ef21e368f714b9b39caa3cdb434b7d74 /wm | |
parent | 2cdbb513d2553cfe9d7db319c5f9c761f2e8587f (diff) | |
download | pkgsrc-9397085f7cd4610e22bef5cdca84309cbe695f79.tar.gz |
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.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/evilwm/Makefile | 4 | ||||
-rw-r--r-- | wm/evilwm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 9673e0528d6..414cee3f20a 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:54 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2010/08/13 19:15:53 sketch Exp $ # -DISTNAME= evilwm-1.0.0 +DISTNAME= evilwm-1.0.1 CATEGORIES= wm x11 MASTER_SITES= http://www.6809.org.uk/evilwm/ diff --git a/wm/evilwm/distinfo b/wm/evilwm/distinfo index 47dc0c6864f..e62a3a7cc8a 100644 --- a/wm/evilwm/distinfo +++ b/wm/evilwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2008/01/04 12:11:37 sketch Exp $ +$NetBSD: distinfo,v 1.20 2010/08/13 19:15:53 sketch Exp $ -SHA1 (evilwm-1.0.0.tar.gz) = a3fce3a06879d511ca6fed5f8b1d176b08a4bd26 -RMD160 (evilwm-1.0.0.tar.gz) = dc80217e10b621deb0ea745bcf740b1bf5847492 -Size (evilwm-1.0.0.tar.gz) = 30048 bytes +SHA1 (evilwm-1.0.1.tar.gz) = 35e380b059ac6030460a4bdc85cbde4e7f36146c +RMD160 (evilwm-1.0.1.tar.gz) = da850746a3c2af462105b6353e8af900b336403c +Size (evilwm-1.0.1.tar.gz) = 31468 bytes |