Fri Feb 15 19:55:12 2019 UTC ()
vttest: update to 20190105.

Provided by Thomas Dickey in private email.

20190105
	+ added/updated port-files from pkgsrc for test-builds.

	+ updated port-files from FreeBSD for test-builds.

	+ updated/improved configure macros
	  CF_CC_ENV_FLAGS, CF_GNU_SOURCE, CF_POSIX_C_SOURCE, CF_XOPEN_SOURCE

	+ update config.guess, config.sub

20181116
	+ improve mouse-tracking test, logging the decoded button- and
	  modifier-information as well as fixing a special case for button 6.

20180911
	+ add "-V" option, for version information.
	+ ensure logfile is flushed after each command.
	+ demonstrate DECRQCRA with GR, checked with VT520 screenshot.
	+ improve DECRQCRA test, demonstrating treatment of whitespace and
	  video attributes by DEC terminals, seen in VT520 screenshots.
	+ modify locking-shift test, changing the default GR character set to
	  match hardware terminals more closely, e.g., setting it to Latin-1.
	+ add/improve character-set table entries for xterm #336.
	+ modify CNL test to demonstrate its treatment of zero as default.
	+ revise DECRQCRA test to match VT520 screenshots from Markus Schmidt

20180811
	+ recent BSD-make mishandled .1.cat rule; fix

20180728
	+ update xterm DECRPM table

20180725
	+ remove obsolete message about diagonal in DECIC/DECDC test; since
	  xterm #315 the test result is on the margin.

	+ fix an off-by-one in right-margin for ICH/DCH test.

	+ add tests for DECRSPS for xterm #334.

	+ improve formatting of highlighted response-strings, fixing a problem
	  with wrapping.

20180702
	+ updated test-packages to use recommended flags.

	+ improved DECRQCRA check, updating to work with xterm #334.

	+ add tests for xterm's extensions to DECSCUSR.

	+ updated/improved configure macros

	+ update config.guess, config.sub

20150706
	+ add configure option --with-man2html

	+ update config.guess, config.sub


(wiz)
diff -r1.14 -r1.15 pkgsrc/misc/vttest/Makefile
diff -r1.9 -r1.10 pkgsrc/misc/vttest/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/misc/vttest/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/vttest/Makefile 2018/08/19 20:16:41 1.14
+++ pkgsrc/misc/vttest/Makefile 2019/02/15 19:55:12 1.15
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.14 2018/08/19 20:16:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2019/02/15 19:55:12 wiz Exp $
2 2
3DISTNAME= vttest-20140305 3DISTNAME= vttest-20190105
4CATEGORIES= misc benchmarks 4CATEGORIES= misc benchmarks
5MASTER_SITES= ftp://dickey.his.com/vttest/ 5MASTER_SITES= ftp://ftp.invisible-island.net/vttest/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://invisible-island.net/vttest/vttest.html 9HOMEPAGE= http://invisible-island.net/vttest/vttest.html
10COMMENT= Utility to test vt100/vt220/xterm 10COMMENT= Utility to test vt100/vt220/xterm
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13MAKE_FILE= makefile 13MAKE_FILE= makefile
14 14
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/misc/vttest/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/vttest/distinfo 2015/11/03 23:49:54 1.9
+++ pkgsrc/misc/vttest/distinfo 2019/02/15 19:55:12 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2015/11/03 23:49:54 agc Exp $ 1$NetBSD: distinfo,v 1.10 2019/02/15 19:55:12 wiz Exp $
2 2
3SHA1 (vttest-20140305.tgz) = 27dee144933a398ff07b7884ce54efe2d3d255cf 3SHA1 (vttest-20190105.tgz) = 7a930ecd54dcdfc5081308f7fcac31368233e7a5
4RMD160 (vttest-20140305.tgz) = fdf7cfcbcb56d7880185272a75a6b3084cc80e4d 4RMD160 (vttest-20190105.tgz) = b6d19498aefa8fa80792ed13f637fb609706e3f5
5SHA512 (vttest-20140305.tgz) = eee1460c3978fd1e9c08d58eddeb8a21cb4cb8cedb5d523e348de85774c1eff1162757fa4d743ca62539f87499557365ac2f4286bc7da6e0203a85bd9ce56e2f 5SHA512 (vttest-20190105.tgz) = 56e77718df518761e6f0c597f40f031bb8e01265fb07549db06fb2c1c402f867e134466af31ddfe9fd8610d02ccd2dce239ac8292daac9ba97efa31798d49592
6Size (vttest-20140305.tgz) = 191096 bytes 6Size (vttest-20190105.tgz) = 205590 bytes