Tue Oct 31 16:18:09 2023 UTC ()
x11/xterm: update to 388

Patch #388 - 2023/10/22
 - improve disallowPasteControls by adding a category for the special characters
   known to stty (prompted by discussion with David Leadbeater).
 - amend support of DECAUPSS, undoing change to initialization of G2/G3 so that
   pasting of GR characters works properly (report/analysis by Petri Kaukasoina).
 - update config.guess, config.sub

Patch #387 - 2023/10/15
 - add DECRQUPSS and DECAUPSS.
 - add DECRQDE (report by Jake Hamby).
 - correct indexing expression in title-stack, from patch #385 changes
   (report by Brian Lindholm).

Patch #386 - 2023/10/09
 - improve references in ctlseqs.ms (prompted by discussion with Kirill Chibisov).
 - make the maximum amount of memory used for buffering DCS and OSC strings
   configurable with maxStringParse resource (report by Daniel Franke).
 - improve performance of ReGIS when initializing the largest fontsize
   (report by Ben Wong).
 - fix regression in SIXEL colors, in patch #385 (report/patch by Jonny Langley).
 - fix typo in --with-wtmp (report/patch by Sven Joachim)


(pin)
diff -r1.148 -r1.149 pkgsrc/x11/xterm/Makefile
diff -r1.108 -r1.109 pkgsrc/x11/xterm/distinfo

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

--- pkgsrc/x11/xterm/Makefile 2023/10/04 05:15:01 1.148
+++ pkgsrc/x11/xterm/Makefile 2023/10/31 16:18:09 1.149
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.148 2023/10/04 05:15:01 pin Exp $ 1# $NetBSD: Makefile,v 1.149 2023/10/31 16:18:09 pin Exp $
2 2
3DISTNAME= xterm-385 3DISTNAME= xterm-388
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= https://invisible-island.net/archives/xterm/ 5MASTER_SITES= https://invisible-island.net/archives/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.108 -r1.109 pkgsrc/x11/xterm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xterm/distinfo 2023/10/04 05:15:01 1.108
+++ pkgsrc/x11/xterm/distinfo 2023/10/31 16:18:09 1.109
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.108 2023/10/04 05:15:01 pin Exp $ 1$NetBSD: distinfo,v 1.109 2023/10/31 16:18:09 pin Exp $
2 2
3BLAKE2s (xterm-385.tgz) = 5f661f907232c1ce1a9a01b3db5f33f3fabe7ce99717c079c03c73d7933e694b 3BLAKE2s (xterm-388.tgz) = e06fc232506ab5c1bc59e6e552e887207aec80467ea03067c445c50aa17ef955
4SHA512 (xterm-385.tgz) = e00601a91238b6f0dc6cb973c928387ef7c41a3244cdb463d931c23e0ff93a76498b0d17ea90656a6bed7fcf0a24a788f1cbc02f1ff73e3fbc5ad0540f4982f7 4SHA512 (xterm-388.tgz) = 7ded1c32b18e629222c9109dc9eb206511762447f07a1043fb63802f036d6d685d332697edd46556c07e6fb5ca95f9bcf836c48d05bd72d626bb90dfa1bfc21a
5Size (xterm-385.tgz) = 1543993 bytes 5Size (xterm-388.tgz) = 1548336 bytes