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:           Sun Nov 22 13:32:27 UTC 2020

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 362

Patch #362 - 2020/11/11
-cleanup of calls to free, removing checks for null (Walter Harms).
-improved mouse-button reporting (prompted by discussion with Stephane Chazelas)
        -narrow the scope of the change for shift-key in patch #361 to make it apply
        only when the modifyOtherKeys resource is set to 2 (i.e., “program mode”).
        Also, when checking the shift-key, ignore modifiers other than shift,
        control and “meta”
        -use the alt/meta modifier information obtained in VTInitModifiers to
        replace a hard-coded mod1 used to detect “Meta” for mouse-button responses.
-reduce SIGWINCH's sent to the client by filtering out duplicates.
-improve display when scaleHeight is greater than 1:
        -the text-cursor is vertically-centered on the current line, rather than
        only extending below the current line (report by Manu Chaturvedi).
        -the built-in line-drawing characters extend to the scaled cell-height.
-fill-in special case for motion-events to match the changes for shift-key in
pointer-button events from patch #361.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.87 -r1.88 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.127 pkgsrc/x11/xterm/Makefile:1.128
--- pkgsrc/x11/xterm/Makefile:1.127     Sun Oct 18 08:27:54 2020
+++ pkgsrc/x11/xterm/Makefile   Sun Nov 22 13:32:27 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2020/10/18 08:27:54 pin Exp $
+# $NetBSD: Makefile,v 1.128 2020/11/22 13:32:27 pin Exp $
 
-DISTNAME=      xterm-361
+DISTNAME=      xterm-362
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.87 pkgsrc/x11/xterm/distinfo:1.88
--- pkgsrc/x11/xterm/distinfo:1.87      Sun Oct 18 08:27:54 2020
+++ pkgsrc/x11/xterm/distinfo   Sun Nov 22 13:32:27 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2020/10/18 08:27:54 pin Exp $
+$NetBSD: distinfo,v 1.88 2020/11/22 13:32:27 pin Exp $
 
-SHA1 (xterm-361.tgz) = f6d145dbe1c0cee87c45c59f04ef63e38d7cbb76
-RMD160 (xterm-361.tgz) = 3c6d5d83066a1a545ec1238b0046f30d169562b5
-SHA512 (xterm-361.tgz) = 99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852
-Size (xterm-361.tgz) = 1435017 bytes
+SHA1 (xterm-362.tgz) = fe7ff0986c90d491c8fb3523d9004225e653f797
+RMD160 (xterm-362.tgz) = 1146ac7005bdd406efefc49bc7b67112b598ce87
+SHA512 (xterm-362.tgz) = fddfa689fe948245964b347f27c8c66b28eee82cb78062f0e296053a5db9a20f74786b34058512b109064628992db94e87bc12c79f2db4a50acb79e408173168
+Size (xterm-362.tgz) = 1436334 bytes



Home | Main Index | Thread Index | Old Index