Thu Mar 7 06:35:56 2013 UTC ()
Update to 2.3:
The feature added in this revision is pointer barrier events and releases.
Pointer barriers themselves are an XFixes 5 feature, XI 2.3 adds two
disctinct features to barriers:
* the ability for clients to get notified if pointer movement is restricted
  by a barrier
* the ability for clients to allow a pointer to move through a barrier after
  it was constrained by the barrier

For a more verbose explanation of these features please refer to:
http://who-t.blogspot.com.au/2012/12/whats-new-in-xi-23-pointer-barrier.html


(wiz)
diff -r1.15 -r1.16 pkgsrc/x11/inputproto/Makefile
diff -r1.12 -r1.13 pkgsrc/x11/inputproto/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/x11/inputproto/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/inputproto/Attic/Makefile 2012/10/29 05:06:21 1.15
+++ pkgsrc/x11/inputproto/Attic/Makefile 2013/03/07 06:35:54 1.16
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2012/10/29 05:06:21 asau Exp $ 1# $NetBSD: Makefile,v 1.16 2013/03/07 06:35:54 wiz Exp $
2# 2#
3 3
4DISTNAME= inputproto-2.2 4DISTNAME= inputproto-2.3
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=proto/} 6MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Input extension headers from X.org 11COMMENT= Input extension headers from X.org
12 12
13CONFLICTS+= xextensions-[0-9]* 13CONFLICTS+= xextensions-[0-9]*
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16PKGCONFIG_OVERRIDE+= inputproto.pc.in 16PKGCONFIG_OVERRIDE+= inputproto.pc.in
17CONFIGURE_ARGS+= --with-asciidoc=no 17CONFIGURE_ARGS+= --with-asciidoc=no

cvs diff -r1.12 -r1.13 pkgsrc/x11/inputproto/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/inputproto/Attic/distinfo 2012/06/03 19:45:42 1.12
+++ pkgsrc/x11/inputproto/Attic/distinfo 2013/03/07 06:35:54 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2012/06/03 19:45:42 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2013/03/07 06:35:54 wiz Exp $
2 2
3SHA1 (inputproto-2.2.tar.bz2) = 500e0a6dac3523887c0b82753fe5e9d4bb982137 3SHA1 (inputproto-2.3.tar.bz2) = 4eacc1883593d3f0040e410be3afc8483c7d2409
4RMD160 (inputproto-2.2.tar.bz2) = 7b93f798ab953e21e64a21170d6d151c6ffe3171 4RMD160 (inputproto-2.3.tar.bz2) = 43a6517f4c3f97a218fd729344e0fea3ee60b5a7
5Size (inputproto-2.2.tar.bz2) = 178839 bytes 5Size (inputproto-2.3.tar.bz2) = 195642 bytes