From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 28 11:10:38 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 196A816A47E for ; Thu, 28 Sep 2006 11:10:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801C443D77 for ; Thu, 28 Sep 2006 11:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8SBALSp026157 for ; Thu, 28 Sep 2006 11:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8SBAL89026156; Thu, 28 Sep 2006 11:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 28 Sep 2006 11:10:21 GMT Resent-Message-Id: <200609281110.k8SBAL89026156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EF816A415 for ; Thu, 28 Sep 2006 11:04:13 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6967743D4C for ; Thu, 28 Sep 2006 11:04:13 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 6746261; Thu, 28 Sep 2006 19:04:09 +0800 (CST) Message-Id: <20060928110409.6746261@netnews.NCTU.edu.tw> Date: Thu, 28 Sep 2006 19:04:09 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/103746: [NEW PORT] devel/p5-Term-VT102: A class to emulate a DEC VT102 terminal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 11:10:38 -0000 >Number: 103746 >Category: ports >Synopsis: [NEW PORT] devel/p5-Term-VT102: A class to emulate a DEC VT102 terminal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 11:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a VT102 object is processed and the in-memory "screen" modified accordingly. This "screen" can be interrogated by the external program in a variety of ways. This allows your program to interface with full-screen console programs by running them in a subprocess and passing their output to a VT102 class. You can then see what the application has written on the screen by querying the class appropriately. WWW: http://search.cpan.org/dist/Term-VT102/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Term-VT102-0.82.shar begins here --- # 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: # # p5-Term-VT102 # p5-Term-VT102/pkg-descr # p5-Term-VT102/Makefile # p5-Term-VT102/pkg-plist # p5-Term-VT102/distinfo # echo c - p5-Term-VT102 mkdir -p p5-Term-VT102 > /dev/null 2>&1 echo x - p5-Term-VT102/pkg-descr sed 's/^X//' >p5-Term-VT102/pkg-descr << 'END-of-p5-Term-VT102/pkg-descr' XThe VT102 class provides emulation of most of the functions of a DEC XVT102 terminal. Once initialised, data passed to a VT102 object is Xprocessed and the in-memory "screen" modified accordingly. This X"screen" can be interrogated by the external program in a variety of Xways. X XThis allows your program to interface with full-screen console Xprograms by running them in a subprocess and passing their output to a XVT102 class. You can then see what the application has written on the Xscreen by querying the class appropriately. X XWWW: http://search.cpan.org/dist/Term-VT102/ END-of-p5-Term-VT102/pkg-descr echo x - p5-Term-VT102/Makefile sed 's/^X//' >p5-Term-VT102/Makefile << 'END-of-p5-Term-VT102/Makefile' X# New ports collection makefile for: p5-Term-VT102 X# Date created: 2006-09-28 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Term-VT102 XPORTVERSION= 0.82 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Term XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= A class to emulate a DEC VT102 terminal X XPERL_CONFIGURE= yes X XMAN3= Term::VT102.3 X X.include END-of-p5-Term-VT102/Makefile echo x - p5-Term-VT102/pkg-plist sed 's/^X//' >p5-Term-VT102/pkg-plist << 'END-of-p5-Term-VT102/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102/.packlist X%%SITE_PERL%%/Term/VT102.pm X%%SITE_PERL%%/Term/VT102/examples/ssh-usage.pl X%%SITE_PERL%%/Term/VT102/examples/telnet-usage.pl X@dirrmtry %%SITE_PERL%%/Term/VT102/examples X@dirrmtry %%SITE_PERL%%/Term/VT102 X@dirrmtry %%SITE_PERL%%/Term X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/VT102 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term END-of-p5-Term-VT102/pkg-plist echo x - p5-Term-VT102/distinfo sed 's/^X//' >p5-Term-VT102/distinfo << 'END-of-p5-Term-VT102/distinfo' XMD5 (Term-VT102-0.82.tar.gz) = df22674bc17407eb929e0601d6157011 XSHA256 (Term-VT102-0.82.tar.gz) = 2ae13350b5939203fc736bef5f754f905bdcfa69924af357816c774ace2e62a2 XSIZE (Term-VT102-0.82.tar.gz) = 25211 END-of-p5-Term-VT102/distinfo exit --- p5-Term-VT102-0.82.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: