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 19 20:24:38 UTC 2017

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
Updated xterm to 329.

                            Patch #329 - 2017/06/12

     * add  control  sequences  for  reading  the Sixel and ReGIS graphics
       sizes (suggested by Ben Wong).
     * add  a  workaround  for  wcwidth  returning -1 for characters which
       should have been printable (FreeBSD #219800).
     * fix a bug in font initialization from patch #328 (FreeBSD #219800).
     * fix  a special case in HideCursor which assigned a bold font to the
       slot  used  for  normal  font  in changes for italics in patch #307
       (Debian #858304).
     * updates for ReGIS (Ross Combs):
          + Strings  specified  with  no  command  are used as "comments".
            Print these in the log when tracing.
          + Catch  attempts  to use "alternate display" mode (AKA "blink")
            from the GIGI, but do not implement it.
          + The  T(M)  command  should only multiply the height by 10, not
            20.
          + Make  the  S(E)  command reset more state than just the screen
            contents.
          + Remove two rotation variables which were only being printed.
          + Numerous minor fixes and comment updates in the R command.
          + Unknown R command option names trigger an empty response.
          + Fix  the  output  position after printing rotated text (it was
            missing the the sign before).
          + Fix  the  position  change  with pixelvectors and rotated text
            (the rotation transform was not being applied).
          + Update  the TODO list and remove a verification FIXME (slanted
            text positioning is correct as is).
          + Emulate  the  approximately  1.4x  enlargement  for text which
            isn't rotated at right angles.
          + Only  update the color planes specified in the plane mask (the
            W command's F option).
     * fix  a  bug  introduced by the changes to font information in patch
       #328.   When  processing  the  "checkfont"  option  of  the  locale
       resource,  the  program  referred  to the request data, to an array
       which  was  only  allocated  in  the new/result widget (report by H
       Merijn Brand).
     * fix  a  missing assignment initialization to make the utf8 resource
       control  whether  escape sequences to enable/disable UTF-8 mode are
       allowed.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.80 -r1.81 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.114 pkgsrc/x11/xterm/Makefile:1.115
--- pkgsrc/x11/xterm/Makefile:1.114     Wed Jun 14 12:20:03 2017
+++ pkgsrc/x11/xterm/Makefile   Mon Jun 19 20:24:37 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2017/06/14 12:20:03 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2017/06/19 20:24:37 wiz Exp $
 
-DISTNAME=      xterm-328
+DISTNAME=      xterm-329
 CATEGORIES=    x11
 MASTER_SITES=  ftp://invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.80 pkgsrc/x11/xterm/distinfo:1.81
--- pkgsrc/x11/xterm/distinfo:1.80      Wed Jun 14 12:20:03 2017
+++ pkgsrc/x11/xterm/distinfo   Mon Jun 19 20:24:37 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2017/06/14 12:20:03 wiz Exp $
+$NetBSD: distinfo,v 1.81 2017/06/19 20:24:37 wiz Exp $
 
-SHA1 (xterm-328.tgz) = d34f8a3331253ee4321f8a0bcdf92ce1f7cf8e54
-RMD160 (xterm-328.tgz) = 7be9dd8925fc278c54030c09d4dab7d23924bde7
-SHA512 (xterm-328.tgz) = 4f3381440394e0cd2d6c4d6645573ab2eac1c1c98e510eb0b3281ed4d2b1082e57ae58b7f756a03704eb275925ae497a1ae6c5907d6ba1b8ec95f92eaf939656
-Size (xterm-328.tgz) = 1264517 bytes
+SHA1 (xterm-329.tgz) = 9e909807d707e5b5f19df6400e2e313b8d80b996
+RMD160 (xterm-329.tgz) = cd1fa491566c4cd4c2ac5c928d21aa007278a65c
+SHA512 (xterm-329.tgz) = b6d68bde0796dc6848c02bb0f780b778226e110e7b495fd8c8d45870b1e78b1b91263a45748ef0fbfbd3a7262f4af78daeca07984c3f4cba4c5da67c4c3f0347
+Size (xterm-329.tgz) = 1265450 bytes



Home | Main Index | Thread Index | Old Index