From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 19 06:20:18 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 29A0D16A4DE for ; Wed, 19 Jul 2006 06:20:18 +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 8D67C43D4C for ; Wed, 19 Jul 2006 06:20:17 +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 k6J6KHcE013250 for ; Wed, 19 Jul 2006 06:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6J6KH6M013249; Wed, 19 Jul 2006 06:20:17 GMT (envelope-from gnats) Resent-Date: Wed, 19 Jul 2006 06:20:17 GMT Resent-Message-Id: <200607190620.k6J6KH6M013249@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 BB26A16A4DE for ; Wed, 19 Jul 2006 06:14:18 +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 5B78943D46 for ; Wed, 19 Jul 2006 06:14:18 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 5D9A819A; Wed, 19 Jul 2006 14:14:15 +0800 (CST) Message-Id: <20060719061415.5D9A819A@netnews.NCTU.edu.tw> Date: Wed, 19 Jul 2006 14:14:15 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100515: [NEW PORT] devel/p5-Test-Output: Utilities to test STDOUT and STDERR messages 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: Wed, 19 Jul 2006 06:20:18 -0000 >Number: 100515 >Category: ports >Synopsis: [NEW PORT] devel/p5-Test-Output: Utilities to test STDOUT and STDERR messages >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: Wed Jul 19 06:20:16 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: Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilies are included to try and be as flexible as possible to the tester. Originally this module was designed not to have external requirements, however, the features provided by Sub::Exporter over what Exporter provides is just to great to pass up. Test::Output ties STDOUT and STDERR using Test::Output::Tie. WWW: http://search.cpan.org/dist/Test-Output/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Test-Output-0.10.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-Test-Output # p5-Test-Output/pkg-descr # p5-Test-Output/Makefile # p5-Test-Output/pkg-plist # p5-Test-Output/distinfo # echo c - p5-Test-Output mkdir -p p5-Test-Output > /dev/null 2>&1 echo x - p5-Test-Output/pkg-descr sed 's/^X//' >p5-Test-Output/pkg-descr << 'END-of-p5-Test-Output/pkg-descr' XTest::Output provides a simple interface for testing output sent to XSTDOUT or STDERR. A number of different utilies are included to try Xand be as flexible as possible to the tester. X XOriginally this module was designed not to have external requirements, Xhowever, the features provided by Sub::Exporter over what Exporter Xprovides is just to great to pass up. X XTest::Output ties STDOUT and STDERR using Test::Output::Tie. X XWWW: http://search.cpan.org/dist/Test-Output/ END-of-p5-Test-Output/pkg-descr echo x - p5-Test-Output/Makefile sed 's/^X//' >p5-Test-Output/Makefile << 'END-of-p5-Test-Output/Makefile' X# New ports collection makefile for: p5-Test-Output X# Date created: 2006-07-19 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Test-Output XPORTVERSION= 0.10 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Test XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Utilities to test STDOUT and STDERR messages X XRUN_DEPENDS= ${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \ X ${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester X XPERL_CONFIGURE= yes X XMAN3= Test::Output::Tie.3 Test::Output.3 X X.include X X.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-Sub-Exporter XIGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again X.endif X X.include END-of-p5-Test-Output/Makefile echo x - p5-Test-Output/pkg-plist sed 's/^X//' >p5-Test-Output/pkg-plist << 'END-of-p5-Test-Output/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Output/.packlist X%%SITE_PERL%%/Test/Output.pm X%%SITE_PERL%%/Test/Output/Tie.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Output X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test X@dirrmtry %%SITE_PERL%%/Test/Output X@dirrmtry %%SITE_PERL%%/Test END-of-p5-Test-Output/pkg-plist echo x - p5-Test-Output/distinfo sed 's/^X//' >p5-Test-Output/distinfo << 'END-of-p5-Test-Output/distinfo' XMD5 (Test-Output-0.10.tar.gz) = dcf67296e04a41a9f73f70c10fe5f825 XSHA256 (Test-Output-0.10.tar.gz) = b72813be2639d49dda2a3f87928b7ce185633f3afaa25300afbfb844b12deea4 XSIZE (Test-Output-0.10.tar.gz) = 9838 END-of-p5-Test-Output/distinfo exit --- p5-Test-Output-0.10.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: