20210210 + improve test-screen for VT420 cursor movement, when left/right margins are enabled (prompted by discussion with Tom Szilagyi). + updated/improved configure macros, i.e., for shellcheck-warnings 20201225 + correct highlighting for ISO Greek, Hebrew and Latin-5. + correct highlighting for DEC Cyrillic, Greek and Hebrew. + add Latin-2 character set for VT510. + updated/improved configure macros, i.e., for compiler-warnings + update config.guess, config.sub
16 lines
423 B
Makefile
16 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.20 2021/04/21 07:23:17 nia Exp $
|
|
|
|
DISTNAME= vttest-20210210
|
|
CATEGORIES= misc benchmarks
|
|
MASTER_SITES= https://invisible-mirror.net/archives/vttest/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://invisible-island.net/vttest/vttest.html
|
|
COMMENT= Utility to test vt100/vt220/xterm
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|