Thu Jan 12 15:58:17 2023 UTC ()
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.


(pin)
diff -r1.140 -r1.141 pkgsrc/x11/xterm/Makefile
diff -r1.102 -r1.103 pkgsrc/x11/xterm/distinfo

cvs diff -r1.140 -r1.141 pkgsrc/x11/xterm/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xterm/Makefile 2023/01/03 14:10:12 1.140
+++ pkgsrc/x11/xterm/Makefile 2023/01/12 15:58:17 1.141
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.140 2023/01/03 14:10:12 pin Exp $ 1# $NetBSD: Makefile,v 1.141 2023/01/12 15:58:17 pin Exp $
2 2
3DISTNAME= xterm-377 3DISTNAME= xterm-378
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ 5MASTER_SITES= ftp://ftp.invisible-island.net/xterm/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://invisible-island.net/xterm/xterm.html 9HOMEPAGE= https://invisible-island.net/xterm/xterm.html
10COMMENT= Latest terminal emulator for the X Window System 10COMMENT= Latest terminal emulator for the X Window System
11LICENSE= x11 11LICENSE= x11
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= tbl pkg-config 14USE_TOOLS+= tbl pkg-config
15 15
16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}

cvs diff -r1.102 -r1.103 pkgsrc/x11/xterm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xterm/distinfo 2023/01/03 14:10:12 1.102
+++ pkgsrc/x11/xterm/distinfo 2023/01/12 15:58:17 1.103
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.102 2023/01/03 14:10:12 pin Exp $ 1$NetBSD: distinfo,v 1.103 2023/01/12 15:58:17 pin Exp $
2 2
3BLAKE2s (xterm-377.tgz) = 0c92be07b3561bbb0d84d4d4075c82e7e8174fb71a7f22494320bced9a5b97ca 3BLAKE2s (xterm-378.tgz) = 235be07e335aed9a0365b6913bf38ac02b7eb4e0d542b69dc666f7a2f356d861
4SHA512 (xterm-377.tgz) = e74fef6edae3162a7395e5654e78afcb3cb816dbfeabf46dacab48ed872a7aa7ee8c2be32f14a67d51bc207a2bc914cdc9b446985aed73240086e2320127f7c9 4SHA512 (xterm-378.tgz) = 71515ecde2f050c17613f5851d00893326338dc31bd4db6a737792d2848d807c8d82ae9c49f8f673150b042c065d5b2a44da8d0cbcdbffbf55fe0919a1ee9047
5Size (xterm-377.tgz) = 1527178 bytes 5Size (xterm-378.tgz) = 1529140 bytes