From 96c82a60fe2bdbbd683b2666c3ec21becfe7ebe0 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 7 Mar 2013 06:36:28 +0000 Subject: Update to 1.7: 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 --- x11/libXi/Makefile | 4 ++-- x11/libXi/PLIST | 4 +++- x11/libXi/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'x11') diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 6797373e686..6ad6316ff8e 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2013/01/21 13:59:14 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/03/07 06:36:28 wiz Exp $ # -DISTNAME= libXi-1.6.2 +DISTNAME= libXi-1.7 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXi/PLIST b/x11/libXi/PLIST index 97606b744df..ff7f7426358 100644 --- a/x11/libXi/PLIST +++ b/x11/libXi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2013/01/21 13:59:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/03/07 06:36:28 wiz Exp $ include/X11/extensions/XInput.h include/X11/extensions/XInput2.h lib/libXi.la @@ -30,6 +30,8 @@ man/man3/XGetSelectedExtensionEvents.3 man/man3/XGrabDevice.3 man/man3/XGrabDeviceButton.3 man/man3/XGrabDeviceKey.3 +man/man3/XIBarrierReleasePointer.3 +man/man3/XIBarrierReleasePointers.3 man/man3/XIChangeHierarchy.3 man/man3/XIChangeProperty.3 man/man3/XIDefineCursor.3 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index f7b30ab31c1..18f08396ca7 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2013/01/21 13:59:14 wiz Exp $ +$NetBSD: distinfo,v 1.17 2013/03/07 06:36:28 wiz Exp $ -SHA1 (libXi-1.6.2.tar.bz2) = ac00cf9790648c17815860b10c9a6abbe32bb175 -RMD160 (libXi-1.6.2.tar.bz2) = 3e7c9f36ef6aa6be6af355b8f64f31c1b9823e10 -Size (libXi-1.6.2.tar.bz2) = 428938 bytes +SHA1 (libXi-1.7.tar.bz2) = 1c4e992094f71103660f16329b228b081f48d48c +RMD160 (libXi-1.7.tar.bz2) = 368ed28a1562dff67ebdb6e7433205e04c62c0a0 +Size (libXi-1.7.tar.bz2) = 433745 bytes -- cgit v1.2.3