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:           Fri Jan  1 13:35:14 UTC 2021

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 363

Patch #363 - 2020/12/26
-disable groff hyphenation in generated html when using man2html.
-change SCS “&4” Cyrillic to non-NRCS, per VT520 manual.
-amend fix for SCS in patch #198 to remove DEL rather than converting it to a
space (report by Thomas Wolff).
-modify state transitions for selecting character sets to eliminate an ambiguity
between the “A” used in VT220 versus VT320.
-improve error recovery when selecting characters by resetting to US ASCII when
no suitable encoding is found, e.g., attempting to use an NRCS sequence when
NRCS is not enabled.
-turn off hyphenation in “.txt” conversion, prompted by groff changes.
-add VT5xx ISO Latin-2 (prompted by discussion with Thomas Wolff).
-amend change from patch #361 to event-handling in CopyWait to handle
active-icon as a special case (Debian #975687).
-add call to loadColorTable to get the visual information needed to decode BE
RGBA32 color format (patch by Leandro Lupori).
-modify the resource-parsing for disallowedPasteControls and similar lists of
names/numbers to recognize “~;” (tilde) for cancelling a given name/number.
-add ENQ, EOT and NUL to default for disallowedPasteControls.
-change default for disallowedPasteControls to omit the tab character
(suggested by Harald Dunkel).
-fix swapped height/width in regisScreenSize and maxGraphicSize resources using
"auto" value, from patch #314 (report by Anton Lavrentiev)
-revise patch #362 change for shift-modifier versus mouse protocol and
select/paste by adding resource shiftEscape, which can be enabled via a control
sequence (prompted by discussion with Matthijs van Duin).
-simplify/improve ifdef in trace code for using a separate set of files for each
run of xterm.
-add options -r and -t to vttests/query-color.pl to show the 6-digit RGB code
and actual colors.
-add nel to xterm-basic terminfo.
-alter vttests/modify-keys.pl to omit HTML reference links to the modified-keys
table where no keycode was available.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.88 -r1.89 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.128 pkgsrc/x11/xterm/Makefile:1.129
--- pkgsrc/x11/xterm/Makefile:1.128     Sun Nov 22 13:32:27 2020
+++ pkgsrc/x11/xterm/Makefile   Fri Jan  1 13:35:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2020/11/22 13:32:27 pin Exp $
+# $NetBSD: Makefile,v 1.129 2021/01/01 13:35:14 pin Exp $
 
-DISTNAME=      xterm-362
+DISTNAME=      xterm-363
 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.88 pkgsrc/x11/xterm/distinfo:1.89
--- pkgsrc/x11/xterm/distinfo:1.88      Sun Nov 22 13:32:27 2020
+++ pkgsrc/x11/xterm/distinfo   Fri Jan  1 13:35:14 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.88 2020/11/22 13:32:27 pin Exp $
+$NetBSD: distinfo,v 1.89 2021/01/01 13:35:14 pin Exp $
 
-SHA1 (xterm-362.tgz) = fe7ff0986c90d491c8fb3523d9004225e653f797
-RMD160 (xterm-362.tgz) = 1146ac7005bdd406efefc49bc7b67112b598ce87
-SHA512 (xterm-362.tgz) = fddfa689fe948245964b347f27c8c66b28eee82cb78062f0e296053a5db9a20f74786b34058512b109064628992db94e87bc12c79f2db4a50acb79e408173168
-Size (xterm-362.tgz) = 1436334 bytes
+SHA1 (xterm-363.tgz) = 82f0e5bdae44268fc0cf8275f47a1a732aaee995
+RMD160 (xterm-363.tgz) = 54ced4d077a8b46106a467e0491f75138c760279
+SHA512 (xterm-363.tgz) = e9148f144e5e38597c84ccd82033f4fb83a9dd222c4cecf7498e31065e7d0148c89631290e5f804fcd9d2d55f59f4fd271aaf220eb636fbe38ae245ea6537871
+Size (xterm-363.tgz) = 1442520 bytes



Home | Main Index | Thread Index | Old Index