Bug 83834

Summary: [request] vttest as port ?
Product: Ports & Packages Reporter: Poul-Henning Kamp <phk>
Component: Individual Port(s)Assignee: Poul-Henning Kamp <phk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Poul-Henning Kamp 2005-07-21 09:00:42 UTC
	Can somebody create a port of
		http://invisible-island.net/vttest/
	so we can remove the out-dated version in the usr/src ?
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-07-21 09:07:25 UTC
State Changed
From-To: open->suspended

Suspended awaiting some interested party to submit patches.
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-07-21 14:20:35 UTC
State Changed
From-To: suspended->open


nivit@email.it (Nicola Vitale) has submitted the following shar file: 

# This is a shell archive.  Save it in a file, remove anything before 
# this line, and then unpack it by entering "sh file".  Note, it may 
# create directories; files and directories will be owned by you and 
# have default permissions. 
# 
# This archive contains: 
# 
#	vttest 
#	vttest/pkg-descr 
#	vttest/Makefile 
#	vttest/pkg-plist 
#	vttest/distinfo 
# 
echo c - vttest 
mkdir -p vttest > /dev/null 2>&1 
echo x - vttest/pkg-descr 
sed 's/^X//' >vttest/pkg-descr << 'END-of-vttest/pkg-descr' 
XThis is a program to test the compatibility (or to demonstrate the 
Xnon-compatibility) of so-called "VT100-compatible" terminals. 
X 
XAuthor:	dickey@invisible-island.net 
XWWW:	http://invisible-island.net/vttest/ 
END-of-vttest/pkg-descr 
echo x - vttest/Makefile 
sed 's/^X//' >vttest/Makefile << 'END-of-vttest/Makefile' 
X# New ports collection makefile for:	vttest 
X# Date created:		2005-07-21 
X# Whom:			Nicola Vitale <nivit@email.it> 
X# 
X# $FreeBSD$ 
X# 
X 
XPORTNAME=	vttest 
XPORTVERSION=	2005.01.07 
X#PORTREVISION=	0 
X#PORTEPOCH=	0 
XCATEGORIES=	sysutils 
XMASTER_SITES=	ftp://invisible-island.net/vttest/ 
XDISTNAME=	${PORTNAME} 
X 
XMAINTAINER=	nivit@email.it 
XCOMMENT=	A program to test "VT100-compatibility" of terminals 
X 
XGNU_CONFIGURE=	yes 
XUSE_GMAKE=	yes 
X 
XMAN1=	vttest.1 
X 
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} 
X 
XMAKEFILE=	makefile 
X 
X.include <bsd.port.pre.mk> 
X.include <bsd.port.post.mk> 
END-of-vttest/Makefile 
echo x - vttest/pkg-plist 
sed 's/^X//' >vttest/pkg-plist << 'END-of-vttest/pkg-plist' 
X@comment $FreeBSD$ 
Xbin/vttest 
END-of-vttest/pkg-plist 
echo x - vttest/distinfo 
sed 's/^X//' >vttest/distinfo << 'END-of-vttest/distinfo' 
XMD5 (vttest.tar.gz) = 218c3422177ad74b7c0e4111842203a1 
XSIZE (vttest.tar.gz) = 111642 
END-of-vttest/distinfo 
exit 



Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2005-07-21 14:20:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2005-07-21 14:31:36 UTC
State Changed
From-To: open->closed


New port added, thanks! 

Remark: pkg-plist removed and DIST_SUBDIR added, because DISTFILES 
is not versioned. 



Comment 5 Thierry Thomas freebsd_committer freebsd_triage 2005-07-21 14:31:36 UTC
Responsible Changed
From-To: thierry->phk


Back to requester.