pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm Updated xterm to 330.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/923abe5aa589
branches:  trunk
changeset: 364743:923abe5aa589
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 04 08:52:38 2017 +0000

description:
Updated xterm to 330.

Patch #330 - 2017/06/20

  ? updates for ReGIS (Ross Combs):
      ? remove redundant text command error check which broke T(B) and T(E).
      ? retain the loading alphabet number across multiple ?L? commands.
      ? add S(T) delay handler.
      ? fix some color handling error messages.
      ? add stubbed-out macrograph handling.
      ? use fragment_remaining() and fragment_consumed() instead of manually
        checking position / length in various places.
      ? rename some local variables in string / extent / option parsing
      ? wrap some long lines.
      ? move macrograph command handling out of the top-level.
  ? add a summary of the italic fonts loaded to -report-fonts option.
  ? modify the font-lookup for italics to allow for ?-i-? if no match is found
    with slant ?-o-? (prompted by patch by Ben Wong).
  ? change default values for mkSamplePass and mkSampleSize to reflect
    generally-improved locale support in various operating systems (FreeBSD #
    219800).
  ? modify wcwidth.c to return -1 for non-Unicode values, and adjust a couple
    of blocks to better match assumptions about ambiguous-width characters in
    other implementations. Also modify wcwidth.c to support configurable
    soft-hyphen, so there is no drawback to using this version rather than a
    system wcwidth.
  ? amend change made in patch #328 for cursor-visibility to handle case where
    an application is updating the reverse-video state (FreeBSD #219800).
  ? update tables of combining and ambiguous-width characters in wcwidth.c
    based on Unicode 10.0.0.
  ? build-fix for --enable-sixel-graphics without --enable-regis-graphics
    (reports by Sven Joachim, FreeBSD #219945).

diffstat:

 x11/xterm/Makefile |   4 ++--
 x11/xterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e4e1d603e06a -r 923abe5aa589 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Tue Jul 04 08:50:38 2017 +0000
+++ b/x11/xterm/Makefile        Tue Jul 04 08:52:38 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2017/06/19 20:24:37 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2017/07/04 08:52:38 wiz Exp $
 
-DISTNAME=      xterm-329
+DISTNAME=      xterm-330
 CATEGORIES=    x11
 MASTER_SITES=  ftp://invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r e4e1d603e06a -r 923abe5aa589 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Tue Jul 04 08:50:38 2017 +0000
+++ b/x11/xterm/distinfo        Tue Jul 04 08:52:38 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.81 2017/06/19 20:24:37 wiz Exp $
+$NetBSD: distinfo,v 1.82 2017/07/04 08:52:38 wiz Exp $
 
-SHA1 (xterm-329.tgz) = 9e909807d707e5b5f19df6400e2e313b8d80b996
-RMD160 (xterm-329.tgz) = cd1fa491566c4cd4c2ac5c928d21aa007278a65c
-SHA512 (xterm-329.tgz) = b6d68bde0796dc6848c02bb0f780b778226e110e7b495fd8c8d45870b1e78b1b91263a45748ef0fbfbd3a7262f4af78daeca07984c3f4cba4c5da67c4c3f0347
-Size (xterm-329.tgz) = 1265450 bytes
+SHA1 (xterm-330.tgz) = 0b648aaba45715c156a25e7ff629c82eb9836bc0
+RMD160 (xterm-330.tgz) = 6344e06f06db6ae11b4dc330b2c5e8f3ffb99d2a
+SHA512 (xterm-330.tgz) = 3886745179ebabc10feea401444a153dc3f9e5f4c91da381870857fe21f514e0e975193af498b7c2b365602f833dd08e6c706e25cfc1e687d565125672136b62
+Size (xterm-330.tgz) = 1273183 bytes



Home | Main Index | Thread Index | Old Index