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 Feb 23 17:26:28 UTC 2024

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 390

Patch #390 - 2024/02/19
 - improve typography of control-sequences page (patches by Branden Robinson).
 - amend UPSS change from patch #389, fixing a regression in VT100/VT220
   character sets.
 - modify ANSI conformance per ECMA-43 and DEC 070:
    - set ANSI conformance level to 3 for DEC levels 2 and up.
    - disable locking shifts in level 1, e.g., VT100.
    - disable single-shifts from G2/G3 in level 1.
    - use UPSS for G2/G3 in levels 2 and up.
 - modify invisible-character attribute to permit DECRQCRA to report a
   consistent checksum (report/testcase by Thomas Wolff).
 - align terminfo building blocks in terminfo to correspond to recent
   refactoring/trimming in ncurses.
 - set flag in regexec call for onNClicks to handle “^” anchor
   (patch by Matthew Martin).
 - add line-drawing data for the characters in DEC Technical which have no
   Unicode equivalents.
 - remove a special case in encode_scs which made xterm report Latin-1 when
   encoding is set to UTF-8, where ASCII is the selected character set.
   This fixes a regression in vttest for the DECRSPS cursor test.
 - correct values for Ps of DECAUPSS in ctlseqs.ms
   (report by James Holderness).
 - simplify/correct expression for checking Unicode non-characters
   (report by Thomas Wolff).
 - correct loop for trimming environment variables (report/patch by Casper Dik).
 - fixes for manpage formatting (Debian #1041809).
 - update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.110 -r1.111 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.151 pkgsrc/x11/xterm/Makefile:1.152
--- pkgsrc/x11/xterm/Makefile:1.151     Tue Jan  9 20:11:46 2024
+++ pkgsrc/x11/xterm/Makefile   Fri Feb 23 17:26:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.151 2024/01/09 20:11:46 pin Exp $
+# $NetBSD: Makefile,v 1.152 2024/02/23 17:26:28 pin Exp $
 
-DISTNAME=      xterm-389
+DISTNAME=      xterm-390
 CATEGORIES=    x11
 MASTER_SITES=  https://invisible-island.net/archives/xterm/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.110 pkgsrc/x11/xterm/distinfo:1.111
--- pkgsrc/x11/xterm/distinfo:1.110     Tue Jan  9 20:11:46 2024
+++ pkgsrc/x11/xterm/distinfo   Fri Feb 23 17:26:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.110 2024/01/09 20:11:46 pin Exp $
+$NetBSD: distinfo,v 1.111 2024/02/23 17:26:28 pin Exp $
 
-BLAKE2s (xterm-389.tgz) = 59fbfc9c66d14a1cfb45acafbd5f14495089f39d34c7fd902af6fee2c583c7c4
-SHA512 (xterm-389.tgz) = a87703692d621f38670c85be3495aa3840de5e53136dc7be01b3b7003add6109310cc583ac5f0ac1f67e588628336a4b48e947f8d1a326d33a804e2c164890fc
-Size (xterm-389.tgz) = 1579767 bytes
+BLAKE2s (xterm-390.tgz) = 98ad66676876801d79db8a1e85a9b84c6e4ef2fc29b8b973ec268770aad5ed72
+SHA512 (xterm-390.tgz) = 865ae292a56635ec2811a950763da22cbbb4de463bee75b4595b7387a09227f612c5620986e431631c3d73fe783d862fd9a6694c54c33898327339467b7085b7
+Size (xterm-390.tgz) = 1580899 bytes



Home | Main Index | Thread Index | Old Index