Date: Fri, 16 Jul 2004 09:55:35 +0800 (CST) From: elvis@sslab.cs.ccu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69135: New port: devel/p5-IO-All combines all of the best Perl IO modules (base of Kwiki 0.31) Message-ID: <20040716015535.E672178@sslab.cs.ccu.edu.tw> Resent-Message-ID: <200407160200.i6G20fhW039181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69135 >Category: ports >Synopsis: New port: devel/p5-IO-All combines all of the best Perl IO modules (base of Kwiki 0.31) >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: Fri Jul 16 02:00:41 GMT 2004 >Closed-Date: >Last-Modified: >Originator: elvis >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: System Software Lab. CSIE CCU Taiwan >Environment: System: FreeBSD sslab.cs.ccu.edu.tw 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #18: Mon May 31 14:13:48 CST 2004 root@sslab.cs.ccu.edu.tw:/ftp/obj/usr/src/sys/SSLAB i386 >Description: New Port: IO::All Author: ingy (http://search.cpan.org/~ingy/) WWW: http://search.cpan.org/~ingy/IO-All-0.22/ This pr depends on pr/69134 please commit this first >How-To-Repeat: >Fix: # 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-All # p5-IO-All/Makefile # p5-IO-All/pkg-plist # p5-IO-All/pkg-descr # p5-IO-All/distinfo # echo c - p5-IO-All mkdir -p p5-IO-All > /dev/null 2>&1 echo x - p5-IO-All/Makefile sed 's/^X//' >p5-IO-All/Makefile << 'END-of-p5-IO-All/Makefile' X# New ports collection makefile for: IO::All X# Date created: 15 July 2004 X# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> X# X# $FreeBSD$ X# X XPORTNAME= IO-All XPORTVERSION= 0.22 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= IO::All combines all of the best Perl IO modules X XBUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= IO::All.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500800 XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter XRUN_DEPENDS= ${BUILD_DEPENDS} X.endif X.if ${PERL_LEVEL} < 500703 XBUILD_DEPENDS+= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File XRUN_DEPENDS= ${BUILD_DEPENDS} X.endif X.if ${PERL_LEVEL} < 500601 XIGNORE= This port requires perl 5.8.x or later. Install lang/perl5.8 then try again X.endif X X.include <bsd.port.post.mk> X END-of-p5-IO-All/Makefile echo x - p5-IO-All/pkg-plist sed 's/^X//' >p5-IO-All/pkg-plist << 'END-of-p5-IO-All/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/.packlist X%%SITE_PERL%%/IO/All.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All END-of-p5-IO-All/pkg-plist echo x - p5-IO-All/pkg-descr sed 's/^X//' >p5-IO-All/pkg-descr << 'END-of-p5-IO-All/pkg-descr' XIO::All - IO::All combines all of the best Perl IO modules X XIO::All combines all of the best Perl IO modules into a single Spiffy object Xoriented interface to greatly simplify your everyday Perl IO idioms. XIt exports a single function called io, which returns a new IO::All object. XAnd that object can do it all! X XWWW: http://search.cpan.org/~ingy/IO-All-0.22/ END-of-p5-IO-All/pkg-descr echo x - p5-IO-All/distinfo sed 's/^X//' >p5-IO-All/distinfo << 'END-of-p5-IO-All/distinfo' XMD5 (IO-All-0.22.tar.gz) = fec62c77dd6fe6eea3e06d5b5ed26a1c XSIZE (IO-All-0.22.tar.gz) = 47711 END-of-p5-IO-All/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716015535.E672178>