Add p5-Text-FixEOL 1.05, canonicalizes text to a specified EOL/EOF
convention.
This commit is contained in:
parent
d13e8bb2ec
commit
092e9e6812
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188051
5 changed files with 32 additions and 0 deletions
|
@ -521,6 +521,7 @@
|
|||
SUBDIR += p5-Text-FillIn
|
||||
SUBDIR += p5-Text-Filter
|
||||
SUBDIR += p5-Text-Filter-Chain
|
||||
SUBDIR += p5-Text-FixEOL
|
||||
SUBDIR += p5-Text-FixedLength
|
||||
SUBDIR += p5-Text-FixedLength-Extra
|
||||
SUBDIR += p5-Text-Flowchart
|
||||
|
|
22
textproc/p5-Text-FixEOL/Makefile
Normal file
22
textproc/p5-Text-FixEOL/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: textproc/p5-Text-FixEOL
|
||||
# Date created: Mar 21 2007
|
||||
# Whom: lth@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-FixEOL
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Canonicalizes text to a specified EOL/EOF convention
|
||||
|
||||
MAN3= Text::FixEOL.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-FixEOL/distinfo
Normal file
3
textproc/p5-Text-FixEOL/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Text-FixEOL-1.05.tar.gz) = c1aa6db88f4f76ad7f21197085c4bcf2
|
||||
SHA256 (Text-FixEOL-1.05.tar.gz) = d36af82c0cdcde8c35d238fea3ef161442599f7b7151b245f2ff4e1d47307893
|
||||
SIZE (Text-FixEOL-1.05.tar.gz) = 17291
|
4
textproc/p5-Text-FixEOL/pkg-descr
Normal file
4
textproc/p5-Text-FixEOL/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Converts the EOL and EOF conventions in the passed string to a
|
||||
canonicalization form that handles 'mixed' EOL conventions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-FixEOL/
|
2
textproc/p5-Text-FixEOL/pkg-plist
Normal file
2
textproc/p5-Text-FixEOL/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Text/FixEOL.pm
|
||||
%%SITE_PERL%%/Text/FixEOL.pod
|
Loading…
Reference in a new issue