./misc/vttest, Utility to test vt100/vt220/xterm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20210210, Package name: vttest-20210210, Maintainer: pkgsrc-users

This is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals. In conformance
of the good old hacker traditions, the only documentation of this program is
the source code itself. To understand it, you also need a copy of the
original VT100 manual from DEC.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 208.981 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2021-04-21 09:23:17 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
vttest: update to 20210210

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
   2020-11-24 13:01:30 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
vttest: Update to 20200920

20200920
	+ add test for xterm's 1016 pixel-coordinates mouse-mode.

	+ add "-q" option to display only the most recent part of a response,
	  e.g., for any-event mouse tests.

	+ remove obsolete MANIFEST, dist, dist-shar makefile targets, since
	  those are done by external scripts.

	+ use makefile ".PHONY" feature if available.

	+ updated/improved configure macros, i.e., for compiler-warnings

	+ update config.guess, config.sub
   2020-07-12 04:09:23 by Ryo ONODERA | Files touched by this commit (2)
Log message:
bvttest: Update to 20200610

changelog:
20200610
        + modify DECSCA test to show whether EL/ED and ECH/ICH/DCH ignore
          DECSCA.

        + modify DECERA test to assume that the terminal uses bce, and prompt
          for an additional color-change/erase to demonstrate this.

20200420
        + improve test-coverage for REP/SD/SL/SR/SU, exercising default params.

        + improve DA/DA2 reports for VT125, VT240, VT382, VT510 used in xterm.
   2020-04-02 11:39:43 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
vttest: Update to 20200303

20200303
	+ spelling fixes found with codespell.

	+ correct a few other highlighting items for Turkish NRCS and DEC
	  Supplemental Graphic NRCS.

	+ correct highlighting for Spanish NRCS pound-sign in character-sets
	  (report by James Holderness)

	+ updated/improved configure macros

20191231
	+ updated/improved configure macros

	+ update config.guess, config.sub

20190710
	+ improve alternate-screen test, with additional cursor-position check.

	+ add extensions found in DEC standard 070 to the primary response table.

	+ updated/improved configure macros

	+ update config.guess, config.sub
   2019-07-22 10:37:59 by Nia Alarie | Files touched by this commit (4)
Log message:
Use https for invisible-island.net.
   2019-02-15 20:55:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
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