pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/lsix graphics/lsix: update to 1.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6581e4e50e71
branches:  trunk
changeset: 457185:6581e4e50e71
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Aug 20 11:23:44 2021 +0000

description:
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.

diffstat:

 graphics/lsix/Makefile |   5 ++---
 graphics/lsix/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 48761a7ac6f4 -r 6581e4e50e71 graphics/lsix/Makefile
--- a/graphics/lsix/Makefile    Fri Aug 20 11:22:51 2021 +0000
+++ b/graphics/lsix/Makefile    Fri Aug 20 11:23:44 2021 +0000
@@ -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/}
 
diff -r 48761a7ac6f4 -r 6581e4e50e71 graphics/lsix/distinfo
--- a/graphics/lsix/distinfo    Fri Aug 20 11:22:51 2021 +0000
+++ b/graphics/lsix/distinfo    Fri Aug 20 11:23:44 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index