Initial import of p5-PerlIO-eol 0.13
This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles.
This commit is contained in:
parent
09c54a7380
commit
841dd92fd4
22
devel/p5-PerlIO-eol/Makefile
Normal file
22
devel/p5-PerlIO-eol/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:28:39 kevlo Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "PerlIO layer for normalizing line endings"
|
||||
|
||||
DISTNAME= PerlIO-eol-0.13
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PerlIO/}
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-PerlIO-eol/distinfo
Normal file
3
devel/p5-PerlIO-eol/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PerlIO-eol-0.13.tar.gz) = 7e11fb1cc3b2a65678714877ae361823
|
||||
RMD160 (PerlIO-eol-0.13.tar.gz) = 5ec972f4885759fdf4248a5dd4a1480bab861fb9
|
||||
SHA1 (PerlIO-eol-0.13.tar.gz) = 12bd9530df522807ed623ca3be5541e49b6ecf43
|
2
devel/p5-PerlIO-eol/pkg/DESCR
Normal file
2
devel/p5-PerlIO-eol/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This layer normalizes any of CR, LF, CRLF and Native into the designated
|
||||
line ending. It works for both input and output handles.
|
10
devel/p5-PerlIO-eol/pkg/PLIST
Normal file
10
devel/p5-PerlIO-eol/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 03:28:40 kevlo Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/PerlIO/
|
||||
${P5ARCH}/PerlIO/eol.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/PerlIO/
|
||||
${P5ARCH}/auto/PerlIO/eol/
|
||||
${P5ARCH}/auto/PerlIO/eol/eol.bs
|
||||
${P5ARCH}/auto/PerlIO/eol/eol.so
|
||||
@man man/man3p/PerlIO::eol.3p
|
Loading…
Reference in New Issue
Block a user