diff options
author | thierry <thierry@FreeBSD.org> | 2005-07-21 21:25:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-07-21 21:25:36 +0800 |
commit | 6f3d86ecf03250ba2b1dfe92ded88b39686d7d57 (patch) | |
tree | e84ebc8d15e7162f9bb80f061fbac8c0fb5d431b /sysutils/vttest | |
parent | a3acb6eb97c102b0ced74b77985ea56aa0d64987 (diff) | |
download | freebsd-ports-gnome-6f3d86ecf03250ba2b1dfe92ded88b39686d7d57.tar.gz freebsd-ports-gnome-6f3d86ecf03250ba2b1dfe92ded88b39686d7d57.tar.zst freebsd-ports-gnome-6f3d86ecf03250ba2b1dfe92ded88b39686d7d57.zip |
Add vttest 2005.01.07, a program to test "VT100-compatibility" of
terminals.
PR: 83834
Submitted by: Nicola Vitale <nivit (at) email.it>
Diffstat (limited to 'sysutils/vttest')
-rw-r--r-- | sysutils/vttest/Makefile | 29 | ||||
-rw-r--r-- | sysutils/vttest/distinfo | 2 | ||||
-rw-r--r-- | sysutils/vttest/pkg-descr | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile new file mode 100644 index 000000000000..8ebe1a8b5599 --- /dev/null +++ b/sysutils/vttest/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: vttest +# Date created: 2005-07-21 +# Whom: Nicola Vitale <nivit@email.it> +# +# $FreeBSD$ +# + +PORTNAME= vttest +PORTVERSION= 2005.01.07 +CATEGORIES= sysutils +MASTER_SITES= ftp://invisible-island.net/vttest/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= nivit@email.it +COMMENT= A program to test "VT100-compatibility" of terminals + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +PLIST_FILES= bin/vttest + +MAN1= vttest.1 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} + +MAKEFILE= makefile + +.include <bsd.port.mk> diff --git a/sysutils/vttest/distinfo b/sysutils/vttest/distinfo new file mode 100644 index 000000000000..19ecdb2f3692 --- /dev/null +++ b/sysutils/vttest/distinfo @@ -0,0 +1,2 @@ +MD5 (vttest-2005.01.07/vttest.tar.gz) = 218c3422177ad74b7c0e4111842203a1 +SIZE (vttest-2005.01.07/vttest.tar.gz) = 111642 diff --git a/sysutils/vttest/pkg-descr b/sysutils/vttest/pkg-descr new file mode 100644 index 000000000000..5aeeed355a36 --- /dev/null +++ b/sysutils/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. + +Author: dickey@invisible-island.net +WWW: http://invisible-island.net/vttest/ |