mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add vttest 2005.01.07, a program to test "VT100-compatibility" of
terminals. PR: 83834 Submitted by: Nicola Vitale <nivit (at) email.it>
This commit is contained in:
parent
7daa3b2067
commit
d26e4547d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139817
4 changed files with 37 additions and 0 deletions
|
@ -529,6 +529,7 @@
|
|||
SUBDIR += videogen
|
||||
SUBDIR += virtualmin
|
||||
SUBDIR += vobcopy
|
||||
SUBDIR += vttest
|
||||
SUBDIR += wait_on
|
||||
SUBDIR += watchdog
|
||||
SUBDIR += webjob
|
||||
|
|
29
sysutils/vttest/Makefile
Normal file
29
sysutils/vttest/Makefile
Normal file
|
@ -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>
|
2
sysutils/vttest/distinfo
Normal file
2
sysutils/vttest/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (vttest-2005.01.07/vttest.tar.gz) = 218c3422177ad74b7c0e4111842203a1
|
||||
SIZE (vttest-2005.01.07/vttest.tar.gz) = 111642
|
5
sysutils/vttest/pkg-descr
Normal file
5
sysutils/vttest/pkg-descr
Normal 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.
|
||||
|
||||
Author: dickey@invisible-island.net
|
||||
WWW: http://invisible-island.net/vttest/
|
Loading…
Add table
Reference in a new issue