From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 29 16:40:24 2005 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 8D87C16A42F for ; Wed, 29 Jun 2005 16:40:24 +0000 (GMT) (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 60D3C43D49 for ; Wed, 29 Jun 2005 16:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5TGeO1L068312 for ; Wed, 29 Jun 2005 16:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5TGeOSc068311; Wed, 29 Jun 2005 16:40:24 GMT (envelope-from gnats) Resent-Date: Wed, 29 Jun 2005 16:40:24 GMT Resent-Message-Id: <200506291640.j5TGeOSc068311@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, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CE016A41C for ; Wed, 29 Jun 2005 16:31:35 +0000 (GMT) (envelope-from aaron@finch.st) Received: from mpls-qmqp-03.inet.qwest.net (mpls-qmqp-03.inet.qwest.net [63.231.195.114]) by mx1.FreeBSD.org (Postfix) with SMTP id AC36743D1F for ; Wed, 29 Jun 2005 16:31:35 +0000 (GMT) (envelope-from aaron@finch.st) Received: (qmail 14831 invoked by uid 0); 29 Jun 2005 16:28:18 -0000 Received: from unknown (63.231.195.3) by mpls-qmqp-03.inet.qwest.net with QMQP; 29 Jun 2005 16:28:18 -0000 Received: from finch.st (168.103.194.212) by mpls-pop-03.inet.qwest.net with SMTP; 29 Jun 2005 16:31:34 -0000 Received: from aaron by finch.st with local (Exim 4.51 (FreeBSD)) id 1DnfTD-0008vu-CT for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Jun 2005 10:31:27 -0600 Message-Id: Date: Wed, 29 Jun 2005 10:31:27 -0600 From: "Aaron Dalton" Sender: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82784: New Port: devel/p5-IO-stringy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 16:40:24 -0000 >Number: 82784 >Category: ports >Synopsis: New Port: devel/p5-IO-stringy >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 29 16:40:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sat Mar 5 16:29:20 MST 2005 ross@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386 >Description: This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things other than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have IO::AtomicFile which may be used to painlessly create files which are updated atomically. And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle. >How-To-Repeat: >Fix: --- submission.txt 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-IO-stringy # p5-IO-stringy/Makefile # p5-IO-stringy/distinfo # p5-IO-stringy/pkg-descr # p5-IO-stringy/pkg-plist # echo c - p5-IO-stringy mkdir -p p5-IO-stringy > /dev/null 2>&1 echo x - p5-IO-stringy/Makefile sed 's/^X//' >p5-IO-stringy/Makefile << 'END-of-p5-IO-stringy/Makefile' X# New ports collection makefile for: p5-IO-stringy X# Date created: 29 June 2005 X# Whom: Aaron Dalton X# X# $FreeBSD$ X# X XPORTNAME= IO-stringy XPORTVERSION= 2.110 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= IO XPKGNAMEPREFIX= p5- X XMAINTAINER= aaron@daltons.ca XCOMMENT= I/O on in-core objects like strings and arrays X XMAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \ X IO::ScalarArray.3 IO::Stringy.3 IO::Wrap.3 IO::WrapTie.3 X XPERL_CONFIGURE= yes X X.include END-of-p5-IO-stringy/Makefile echo x - p5-IO-stringy/distinfo sed 's/^X//' >p5-IO-stringy/distinfo << 'END-of-p5-IO-stringy/distinfo' XMD5 (IO-stringy-2.110.tar.gz) = 2e6a976cfa5521e815c1fdf4006982de XSIZE (IO-stringy-2.110.tar.gz) = 40590 END-of-p5-IO-stringy/distinfo echo x - p5-IO-stringy/pkg-descr sed 's/^X//' >p5-IO-stringy/pkg-descr << 'END-of-p5-IO-stringy/pkg-descr' XThis toolkit primarily provides modules for performing both traditional Xand object-oriented i/o) on things other than normal filehandles; in Xparticular, IO::Scalar, IO::ScalarArray, and IO::Lines. X XIn the more-traditional IO::Handle front, we have IO::AtomicFile which may Xbe used to painlessly create files which are updated atomically. X XAnd in the "this-may-prove-useful" corner, we have IO::Wrap, whose Xexported wraphandle() function will clothe anything that's not a blessed Xobject in an IO::Handle-like wrapper... so you can just use OO syntax and Xstop worrying about whether your function's caller handed you a string, a Xglobref, or a FileHandle. X XWWW: http://search.cpan.org/dist/IO-stringy/ XAuthor: David F. Skoll X X- Aaron Dalton Xaaron@daltons.ca END-of-p5-IO-stringy/pkg-descr echo x - p5-IO-stringy/pkg-plist sed 's/^X//' >p5-IO-stringy/pkg-plist << 'END-of-p5-IO-stringy/pkg-plist' X%%SITE_PERL%%/IO/AtomicFile.pm X%%SITE_PERL%%/IO/InnerFile.pm X%%SITE_PERL%%/IO/Lines.pm X%%SITE_PERL%%/IO/Scalar.pm X%%SITE_PERL%%/IO/ScalarArray.pm X%%SITE_PERL%%/IO/Stringy.pm X%%SITE_PERL%%/IO/Wrap.pm X%%SITE_PERL%%/IO/WrapTie.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Stringy/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Stringy X@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true X END-of-p5-IO-stringy/pkg-plist exit --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: