pkgsrc-WIP-changes archive

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

libtermkey: Update to version 0.22



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Wed Jan 1 21:55:55 2020 +0800
Changeset:	66dee56cc20ac1dbdbfa05d4a4a23313d5e82422

Modified Files:
	libtermkey/Makefile
	libtermkey/PLIST
	libtermkey/distinfo

Log Message:
libtermkey: Update to version 0.22

Changelog :

0.22
	changes: bugfixes for unit tests on BSD platforms
0.21.1
	changes: internal bugfixes, valgrind neatness
0.20
	changes: added parsing of DCS and OSC control strings
0.19
	changes: fixed handling of Ctrl-Space
		 bugfix for keypad mode switching
		 endian fix for unicode keys (thanks jamessan)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=66dee56cc20ac1dbdbfa05d4a4a23313d5e82422

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

diffstat:
 libtermkey/Makefile | 2 +-
 libtermkey/PLIST    | 3 ++-
 libtermkey/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/libtermkey/Makefile b/libtermkey/Makefile
index b3a5fb1443..bf07f1198f 100644
--- a/libtermkey/Makefile
+++ b/libtermkey/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/02/21 16:22:19 jonthn Exp $
 
-DISTNAME=	libtermkey-0.18
+DISTNAME=	libtermkey-0.22
 CATEGORIES=	devel
 MASTER_SITES=	http://www.leonerd.org.uk/code/libtermkey/
 
diff --git a/libtermkey/PLIST b/libtermkey/PLIST
index f90cf024ac..94fe1224de 100644
--- a/libtermkey/PLIST
+++ b/libtermkey/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/21 16:22:20 jonthn Exp $
+@comment $NetBSD$
 include/termkey.h
 lib/libtermkey.la
 lib/pkgconfig/termkey.pc
@@ -12,6 +12,7 @@ man/man3/termkey_interpret_csi.3
 man/man3/termkey_interpret_modereport.3
 man/man3/termkey_interpret_mouse.3
 man/man3/termkey_interpret_position.3
+man/man3/termkey_interpret_string.3
 man/man3/termkey_keycmp.3
 man/man3/termkey_keyname2sym.3
 man/man3/termkey_lookup_keyname.3
diff --git a/libtermkey/distinfo b/libtermkey/distinfo
index ceda542121..6b2fe2c931 100644
--- a/libtermkey/distinfo
+++ b/libtermkey/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/02/21 16:22:20 jonthn Exp $
 
-SHA1 (libtermkey-0.18.tar.gz) = 0a78ba7aaa2f3b53f2273268366fef349c9be4ab
-RMD160 (libtermkey-0.18.tar.gz) = e1508516f827d4263406c1d79e0ad349a24715bc
-SHA512 (libtermkey-0.18.tar.gz) = 7507d7bf22ab075e932401b2194dcc69b40138955dc398c86327a072603df2a1010474fa9a1c75aa7cab936fa500e5e53118675b0ec6e9a85b66a1b6b7f5332e
-Size (libtermkey-0.18.tar.gz) = 42317 bytes
+SHA1 (libtermkey-0.22.tar.gz) = e7eec6e33d7679fb109b66a83a8546436fb9f445
+RMD160 (libtermkey-0.22.tar.gz) = 553e744534a5318e75f5a696481efe941b7f6ead
+SHA512 (libtermkey-0.22.tar.gz) = 2e8242cd1e6acb8900125dcee9fd47f7554c359363f760b88858c82667e1f3871bdd87358b14c8a133ef3cd2699947a5045477e64cdf7f96d4ead1723e73a219
+Size (libtermkey-0.22.tar.gz) = 46147 bytes


Home | Main Index | Thread Index | Old Index