From rafan@infor.org  Tue Oct 19 02:40:51 2004
Return-Path: <rafan@infor.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1980416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>;
 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <rafan@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 02:50:28 GMT 2004
>Closed-Date:    Tue Oct 19 16:18:49 GMT 2004
>Last-Modified:  Tue Oct 19 16:18:49 GMT 2004
>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 <rafan@infor.org>
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 <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=		This module only supports perl 5.8.0 or above
X.endif
X
X.include <bsd.port.post.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Tue Oct 19 15:28:05 GMT 2004 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72857 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Oct 19 16:18:33 GMT 2004 
State-Changed-Why:  
Committed, thank you. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72857 
>Unformatted:
