From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 02:50:28 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 D9E3016A4CE for ; Tue, 19 Oct 2004 02:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AFD43D49 for ; Tue, 19 Oct 2004 02:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J2oSXm058040 for ; Tue, 19 Oct 2004 02:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J2oSuT058039; Tue, 19 Oct 2004 02:50:28 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 02:50:28 GMT Resent-Message-Id: <200410190250.i9J2oSuT058039@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, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1980416A4CE for ; Tue, 19 Oct 2004 02:40:51 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740A243D39 for ; Tue, 19 Oct 2004 02:40:48 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id CAC3F52F71 for ; Tue, 19 Oct 2004 10:40:47 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00307-119 for ; Tue, 19 Oct 2004 10:40:46 +0800 (CST) Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 0627152F6F for ; Tue, 19 Oct 2004 10:40:45 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id i9J2ehD9017136; Tue, 19 Oct 2004 10:40:43 +0800 (CST) (envelope-from rafan) Message-Id: <200410190240.i9J2ehD9017136@woodstock.csie.org> Date: Tue, 19 Oct 2004 10:40:43 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72857: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 02:50:29 -0000 >Number: 72857 >Category: ports >Synopsis: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings >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: Tue Oct 19 02:50:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Sun Oct 17 10:37:57 CST 2004 >Description: This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles. WWW: http://search.cpan.org/~autrijus/PerlIO-eol/ Generated with FreeBSD Port Tools 0.63 == This will be needed by SVK 0.23. >How-To-Repeat: >Fix: --- p5-PerlIO-eol-0.13.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-PerlIO-eol # p5-PerlIO-eol/Makefile # p5-PerlIO-eol/distinfo # p5-PerlIO-eol/pkg-descr # p5-PerlIO-eol/pkg-plist # echo c - p5-PerlIO-eol mkdir -p p5-PerlIO-eol > /dev/null 2>&1 echo x - p5-PerlIO-eol/Makefile sed 's/^X//' >p5-PerlIO-eol/Makefile << 'END-of-p5-PerlIO-eol/Makefile' X# New ports collection makefile for: devel/p5-PerlIO-eol X# Date created: Oct 19 2004 X# Whom: Rong-En Fan X# X# $FreeBSD$ X# X XPORTNAME= PerlIO-eol XPORTVERSION= 0.13 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS XPKGNAMEPREFIX= p5- X XMAINTAINER= rafan@infor.org XCOMMENT= PerlIO layer for normalizing line endings X XPERL_CONFIGURE= yes X XMAN3= PerlIO::eol.3 X X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE= This module only supports perl 5.8.0 or above X.endif X X.include END-of-p5-PerlIO-eol/Makefile echo x - p5-PerlIO-eol/distinfo sed 's/^X//' >p5-PerlIO-eol/distinfo << 'END-of-p5-PerlIO-eol/distinfo' XMD5 (PerlIO-eol-0.13.tar.gz) = 7e11fb1cc3b2a65678714877ae361823 XSIZE (PerlIO-eol-0.13.tar.gz) = 14429 END-of-p5-PerlIO-eol/distinfo echo x - p5-PerlIO-eol/pkg-descr sed 's/^X//' >p5-PerlIO-eol/pkg-descr << 'END-of-p5-PerlIO-eol/pkg-descr' XThis layer normalizes any of CR, LF, CRLF and Native into the designated Xline ending. It works for both input and output handles. X XWWW: http://search.cpan.org/~autrijus/PerlIO-eol/ END-of-p5-PerlIO-eol/pkg-descr echo x - p5-PerlIO-eol/pkg-plist sed 's/^X//' >p5-PerlIO-eol/pkg-plist << 'END-of-p5-PerlIO-eol/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol/eol.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol/eol.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO/eol.pm X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/PerlIO/eol 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/PerlIO 2>/dev/null || true END-of-p5-PerlIO-eol/pkg-plist exit --- p5-PerlIO-eol-0.13.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: