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 Nov 26 08:37:29 UTC 2021
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
x11/xterm: update to 370
-add -a, -c and -d options to query-status.pl to improve test for DECRQSS.
-expanded discussion of maximum graphics geometry in ctlseqs.ms (suggested by
Bon Wong).
-corrected parameter symbol for DECCARA and DECRARA in ctlseqs.ms to indicate
that multiple parameters may be used (report by Thomas Wolff).
-add several test/demo scripts.
-improve DECCOLM, DECLRMM and DECALN referring to pseudo-code in DEC 070.
-amend a change in patch #348 which caused left/right margin mode to be reset
when resizing the terminal window (report by Valentine Barshak).
-fix a misnamed macro-parameter (patch by Rajeev V. Pillai).
-fix spacing of wideFont when its width is not exactly twice as wide as the
normal font (report by Rajeev V. Pillai).
-suppress loading of italic font in a few places when colorITmode is enabled
(report/analysis by Rajeev V. Pillai).
-modify XTSMGRAPHICS to return failure status if the terminal is not configured
to support the corresponding ReGIS or SIXEL feature (report by Nick Black,
notcurses #2252, notcurses #2257).
-modify DECERA and DECFRA to erase corresponding area in SIXEL graphics (patch
by Nick Black, notcurses #1740, vt340test #16). Also modify DECSERA.
-equate visuals for TrueColor and DirectColor (patch by Denis Kaganovich).
-correct computation for pixel value of rgb when using depth 16 (report by
Denis Kaganovich).
-correct wrapping of VT100-style double-sized characters when configured for
Unicode wide-characters (report by Luis Javier Merino).
-updated default value for sixelScrolling resource to match expected behavior
versus DECSDM change in patch #369 (report by Grant Taylor).
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.96 -r1.97 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.134 pkgsrc/x11/xterm/Makefile:1.135
--- pkgsrc/x11/xterm/Makefile:1.134 Wed Oct 13 07:24:11 2021
+++ pkgsrc/x11/xterm/Makefile Fri Nov 26 08:37:29 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2021/10/13 07:24:11 pin Exp $
+# $NetBSD: Makefile,v 1.135 2021/11/26 08:37:29 pin Exp $
-DISTNAME= xterm-369
+DISTNAME= xterm-370
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.96 pkgsrc/x11/xterm/distinfo:1.97
--- pkgsrc/x11/xterm/distinfo:1.96 Tue Oct 26 11:34:58 2021
+++ pkgsrc/x11/xterm/distinfo Fri Nov 26 08:37:29 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.96 2021/10/26 11:34:58 nia Exp $
+$NetBSD: distinfo,v 1.97 2021/11/26 08:37:29 pin Exp $
-BLAKE2s (xterm-369.tgz) = 5bd46602519257f1dc381cda63e0f099b21c5de6a0a2691bb26b0ba1586a2d8e
-SHA512 (xterm-369.tgz) = b574e75e8bc7918f6e637534a39ebbc72cfbc74e4ff3e2b914962722b9c6e60adee49d74ebe1e778bcb35556e04098baa4465d1694fde61fbcca6434e6e706a7
-Size (xterm-369.tgz) = 1461310 bytes
+BLAKE2s (xterm-370.tgz) = b0de2145c7c23212c323705804eac28a4398fcd0f77b386358a60b6445db3ffc
+SHA512 (xterm-370.tgz) = 24f1836c4f5aec175c45db77e9bc829b45ee2c93cf12c20252b22bee470392ef0637cfbbb6e90074b1c038ac023f74a4fb713bbd4abf2b5b86d064667caf38dd
+Size (xterm-370.tgz) = 1500208 bytes
Home |
Main Index |
Thread Index |
Old Index