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 Sep 19 13:55:49 UTC 2025
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
x11/xterm: update to 402
- revise a correction for HLS to RGB from patch #385 to avoid losing precision (report/patch by István Kopft).
- extend special case for line-drawing characters in glyphs 1-31 to work with TrueType fonts (report/testcase by Jens Schweikhardt).
- modify wcwidth.c to treat Emoji codes as double-width.
- add configure option --with-xterm-kbs as in ncurses, to provide for platform-based default value for the erase key definition in terminfo.
- modify DA1 to report extension code 17 with VT320.
- simplify CursorBack and related cursor-movement functions.
- change names of experimental ifdef's such as xmc-glitch to begin with "EXP_", and consistently use fallbacks in ptyx.h
- expanded section of manpage dealing with select/paste.
- amend patch #392 changes for accepting an 8-bit ST to make this an experimental feature limited to the SOS table when in UTF-8 mode.
- update precompose.c based on Unicode 16.0
- add a null-pointer check in ScrnWriteText (Debian #1110769).
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.120 -r1.121 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.161 pkgsrc/x11/xterm/Makefile:1.162
--- pkgsrc/x11/xterm/Makefile:1.161 Wed Jul 16 16:12:21 2025
+++ pkgsrc/x11/xterm/Makefile Fri Sep 19 13:55:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.161 2025/07/16 16:12:21 pin Exp $
+# $NetBSD: Makefile,v 1.162 2025/09/19 13:55:49 pin Exp $
-DISTNAME= xterm-401
+DISTNAME= xterm-402
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.120 pkgsrc/x11/xterm/distinfo:1.121
--- pkgsrc/x11/xterm/distinfo:1.120 Wed Jul 16 16:12:21 2025
+++ pkgsrc/x11/xterm/distinfo Fri Sep 19 13:55:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.120 2025/07/16 16:12:21 pin Exp $
+$NetBSD: distinfo,v 1.121 2025/09/19 13:55:49 pin Exp $
-BLAKE2s (xterm-401.tgz) = c03810938ecb4ee1b5e4331e867e0caac3850231825d38a0d5c43199baca7b4b
-SHA512 (xterm-401.tgz) = d9c61788ce1710cb5ba78ab2c21ab78b19287ca2af4a2de8eccca8518673007dcb3b04f236601f3b4b590e487e6131502dac0a71aeb1b05d48479f6c0bb0f8bc
-Size (xterm-401.tgz) = 1609360 bytes
+BLAKE2s (xterm-402.tgz) = b10e2c858a783cb052807307d705cf8246c4f4426c31876706116c640b02b979
+SHA512 (xterm-402.tgz) = 00fd41f200e2cacb391c81fa2c003d7dc738a4773333b3af6f290b2de5d773159a8dc37da48ef28f30f6fb1b856f0048b271b9a2af795052ca5e607e025b7dc8
+Size (xterm-402.tgz) = 1612990 bytes
Home |
Main Index |
Thread Index |
Old Index