import vt100 test program (improved version of the utility which

comes with pcvt)
This commit is contained in:
drochner 2000-06-10 11:40:10 +00:00
parent f355317f03
commit 0395c03e8f
5 changed files with 27 additions and 0 deletions

15
misc/vttest/Makefile Normal file
View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 2000/06/10 11:40:10 drochner Exp $
#
DISTNAME= vttest-20000208
CATEGORIES= misc benchmarks
MASTER_SITES= ftp://dickey.his.com/vttest/
EXTRACT_SUFX= .tgz
MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://dickey.his.com/vttest/vttest.html
GNU_CONFIGURE= YES
MAKEFILE= makefile
.include "../../mk/bsd.pkg.mk"

3
misc/vttest/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2000/06/10 11:40:10 drochner Exp $
MD5 (vttest-20000208.tgz) = 6e916fb1c053bee278158445685e43cf

1
misc/vttest/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
vt100/vt220/xterm test utility

5
misc/vttest/pkg/DESCR Normal file
View file

@ -0,0 +1,5 @@
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.

3
misc/vttest/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/10 11:40:10 drochner Exp $
bin/vttest
man/man1/vttest.1