Tue Jul 4 19:30:16 2023 UTC ()
x11/xterm: update to 383

Patch #383 - 2023/06/27
 - expand description of full- and soft-reset in the manual.
 - fixes for full- and soft-reset:
    - clear alternate screen on full reset.
    - disable menu-entry for active icon; it merely shows whether the feature
      is enabled.
    - use appcursorDefault and appkeypadDefault resources for reset of DECCKM
      and DECKPM.
    - save initial resource values for sixelScrolling and privateColorRegisters,
      using those in full reset.
    - update checkbox for Enable Blinking Cursor (report by Rajeev V. Pillai).
 - add reply for DECSACE with DECRQSS.
 - modify status-line feature to exit without erasing for DECSTR.
 - add private mode 1045 which imitates the original xterm cursor-back reverse
   wrapping mode 45 (see patch #380).
 - improve checks for non-Unicode values, e.g., in DECRQCRA.
 - re-checkout from RCS archive to fix stale identifiers (report by Sven
   Joachim).


(pin)
diff -r1.145 -r1.146 pkgsrc/x11/xterm/Makefile
diff -r1.105 -r1.106 pkgsrc/x11/xterm/distinfo

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

--- pkgsrc/x11/xterm/Makefile 2023/06/05 15:52:19 1.145
+++ pkgsrc/x11/xterm/Makefile 2023/07/04 19:30:15 1.146
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.145 2023/06/05 15:52:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.146 2023/07/04 19:30:15 pin Exp $
2 2
3DISTNAME= xterm-382 3DISTNAME= xterm-383
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.105 -r1.106 pkgsrc/x11/xterm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xterm/distinfo 2023/06/05 15:52:19 1.105
+++ pkgsrc/x11/xterm/distinfo 2023/07/04 19:30:15 1.106
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.105 2023/06/05 15:52:19 wiz Exp $ 1$NetBSD: distinfo,v 1.106 2023/07/04 19:30:15 pin Exp $
2 2
3BLAKE2s (xterm-382.tgz) = 46348f0a3dedfef003a48d9960f8d569435ffc4e2392baffe54317768b8811e5 3BLAKE2s (xterm-383.tgz) = 1085db90ea1caf0219a969d1a2270a9e490a14a1debdebfa3d6aa7f8df11657c
4SHA512 (xterm-382.tgz) = 52780430928d071a131ba9d79ca6915d9f627e82a527f5b0c1eac8e05cea62294631e4a6f27a29e5fa046e3b15c3744e532322e547f4a6a01d05779f0807b8b5 4SHA512 (xterm-383.tgz) = 68befcf821a752992d82c48c2fabd86953185c691b5f16d6dcc8427156469bf0790737b12d3b57e70fe52e8ddf7139380b30c46d7724b961b7c35c3a0efa097f
5Size (xterm-382.tgz) = 1536637 bytes 5Size (xterm-383.tgz) = 1538968 bytes