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 326.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f00aa3d2e654
branches:  trunk
changeset: 353344:f00aa3d2e654
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 03 12:07:34 2016 +0000

description:
Updated xterm to 326.

Patch #326 - 2016/09/25

    updated appdata file (report by Richard Hughes).
    improve discussion of the different terminal emulations provided by xterm in the manual page.
    add examples of setting the icon title with/without the window title in the manual (Debian #833984).
    correct a limit-check when using a numeric value for extended Booleans e.g., *fullscreen:3 rather than a name such as *fullscreen:never.
    add action allow-bold-fonts
    improved formatting fixes for manual page, using script to find mismatches in spelling of resources, actions and menu entries.
    improve documentation of logging resources.
    fix a special case of flickering cursor by adding GraphicsExpose to the list of event types that should not trigger making the mouse cursor visible (patch by Joe Peterson).
    correct initialization of line-drawing in VT52-mode, overlooked in changes for patch #297 (report/patch by Ben Wiley Sittler).
    minor clarification of form-feed versus line-feed in ctlseqs.ms (suggested by David Kemper).
    amend fix for Debian #738794 to restore a check for missing characters which are not combining characters. Also fill in a corresponding special case for TrueType fonts (Debian #827905).

diffstat:

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

diffs (27 lines):

diff -r 9f2d2f88f208 -r f00aa3d2e654 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Mon Oct 03 11:55:21 2016 +0000
+++ b/x11/xterm/Makefile        Mon Oct 03 12:07:34 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2016/06/12 14:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2016/10/03 12:07:34 wiz Exp $
 
-DISTNAME=      xterm-325
+DISTNAME=      xterm-326
 CATEGORIES=    x11
 MASTER_SITES=  ftp://invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r 9f2d2f88f208 -r f00aa3d2e654 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Mon Oct 03 11:55:21 2016 +0000
+++ b/x11/xterm/distinfo        Mon Oct 03 12:07:34 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2016/06/12 14:40:27 wiz Exp $
+$NetBSD: distinfo,v 1.78 2016/10/03 12:07:34 wiz Exp $
 
-SHA1 (xterm-325.tgz) = 1775aec5db7be014d7ed367c8deb34d78376fc0e
-RMD160 (xterm-325.tgz) = 5bf727a0797d44c4732b4ed1779e2392761b81d7
-SHA512 (xterm-325.tgz) = 7049a013967cb90eb196684e7d6d0664cd0d7c86154fba318493d9249e973a4bf591861cbbc051a80184ef427aad75774b15d79cb571d3f82482c1b51e7a99f4
-Size (xterm-325.tgz) = 1237865 bytes
+SHA1 (xterm-326.tgz) = 1b3bb4c57b9c362bc0fa113c95cbace370481685
+RMD160 (xterm-326.tgz) = b07c5dcc055a3447978a3b761a33dd2eadd08705
+SHA512 (xterm-326.tgz) = 24a26adeeb07f2ed31779578d3a18d6c838bc7596521f5c826c8747b96fae1a296451f55d0046970102cf9f2ef072f6d0505dfc51378796c2834fb9af036dce1
+Size (xterm-326.tgz) = 1240064 bytes



Home | Main Index | Thread Index | Old Index