diff options
author | drochner <drochner@pkgsrc.org> | 2000-06-10 11:40:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-06-10 11:40:10 +0000 |
commit | 0395c03e8f9584b749fce8464a17c29925047ea6 (patch) | |
tree | 6af27eb2bd7a74f955ece01f2140f1f9ecad023a /misc | |
parent | f355317f03859be956685a25098a29a69493aa60 (diff) | |
download | pkgsrc-0395c03e8f9584b749fce8464a17c29925047ea6.tar.gz |
import vt100 test program (improved version of the utility which
comes with pcvt)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vttest/Makefile | 15 | ||||
-rw-r--r-- | misc/vttest/files/md5 | 3 | ||||
-rw-r--r-- | misc/vttest/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/vttest/pkg/DESCR | 5 | ||||
-rw-r--r-- | misc/vttest/pkg/PLIST | 3 |
5 files changed, 27 insertions, 0 deletions
diff --git a/misc/vttest/Makefile b/misc/vttest/Makefile new file mode 100644 index 00000000000..1c685fe5cef --- /dev/null +++ b/misc/vttest/Makefile @@ -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" diff --git a/misc/vttest/files/md5 b/misc/vttest/files/md5 new file mode 100644 index 00000000000..3bb4d4edabb --- /dev/null +++ b/misc/vttest/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/06/10 11:40:10 drochner Exp $ + +MD5 (vttest-20000208.tgz) = 6e916fb1c053bee278158445685e43cf diff --git a/misc/vttest/pkg/COMMENT b/misc/vttest/pkg/COMMENT new file mode 100644 index 00000000000..ce8743032a5 --- /dev/null +++ b/misc/vttest/pkg/COMMENT @@ -0,0 +1 @@ +vt100/vt220/xterm test utility diff --git a/misc/vttest/pkg/DESCR b/misc/vttest/pkg/DESCR new file mode 100644 index 00000000000..8ef57ceb3b6 --- /dev/null +++ b/misc/vttest/pkg/DESCR @@ -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. diff --git a/misc/vttest/pkg/PLIST b/misc/vttest/pkg/PLIST new file mode 100644 index 00000000000..f927497c0d6 --- /dev/null +++ b/misc/vttest/pkg/PLIST @@ -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 |