pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-CSV Importing package for module Text...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40aaff2f1c4b
branches:  trunk
changeset: 393979:40aaff2f1c4b
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Jun 01 18:49:13 2009 +0000

description:
Importing package for module Text::CSV 1.12 - as dependency of scheduled
update for LaTeX::Table 0.9.15.

Text::CSV provides facilities for the composition and decomposition of
comma-separated values using Text::CSV_XS or its pure Perl version.

diffstat:

 textproc/p5-Text-CSV/DESCR    |   2 ++
 textproc/p5-Text-CSV/Makefile |  21 +++++++++++++++++++++
 textproc/p5-Text-CSV/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 402df0194a50 -r 40aaff2f1c4b textproc/p5-Text-CSV/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-CSV/DESCR        Mon Jun 01 18:49:13 2009 +0000
@@ -0,0 +1,2 @@
+Text::CSV provides facilities for the composition and decomposition of
+comma-separated values using Text::CSV_XS or its pure Perl version.
diff -r 402df0194a50 -r 40aaff2f1c4b textproc/p5-Text-CSV/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-CSV/Makefile     Mon Jun 01 18:49:13 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/01 18:49:13 sno Exp $
+#
+
+DISTNAME=      Text-CSV-1.12
+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-CSV/
+COMMENT=       Comma-separated values manipulator (using XS or PurePerl)
+LICENSE=       gnu-gpl-v2 # OR artistic
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Text-CSV_XS>=0.65:../../textproc/p5-Text-CSV_XS
+
+PERL5_PACKLIST=                auto/Text/CSV/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 402df0194a50 -r 40aaff2f1c4b textproc/p5-Text-CSV/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-CSV/distinfo     Mon Jun 01 18:49:13 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/06/01 18:49:13 sno Exp $
+
+SHA1 (Text-CSV-1.12.tar.gz) = f464be557b470f501725e110352f04fc000526de
+RMD160 (Text-CSV-1.12.tar.gz) = 248dd6071d31fb4dc42eb68d25d1970f235b0979
+Size (Text-CSV-1.12.tar.gz) = 41631 bytes



Home | Main Index | Thread Index | Old Index