Import vttest 20070304.

This is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals.
This commit is contained in:
naddy 2007-05-31 03:15:50 +00:00
parent 095731b5f7
commit 25d2b91a1c
4 changed files with 35 additions and 0 deletions

25
misc/vttest/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/31 03:15:50 naddy Exp $
COMMENT= test VT100-type terminal
DISTNAME= vttest-20070304
CATEGORIES= misc
HOMEPAGE= http://invisible-island.net/vttest/vttest.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://invisible-island.net/vttest/
EXTRACT_SUFX= .tgz
WANTLIB= c
CONFIGURE_STYLE=gnu
MAKE_FILE= makefile
.include <bsd.port.mk>

5
misc/vttest/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (vttest-20070304.tgz) = NdeyPItF8Xu6nRjUw5NaQw==
RMD160 (vttest-20070304.tgz) = VliBXOMtMgQY9Kos1k1VobCl0qk=
SHA1 (vttest-20070304.tgz) = wGkO5BpS4juRDJL527ZoXmrKMBw=
SHA256 (vttest-20070304.tgz) = rIoIAdT8vn5mVl5VCoaq76Fw+3VGwC0+Qj42UWH4OrU=
SIZE (vttest-20070304.tgz) = 153168

2
misc/vttest/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
This is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals.

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

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/31 03:15:50 naddy Exp $
bin/vttest
@man man/man1/vttest.1