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:   wiz
Date:           Mon Jun  5 15:52:19 UTC 2023

Modified Files:
        pkgsrc/x11/xterm: Makefile PLIST distinfo

Log Message:
xterm: update to 382.

Based on a patch by pin@

x11/xterm: update to 382

Patch #382 - 2023/05/30
 - amend change to CursorBack in patch #380, allowing the result to be on the
   hidden right-half of double-cell characters (report by Rajeev V. Pillai).
 - amend xtermDrawString, fixing regression with --disable-wide-chars
   configuration from patch #380.
 - corrected pathname for run-tic.sh, for full install in an out-of-tree build
   (report by Rajeev V. Pillai).

Patch #381 - 2023/05/28
 - fix a regression in wide bitmap fonts versus check for missing glyphs
   (report by Rajeev V. Pillai).

Patch #380 - 2023/05/09
 - simplify the change for sixelScrolling from patch #374
   (report by Per Bothner).
 - add xterm+focus and report+da2, update report+version building blocks in
   terminfo, from post-ncurses 6.4
 - drop the -title option from uxterm and koi8rxterm, because that interferes
   with deriving the default title from the -e option (Debian #1031837).
   Compensate for this by using the -class option to derive a default title.
 - improve description of readline 2003 mode in ctlseqs.ms
   (report by Thomas Wolff).
 - other improvements to status-line feature (report by Thomas Wolff):
    - clear status line on DECCOLM
    - ignore DECSASD if no previous DECSSDT
    - allow DECSSDT 1 immediately after DECSSDT 2, i.e., without switching back
      to host mode.
 - adjust RequestResize to avoid shrinking screen when using DECCOLM while the
   status-line is active (report/patch by Thomas Wolff).
 - disallow wrapping before the beginning of the screen, to the end of the
   screen, for cursor-back sequences (Redhat #2182357).
 - modify makefile to install the 16x16 xpm files (report by Harald Dunkel).
 - update test-package to reflect resolution of Debian #906901.
 - change default of showMissingGlyphs to True.
 - improve handling of double-sized characters when those happen to be missing
   from the bitmap font and/or are fullwidth.
 - pointer/overflow fixes (reported by David Leadbeater):
    - improve limit-checks for control-sequence numeric parameters in SIXEL
      graphics.
    - add null-pointer checks in WriteNow macro to handle a case where SS2 or
      SS3 might be in effect while processing a combining character.
    - disallow ReGIS reporting for character-set names containing characters
      other than alphanumerics or underscore.
    - implement TrueType fallback font for double-sized characters, including
      Unicode fullwidth. Also add limitFontHeight to provide for configuring
      the distinction between slightly-oversized glyphs and double-sized glyphs.
 - configure script improvements:
    - check for nfsd_t
 - fix a typo in the underline cursor thickness derivation
   (patch by Jan Engelhardt).


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xterm/PLIST
cvs rdiff -u -r1.104 -r1.105 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.144 pkgsrc/x11/xterm/Makefile:1.145
--- pkgsrc/x11/xterm/Makefile:1.144     Mon Mar  6 08:03:04 2023
+++ pkgsrc/x11/xterm/Makefile   Mon Jun  5 15:52:19 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.144 2023/03/06 08:03:04 wiz Exp $
+# $NetBSD: Makefile,v 1.145 2023/06/05 15:52:19 wiz Exp $
 
-DISTNAME=      xterm-379
+DISTNAME=      xterm-382
 CATEGORIES=    x11
-MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
+MASTER_SITES=  https://invisible-island.net/archives/xterm/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/x11/xterm/PLIST
diff -u pkgsrc/x11/xterm/PLIST:1.9 pkgsrc/x11/xterm/PLIST:1.10
--- pkgsrc/x11/xterm/PLIST:1.9  Wed Oct 10 13:50:56 2012
+++ pkgsrc/x11/xterm/PLIST      Mon Jun  5 15:52:19 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2012/10/10 13:50:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/06/05 15:52:19 wiz Exp $
 bin/koi8rxterm
 bin/resize
 bin/uxterm
@@ -15,11 +15,15 @@ man/man1/uxterm.1
 man/man1/xterm.1
 share/applications/uxterm.desktop
 share/applications/xterm.desktop
+share/pixmaps/filled-xterm_16x16.xpm
 share/pixmaps/filled-xterm_32x32.xpm
 share/pixmaps/filled-xterm_48x48.xpm
+share/pixmaps/mini.xterm_16x16.xpm
 share/pixmaps/mini.xterm_32x32.xpm
 share/pixmaps/mini.xterm_48x48.xpm
+share/pixmaps/xterm-color_16x16.xpm
 share/pixmaps/xterm-color_32x32.xpm
 share/pixmaps/xterm-color_48x48.xpm
+share/pixmaps/xterm_16x16.xpm
 share/pixmaps/xterm_32x32.xpm
 share/pixmaps/xterm_48x48.xpm

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.104 pkgsrc/x11/xterm/distinfo:1.105
--- pkgsrc/x11/xterm/distinfo:1.104     Mon Mar  6 07:27:09 2023
+++ pkgsrc/x11/xterm/distinfo   Mon Jun  5 15:52:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.104 2023/03/06 07:27:09 pin Exp $
+$NetBSD: distinfo,v 1.105 2023/06/05 15:52:19 wiz Exp $
 
-BLAKE2s (xterm-379.tgz) = 1d777971b927da5729bbd9ae343f620f8ce2dad617e87151ca01f2db9f96d164
-SHA512 (xterm-379.tgz) = 69ec8fd7d425e934010543a4e6afcbec273ca1b0fafad3076af37d65fe369d6e0c5b3683003c1c41f70404d50a3ca1e826c98ee1b3ab0ab12dff22d0cb00a98b
-Size (xterm-379.tgz) = 1531901 bytes
+BLAKE2s (xterm-382.tgz) = 46348f0a3dedfef003a48d9960f8d569435ffc4e2392baffe54317768b8811e5
+SHA512 (xterm-382.tgz) = 52780430928d071a131ba9d79ca6915d9f627e82a527f5b0c1eac8e05cea62294631e4a6f27a29e5fa046e3b15c3744e532322e547f4a6a01d05779f0807b8b5
+Size (xterm-382.tgz) = 1536637 bytes



Home | Main Index | Thread Index | Old Index