pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xorgproto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 24 08:01:16 UTC 2021

Modified Files:
        pkgsrc/x11/xorgproto: Makefile distinfo

Log Message:
xorgproto: update to 2021.2.

This release is mostly all about keysyms. Some additions to Vietnamese and
Hangul but the big set of commits here is catching up with several years of
Linux kernel releases.

The kernel's evdev interface has semantic keycodes (e.g. KEY_ESC is what
you'd expect). Beyond the normal range expected to change with different
layouts there are many keycodes that should only ever do one thing.
For example, KEY_ONSCREEN_KEYBOARD should display the OSK regardless of
layout). In the past, we've added these keysyms on a as-requested basis.

We now have a reserved subrange in the already reserved range for XF86Foo
keysyms. Within that range, keysyms map directly to their evdev
counterparts, making future updates easier. The above example
KEY_ONSCREEN_KEYBOARD now has a XF86OnScreenKeyboard keysym.
The header file follows a strict convention to make this range
machine-readable, xkeyboard-config can make use of this to
make those keysyms available by default. Note that almost all keys are
outside the X keycode range so very little will change under X.

Note that most keys exist on selected devices only so the practial use is
quite limited. But those keysyms are available through normal XKB
configuration so users can re-map existing keys where needed.

Aside from those, a bit of misc cleanup work. Many thanks to all
contributors.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xorgproto/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xorgproto/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xorgproto/Makefile
diff -u pkgsrc/x11/xorgproto/Makefile:1.13 pkgsrc/x11/xorgproto/Makefile:1.14
--- pkgsrc/x11/xorgproto/Makefile:1.13  Tue Apr 14 19:30:46 2020
+++ pkgsrc/x11/xorgproto/Makefile       Wed Feb 24 08:01:16 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/04/14 19:30:46 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/24 08:01:16 wiz Exp $
 
-DISTNAME=              xorgproto-2020.1
+DISTNAME=              xorgproto-2021.2
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=proto/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/x11/xorgproto/distinfo
diff -u pkgsrc/x11/xorgproto/distinfo:1.11 pkgsrc/x11/xorgproto/distinfo:1.12
--- pkgsrc/x11/xorgproto/distinfo:1.11  Tue Apr 14 19:30:46 2020
+++ pkgsrc/x11/xorgproto/distinfo       Wed Feb 24 08:01:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/04/14 19:30:46 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/02/24 08:01:16 wiz Exp $
 
-SHA1 (xorgproto-2020.1.tar.bz2) = 1cdab4e9ab796760ddb9582071328469a8eca08a
-RMD160 (xorgproto-2020.1.tar.bz2) = 6fa77728e461be0cf83a1f5626a55ecee1795390
-SHA512 (xorgproto-2020.1.tar.bz2) = 2d10533e54987f293e1c8578aa742c38cf2fac8551db1d317cf5ee4a6a9600eced50f59c57c38b35dd210fe02d350294c967512f04cb9876d6c0c1f7e89cb199
-Size (xorgproto-2020.1.tar.bz2) = 848072 bytes
+SHA1 (xorgproto-2021.2.tar.bz2) = 9e1f40876906ca5aaa22750703f611f38744ee5e
+RMD160 (xorgproto-2021.2.tar.bz2) = 3055c3ceb775051e40b54a312de08ca6289a259f
+SHA512 (xorgproto-2021.2.tar.bz2) = 3b355b9a455dc8c67c3b1c87215067fc92b0fa3703330702f0e79387d3dce7589c19979ef61f37965ebae0ca749ef49baf23f281d1c8aa72b45118e0cb5a112d
+Size (xorgproto-2021.2.tar.bz2) = 871255 bytes



Home | Main Index | Thread Index | Old Index