diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/vttest/Makefile | 29 | ||||
-rw-r--r-- | sysutils/vttest/distinfo | 2 | ||||
-rw-r--r-- | sysutils/vttest/pkg-descr | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 82504bad2756..534d7ad379b9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -529,6 +529,7 @@ SUBDIR += videogen SUBDIR += virtualmin SUBDIR += vobcopy + SUBDIR += vttest SUBDIR += wait_on SUBDIR += watchdog SUBDIR += webjob 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/ |