pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xterm
Module Name: pkgsrc
Committed By: pin
Date: Thu Jan 12 15:58:17 UTC 2023
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
x11/xterm: update to 378
Patch #378 - 2023/01/09
- improve descriptions of XTQMODKEYS and XTQALLOWED features in ctlseqs.ms
(reports by Bram Moolenaar, Thomas Wolff).
- add bracketed+paste and report+version building blocks to terminfo, from
ncurses 6.4
- improve check for unsupported formatting characters, e.g., zero-width space,
to properly ignore them (report by Thomas Wolff).
- improve/document error-checking for some of the controls which return
responses: DECRQSS, XTGETXRES, XTSETTCAP, XTGETTCAP (prompted by discussion
with David Leadbeater).
- improve limit-checks for fallback font cache (report by Dimitrije Erdeljan).
- improve check for too-wide glyph in fallback font by allowing xterm to
continue searching for a suitable font rather than just failing on the first.
Also add limitFontWidth to allow changing the amount by which a glyph must
extend outside the font's bounding box to disallow it.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/x11/xterm/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/xterm/Makefile
diff -u pkgsrc/x11/xterm/Makefile:1.140 pkgsrc/x11/xterm/Makefile:1.141
--- pkgsrc/x11/xterm/Makefile:1.140 Tue Jan 3 14:10:12 2023
+++ pkgsrc/x11/xterm/Makefile Thu Jan 12 15:58:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2023/01/03 14:10:12 pin Exp $
+# $NetBSD: Makefile,v 1.141 2023/01/12 15:58:17 pin Exp $
-DISTNAME= xterm-377
+DISTNAME= xterm-378
CATEGORIES= x11
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/
EXTRACT_SUFX= .tgz
Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.102 pkgsrc/x11/xterm/distinfo:1.103
--- pkgsrc/x11/xterm/distinfo:1.102 Tue Jan 3 14:10:12 2023
+++ pkgsrc/x11/xterm/distinfo Thu Jan 12 15:58:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.102 2023/01/03 14:10:12 pin Exp $
+$NetBSD: distinfo,v 1.103 2023/01/12 15:58:17 pin Exp $
-BLAKE2s (xterm-377.tgz) = 0c92be07b3561bbb0d84d4d4075c82e7e8174fb71a7f22494320bced9a5b97ca
-SHA512 (xterm-377.tgz) = e74fef6edae3162a7395e5654e78afcb3cb816dbfeabf46dacab48ed872a7aa7ee8c2be32f14a67d51bc207a2bc914cdc9b446985aed73240086e2320127f7c9
-Size (xterm-377.tgz) = 1527178 bytes
+BLAKE2s (xterm-378.tgz) = 235be07e335aed9a0365b6913bf38ac02b7eb4e0d542b69dc666f7a2f356d861
+SHA512 (xterm-378.tgz) = 71515ecde2f050c17613f5851d00893326338dc31bd4db6a737792d2848d807c8d82ae9c49f8f673150b042c065d5b2a44da8d0cbcdbffbf55fe0919a1ee9047
+Size (xterm-378.tgz) = 1529140 bytes
Home |
Main Index |
Thread Index |
Old Index