From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 16 02:00:42 2004 Return-Path: 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 0B9C816A4CE for ; Fri, 16 Jul 2004 02:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3BE43D31 for ; Fri, 16 Jul 2004 02:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6G20f2f039185 for ; Fri, 16 Jul 2004 02:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6G20fhW039181; Fri, 16 Jul 2004 02:00:41 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jul 2004 02:00:41 GMT Resent-Message-Id: <200407160200.i6G20fhW039181@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, elvis@sslab.cs.ccu.edu.tw Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB5016A4CE for ; Fri, 16 Jul 2004 01:54:23 +0000 (GMT) Received: from mail.cs.ccu.edu.tw (csmail.cs.ccu.edu.tw [140.123.101.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562F643D2F for ; Fri, 16 Jul 2004 01:54:23 +0000 (GMT) (envelope-from elvis@sslab.cs.ccu.edu.tw) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ccu.edu.tw (Postfix) with ESMTP id 8E1525B132 for ; Fri, 16 Jul 2004 09:56:30 +0800 (CST) Received: from mail.cs.ccu.edu.tw ([127.0.0.1]) by localhost (mail.cs.ccu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43119-16 for ; Fri, 16 Jul 2004 09:56:10 +0800 (CST) Received: from sslab.cs.ccu.edu.tw (sslab.cs.ccu.edu.tw [140.123.102.233]) by mail.cs.ccu.edu.tw (Postfix) with ESMTP id D0BDF5B155 for ; Fri, 16 Jul 2004 09:56:10 +0800 (CST) Received: by sslab.cs.ccu.edu.tw (Postfix, from userid 1001) id E672178; Fri, 16 Jul 2004 09:55:35 +0800 (CST) Message-Id: <20040716015535.E672178@sslab.cs.ccu.edu.tw> Date: Fri, 16 Jul 2004 09:55:35 +0800 (CST) From: elvis@sslab.cs.ccu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69135: New port: devel/p5-IO-All combines all of the best Perl IO modules (base of Kwiki 0.31) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elvis@sslab.cs.ccu.edu.tw List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 02:00:42 -0000 >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 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 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 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: