1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add textproc/p5-Parse-FixedLength 5.35, a Perl module to parse a string

containing fixed length fields into component parts.
This commit is contained in:
Anton Berezin 2005-10-27 14:21:15 +00:00
parent 2c42ab7d99
commit fd04a76751
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146485
5 changed files with 44 additions and 0 deletions

View File

@ -338,6 +338,7 @@
SUBDIR += p5-POE-Filter-XML
SUBDIR += p5-PPI
SUBDIR += p5-PPI-HTML
SUBDIR += p5-Parse-FixedLength
SUBDIR += p5-Parse-Syslog
SUBDIR += p5-Perl-MinimumVersion
SUBDIR += p5-PerlPoint-Converters

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: textproc/p5-Parse-FixedLength
# Date created: 27 October 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Parse-FixedLength
PORTVERSION= 5.35
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parse
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Parse a string containing fixed length fields into component parts
PERL_CONFIGURE= yes
MAN3= Parse::FixedLength.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Parse-FixedLength-5.35.tar.gz) = 03da7708740842a7afd17103d44238f6
SIZE (Parse-FixedLength-5.35.tar.gz) = 15526

View File

@ -0,0 +1,8 @@
The Parse::FixedLength module facilitates the process of breaking a
string into its fixed-length components. Sure, it's a glorified (and in
some ways more limited) substitute for the perl functions pack and
unpack, but it's the author's belief that this module helps in the
maintainability of working with fixed length formats as the number of
fields in a format grows.
WWW: http://search.cpan.org/dist/Parse-FixedLength/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Parse/FixedLength.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/FixedLength/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/FixedLength 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Parse 2>/dev/null || true