ports/59623: [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files

Lars Thegler lars at thegler.dk
Sun Nov 23 21:50:25 UTC 2003


>Number:         59623
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-Text-RecordParser: Read record-oriented files
>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:   Sun Nov 23 13:50:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
This module is for reading record-oriented data. The most common
example have records separated by newlines and fields separated by
commas or tabs, but this module aims to provide a consistent interface
for handling sequential records in a file however they may be
delimited.

WWW: http://search.cpan.org/dist/Text-RecordParser

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Text-RecordParser-0.04.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-Text-RecordParser
#	p5-Text-RecordParser/Makefile
#	p5-Text-RecordParser/pkg-plist
#	p5-Text-RecordParser/distinfo
#	p5-Text-RecordParser/pkg-descr
#
echo c - p5-Text-RecordParser
mkdir -p p5-Text-RecordParser > /dev/null 2>&1
echo x - p5-Text-RecordParser/Makefile
sed 's/^X//' >p5-Text-RecordParser/Makefile << 'END-of-p5-Text-RecordParser/Makefile'
X# New ports collection makefile for:	p5-Text-RecordParser
X# Date created:				Nov 23 2003
X# Whom:					Lars Thegler <lars at thegler.dk>
X#
X# $FreeBSD$
X
XPORTNAME=	Text-RecordParser
XPORTVERSION=	0.04
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars at thegler.dk
XCOMMENT=	Read record-oriented files
X
XBUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Text::RecordParser.3
X
X.include <bsd.port.mk>
END-of-p5-Text-RecordParser/Makefile
echo x - p5-Text-RecordParser/pkg-plist
sed 's/^X//' >p5-Text-RecordParser/pkg-plist << 'END-of-p5-Text-RecordParser/pkg-plist'
X%%SITE_PERL%%/Text/RecordParser.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser/.packlist
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
END-of-p5-Text-RecordParser/pkg-plist
echo x - p5-Text-RecordParser/distinfo
sed 's/^X//' >p5-Text-RecordParser/distinfo << 'END-of-p5-Text-RecordParser/distinfo'
XMD5 (Text-RecordParser-0.04.tar.gz) = da8052da1a9768e9a8a1619af21c2790
END-of-p5-Text-RecordParser/distinfo
echo x - p5-Text-RecordParser/pkg-descr
sed 's/^X//' >p5-Text-RecordParser/pkg-descr << 'END-of-p5-Text-RecordParser/pkg-descr'
XThis module is for reading record-oriented data. The most common
Xexample have records separated by newlines and fields separated by
Xcommas or tabs, but this module aims to provide a consistent interface
Xfor handling sequential records in a file however they may be
Xdelimited.
X
XWWW: http://search.cpan.org/dist/Text-RecordParser
END-of-p5-Text-RecordParser/pkg-descr
exit
--- p5-Text-RecordParser-0.04.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list