# 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 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@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 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@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/RecordParser X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true X@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