diff options
author | sno <sno@pkgsrc.org> | 2009-08-19 09:14:43 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-19 09:14:43 +0000 |
commit | 22e09a1aca5b701122940b1b2c0d6adb48dc9ceb (patch) | |
tree | 149c2122471e1025fe7f0b2d70bb30ff98c3a6ba /textproc/p5-Text-RecordParser | |
parent | 6986316ee8809f59c98fd416799d945ac1d367eb (diff) | |
download | pkgsrc-22e09a1aca5b701122940b1b2c0d6adb48dc9ceb.tar.gz |
Importing package for perl5 module Text::RecordParser version 1.3.0 as
dependency for scheduled update of database/p5-SQL-Translator.
This module is for reading record-oriented data in a delimited text file.
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.
Diffstat (limited to 'textproc/p5-Text-RecordParser')
-rw-r--r-- | textproc/p5-Text-RecordParser/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 33 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/distinfo | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-Text-RecordParser/DESCR b/textproc/p5-Text-RecordParser/DESCR new file mode 100644 index 00000000000..5df7c6558d9 --- /dev/null +++ b/textproc/p5-Text-RecordParser/DESCR @@ -0,0 +1,5 @@ +This module is for reading record-oriented data in a delimited text file. +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. diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile new file mode 100644 index 00000000000..9ccbf0b5c12 --- /dev/null +++ b/textproc/p5-Text-RecordParser/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 09:14:43 sno Exp $ +# + +DISTNAME= Text-RecordParser-1.3.0 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-RecordParser/ +COMMENT= Perl5 extension to read record-oriented files +LICENSE= gnu-gpl-v2 + +DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor +DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly + +# Recommended dependencies +DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz +DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly +DEPENDS+= p5-Text-TabularDisplay>=1.22:../../textproc/p5-Text-TabularDisplay + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/RecordParser/.packlist + +USE_TOOLS+=perl + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo new file mode 100644 index 00000000000..5a38efe8131 --- /dev/null +++ b/textproc/p5-Text-RecordParser/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/08/19 09:14:43 sno Exp $ + +SHA1 (Text-RecordParser-1.3.0.tar.gz) = 66cbcb7c78d8a4b2a59ebf70ddf434658225f333 +RMD160 (Text-RecordParser-1.3.0.tar.gz) = 6df98103380bb980f2a7ecacb05693b38b97c7d6 +Size (Text-RecordParser-1.3.0.tar.gz) = 29989 bytes |