Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,7 @@
Parsing CSV files is nasty. It seems so simple, but it usually isn't.
Thankfully Text::CSV_XS takes care of most of that nastiness for us.
Like many modules which have to deal with all manner of nastiness and
edge cases, however, it can be clumsy to work with in the simple case.
Thus this module.
We simply provide a little wrapper around Text::CSV_XS to streamline
the common case scenario.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.2 2016/06/08 19:24:37 wiz Exp $
#
DISTNAME= Text-CSV-Simple-1.00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-CSV-Simple/
COMMENT= Simpler parsing of CSV files
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Class-Trigger-[0-9]*:../../devel/p5-Class-Trigger
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
DEPENDS+= p5-Text-CSV_XS-[0-9]*:../../textproc/p5-Text-CSV_XS
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/CSV/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/02/08 02:48:36 markd Exp $
SHA1 (Text-CSV-Simple-1.00.tar.gz) = 8cb28928f8ca6b88b3f32504cb454a40c5e2c39d
RMD160 (Text-CSV-Simple-1.00.tar.gz) = a86e8cd4de641d976286cae616d1bbcffc3f7f7a
SHA512 (Text-CSV-Simple-1.00.tar.gz) = 3b4779d06183a66fb2502eaabf506e10b7d08ebe16d20682e651f04ede50719b88cc1c43ad52300b5b2f28fc2f9870d05c80069cc37988b555933dd09e5e0245
Size (Text-CSV-Simple-1.00.tar.gz) = 4571 bytes