Received: by mail.netbsd.org (Postfix, from userid 605) id F07EC84F51; Fri, 20 Aug 2021 11:23:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35FFB84F36 for ; Fri, 20 Aug 2021 11:23:45 +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 nD3VMIv342Vt for ; Fri, 20 Aug 2021 11:23:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9EF7384CEF for ; Fri, 20 Aug 2021 11:23:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C2D4FA97; Fri, 20 Aug 2021 11:23:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629458624213970" MIME-Version: 1.0 Date: Fri, 20 Aug 2021 11:23:44 +0000 From: "pin" Subject: CVS commit: pkgsrc/graphics/lsix To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210820112344.9C2D4FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629458624213970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Aug 20 11:23:44 UTC 2021 Modified Files: pkgsrc/graphics/lsix: Makefile distinfo Log Message: graphics/lsix: update to 1.8 Fix scrolling for genuine VT340, foot, and other terminals After purchasing a genuine DEC VT340 terminal, @hackerb9 has learned that the DEC VT340 graphics programmer's manual was mistaken and the sense of DECSDM should be inverted. Nearly every terminal emulator which built upon that reference over the last thirty years is incorrect. Some are correcting the error now, some never were wrong, but we are at a time when it is not safe to presume what setting DECSDM means. For now, lsix will simply presume that sixel scrolling is enabled and hope that no program has been run before it that disables it. See #41 for details. Thanks go to @j4james for pointing out the mistake and for testing multiple terminal emulators to show that none of them currently default to having sixel scrolling disabled. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/lsix/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/lsix/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629458624213970 Content-Disposition: inline Content-Length: 1551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/lsix/Makefile diff -u pkgsrc/graphics/lsix/Makefile:1.2 pkgsrc/graphics/lsix/Makefile:1.3 --- pkgsrc/graphics/lsix/Makefile:1.2 Sun Aug 15 14:24:01 2021 +++ pkgsrc/graphics/lsix/Makefile Fri Aug 20 11:23:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2021/08/15 14:24:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/20 11:23:44 pin Exp $ -DISTNAME= lsix-1.7.4 -PKGREVISION= 1 +DISTNAME= lsix-1.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=hackerb9/} Index: pkgsrc/graphics/lsix/distinfo diff -u pkgsrc/graphics/lsix/distinfo:1.1 pkgsrc/graphics/lsix/distinfo:1.2 --- pkgsrc/graphics/lsix/distinfo:1.1 Sat Jul 3 10:05:54 2021 +++ pkgsrc/graphics/lsix/distinfo Fri Aug 20 11:23:44 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/07/03 10:05:54 pin Exp $ +$NetBSD: distinfo,v 1.2 2021/08/20 11:23:44 pin Exp $ -SHA1 (lsix-1.7.4.tar.gz) = 86c299dd840e74390dbb30bd478504e7ae9030f7 -RMD160 (lsix-1.7.4.tar.gz) = a27bac525e44836c41d8510470a655444b1cab29 -SHA512 (lsix-1.7.4.tar.gz) = 0915e8db57ce379440816b2b3944c883916242fd4f7d65ba8e3ed73e48cd15670b701c7cb7aa710bc8316db16e5147ceace62c8021a2b20d672a70590999ea15 -Size (lsix-1.7.4.tar.gz) = 554379 bytes +SHA1 (lsix-1.8.tar.gz) = 3d04c25e911be27b17ecbba1ec733278a2e0c360 +RMD160 (lsix-1.8.tar.gz) = 90b6057d90d54573c228a96e1d2a0dedb973f0ac +SHA512 (lsix-1.8.tar.gz) = 2bc670c408563923f28b291c6247e73a3e183e7ccd3b56f48065ce98f2703b62aa3f7287ef30ffffa05de91a22725a1986193800d75892db516a84a4f7a97d8a +Size (lsix-1.8.tar.gz) = 554423 bytes --_----------=_1629458624213970--