summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-07 21:56:22 +0000
committerwiz <wiz>2009-01-07 21:56:22 +0000
commit59ebd1076f7fcf8f9f66035c8b9442da433d345b (patch)
tree86b37a4ba218f4262086e39ac10461372e54eda9
parentfca3963a2d22d44c4890ccda56ad52b1b8e9c70a (diff)
downloadpkgsrc-59ebd1076f7fcf8f9f66035c8b9442da433d345b.tar.gz
Update to 1.5.0:
X Input Protocol 1.5.0 Additions over 1.4: input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices. IDP can also be read by other clients, allowing clients to label devices or device specific features. Two of the more obvious cases are to label a device as "primary", or to label each axis to denote it's function ("press", "tilt", "rotation", etc.). For those reading commit logs: IDP were originally added as XGE events as part of XI2, then backported to traditional events. Cheers, Peter Peter Hutterer (10): Back out Device Properties from XI 2, push into XI 1.5. Protect against C++ includes. Add libXi's property interfaces. PropertyNotify, move deviceid back to last byte. Remove RCS tags, typo fix. Make sure Atoms are defined as CARD32. Undef Atom after we're done so we don't pollute users of XIproto.h Add XI_JOYSTICK type. Remove Configure/QueryDeviceProperty. inputproto 1.5.0
-rw-r--r--x11/inputproto/Makefile4
-rw-r--r--x11/inputproto/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile
index e2b24936c2a..bbc05f8c979 100644
--- a/x11/inputproto/Makefile
+++ b/x11/inputproto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/07/30 09:56:48 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/01/07 21:56:22 wiz Exp $
#
-DISTNAME= inputproto-1.4.4
+DISTNAME= inputproto-1.5.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/inputproto/distinfo b/x11/inputproto/distinfo
index d895ffb461a..5644091ac66 100644
--- a/x11/inputproto/distinfo
+++ b/x11/inputproto/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/07/30 09:56:48 wiz Exp $
+$NetBSD: distinfo,v 1.9 2009/01/07 21:56:22 wiz Exp $
-SHA1 (inputproto-1.4.4.tar.bz2) = 9501ae977350a561a1510a543f17167568a7415c
-RMD160 (inputproto-1.4.4.tar.bz2) = 771db687cab6f2e77f36e3efd1bc4793c73b152b
-Size (inputproto-1.4.4.tar.bz2) = 54417 bytes
+SHA1 (inputproto-1.5.0.tar.bz2) = c6514843f35e2591fadc13f3fc87bf3752b7197c
+RMD160 (inputproto-1.5.0.tar.bz2) = 5d04e4c85241e262f26b0827340da7ca92080630
+Size (inputproto-1.5.0.tar.bz2) = 57358 bytes