misc/vttest: Updated for version 2.7.20200920.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-25 13:29:51 -04:00 committed by Willy Sudiarto Raharjo
parent 63c0f8d3e1
commit d81b146d7d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 12 additions and 10 deletions

View File

@ -1,10 +1,11 @@
vttest (terminal test program)
Vttest is a program designed to test the functionality of a VT100 terminal
(or emulator thereof). It tests both display (escape sequence handling)
and keyboard.
Vttest is a program designed to test the functionality of a VT100
terminal (or emulator thereof). It tests both display (escape sequence
handling) and keyboard.
Additional tests (past version 1.7) are provided for analysis of vt220,
vt420 terminals, as well as variants of xterm.
Additional tests (past version 1.7) are provided for analysis of
vt220, vt420 terminals, as well as variants of xterm.
The program is menu-driven and contains full on-line operating instructions.
The program is menu-driven and contains full on-line operating
instructions.

View File

@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20201025 bkw: update for 2.7.20200920.
# 20200316 bkw: update for 2.7.20200303.
# 20191130 bkw: update for 2.7.20190710.
# 20180920 bkw: update for 2.7.20180911 (whoops!).
# 20180915 bkw: update for 2.7.20180811.
PRGNAM=vttest
VERSION=${VERSION:-2.7.20200303}
VERSION=${VERSION:-2.7.20200920}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="vttest"
VERSION="2.7.20200303"
VERSION="2.7.20200920"
HOMEPAGE="http://invisible-island.net/vttest/"
DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20200303.tgz"
MD5SUM="20e78048920ae629b24110b405b2ba6f"
DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20200920.tgz"
MD5SUM="9f53ad04cada5f949aca9ac04c8ff4f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""