Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 11:31:36 +0200
From:      nivit@email.it (Nicola Vitale)
To:        Mark Linimon <linimon@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org, phk@critter.freebsd.dk
Subject:   Re: ports/83834: [request] vttest as port ?
Message-ID:  <20050721093136.GA1942@Psyllobora>
In-Reply-To: <200507210807.j6L87wMI068481@freefall.freebsd.org>
References:  <200507210807.j6L87wMI068481@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> [Mark Linimon, 2005-07-21T08:07:58+00:00]
> New Synopsis: [request] vttest as port ?
> [...]
> Suspended awaiting some interested party to submit patches.

# 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050721093136.GA1942>