Received: by mail.netbsd.org (Postfix, from userid 605) id 4C4C084E30; Mon, 28 Sep 2020 09:00:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7A3884DA4 for ; Mon, 28 Sep 2020 09:00:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mgDe3z6ni7ss for ; Mon, 28 Sep 2020 09:00:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 344B384D3A for ; Mon, 28 Sep 2020 09:00:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2580CFB28; Mon, 28 Sep 2020 09:00:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601283603173240" MIME-Version: 1.0 Date: Mon, 28 Sep 2020 09:00:03 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/xterm To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200928090003.2580CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601283603173240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Sep 28 09:00:03 UTC 2020 Modified Files: pkgsrc/x11/xterm: Makefile distinfo Log Message: x11/xterm: update to 360 Patch #360 - 2020/09/20 -mention decGraphicsID in ctlseqs.ms (suggested by Thomas Wolff). -modify pixel-coordinate mouse reponse to use as origin the VT100-window rather than the underlying widget, which includes the scrollbar (report by Thomas Wolff). -add configure option --disable-print-graphics (Ross Combs). -add test_ptydata to make check rule. -minor fixes for ctlseqs.ms (report by Jean-Marc Bourguet). -minor fixes for manpage style (report/patch by "a1346054"). -correct cleanup from switch between italics/normal font in the show/hide cursor functions (report/testcase by Peter Fabinski). -integrated patch by Ross Combs: -internal renaming of GraphicsID symbols, for readability. -adjust logic for VT125, treating it as a ReGIS terminal. -update configure macros, for compiler-warning fixes. -integrated patch by Ross Combs: -add control sequence modes for graphics printing. -improve conversion to bitmaps for TrueType fonts in ReGIS -add font7 resource, for an enormous bitmap font. -do not reset graphics in a soft-reset. -add pointerFont resource, and -pf command-line option. -improve typography of manual page (patch by Branden Robinson). -amend patch #359 change to df-install.in to ignore a command-line assignment to DESTDIR if followed by an explicit --dir (report by Sven Joachim). To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/x11/xterm/Makefile cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/xterm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601283603173240 Content-Disposition: inline Content-Length: 1506 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xterm/Makefile diff -u pkgsrc/x11/xterm/Makefile:1.125 pkgsrc/x11/xterm/Makefile:1.126 --- pkgsrc/x11/xterm/Makefile:1.125 Fri Aug 21 08:07:34 2020 +++ pkgsrc/x11/xterm/Makefile Mon Sep 28 09:00:02 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.125 2020/08/21 08:07:34 pin Exp $ +# $NetBSD: Makefile,v 1.126 2020/09/28 09:00:02 pin Exp $ -DISTNAME= xterm-359 +DISTNAME= xterm-360 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.85 pkgsrc/x11/xterm/distinfo:1.86 --- pkgsrc/x11/xterm/distinfo:1.85 Fri Aug 21 08:07:34 2020 +++ pkgsrc/x11/xterm/distinfo Mon Sep 28 09:00:02 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.85 2020/08/21 08:07:34 pin Exp $ +$NetBSD: distinfo,v 1.86 2020/09/28 09:00:02 pin Exp $ -SHA1 (xterm-359.tgz) = 5fb0d71cb20251d95b06e8e86786f4eb63be48dc -RMD160 (xterm-359.tgz) = 246c85919fae499c316aaa82e90a0b11f3b94697 -SHA512 (xterm-359.tgz) = 277167e09d8568b4a2c6f65fb572fdd41ed4b8c93d9b1e37118dbd4f37a577544e16d639849b008b54b7c7c8746cd37a086cf3ed396c0cefbfcc085ca297609f -Size (xterm-359.tgz) = 1424523 bytes +SHA1 (xterm-360.tgz) = dec2e02ada8627bfb78e4ca21a26dc0fb872a35f +RMD160 (xterm-360.tgz) = 6661fbdda4a04703ad780b781a7d1cf54654a8c3 +SHA512 (xterm-360.tgz) = ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607 +Size (xterm-360.tgz) = 1431491 bytes --_----------=_1601283603173240--