pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-RecordParser Importing package for pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dae5038c970
branches:  trunk
changeset: 397819:0dae5038c970
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 19 09:14:43 2009 +0000

description:
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:

 textproc/p5-Text-RecordParser/DESCR    |   5 +++++
 textproc/p5-Text-RecordParser/Makefile |  33 +++++++++++++++++++++++++++++++++
 textproc/p5-Text-RecordParser/distinfo |   5 +++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 99ecc322ddf2 -r 0dae5038c970 textproc/p5-Text-RecordParser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-RecordParser/DESCR       Wed Aug 19 09:14:43 2009 +0000
@@ -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 -r 99ecc322ddf2 -r 0dae5038c970 textproc/p5-Text-RecordParser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-RecordParser/Makefile    Wed Aug 19 09:14:43 2009 +0000
@@ -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@localhost
+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 -r 99ecc322ddf2 -r 0dae5038c970 textproc/p5-Text-RecordParser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-RecordParser/distinfo    Wed Aug 19 09:14:43 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index