diff options
author | mjl <mjl> | 2000-10-23 13:26:39 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-10-23 13:26:39 +0000 |
commit | 3c66dbf63e41b5b4584e0c2eefa4af090af81b0b (patch) | |
tree | 83a5142e413240a5ebe1616dd200430909dc654d | |
parent | 4105ec8277cc268e342710b37ee642aa387b9d7d (diff) | |
download | pkgsrc-3c66dbf63e41b5b4584e0c2eefa4af090af81b0b.tar.gz |
Initial import of p5-Text-CSV_XS, a collection of routines for
composition and decomposition of comma-separated values.
-rw-r--r-- | textproc/p5-Text-CVS_XS/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Text-CVS_XS/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-Text-CVS_XS/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/p5-Text-CVS_XS/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Text-CVS_XS/pkg/PLIST | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-Text-CVS_XS/Makefile b/textproc/p5-Text-CVS_XS/Makefile new file mode 100644 index 00000000000..28be2c64d59 --- /dev/null +++ b/textproc/p5-Text-CVS_XS/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 13:26:39 mjl Exp $ +# + +DISTNAME= Text-CSV_XS-0.20 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= packages@netbsd.org +# HOMEPAGE= http:// + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/CSV_XS/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-CVS_XS/files/md5 b/textproc/p5-Text-CVS_XS/files/md5 new file mode 100644 index 00000000000..c0ce71c99e1 --- /dev/null +++ b/textproc/p5-Text-CVS_XS/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/23 13:26:39 mjl Exp $ + +MD5 (Text-CSV_XS-0.20.tar.gz) = 11d1316ea98683343f4ffe0a05cfb46b diff --git a/textproc/p5-Text-CVS_XS/pkg/COMMENT b/textproc/p5-Text-CVS_XS/pkg/COMMENT new file mode 100644 index 00000000000..de97a5eeb08 --- /dev/null +++ b/textproc/p5-Text-CVS_XS/pkg/COMMENT @@ -0,0 +1 @@ +Routines for composition and decomposition of comma-separated values diff --git a/textproc/p5-Text-CVS_XS/pkg/DESCR b/textproc/p5-Text-CVS_XS/pkg/DESCR new file mode 100644 index 00000000000..314ce2f78fc --- /dev/null +++ b/textproc/p5-Text-CVS_XS/pkg/DESCR @@ -0,0 +1,3 @@ +Text::CSV provides facilities for the composition and decomposition of +comma-separated values. An instance of the Text::CSV class can combine +fields into a CSV string and parse a CSV string into fields. diff --git a/textproc/p5-Text-CVS_XS/pkg/PLIST b/textproc/p5-Text-CVS_XS/pkg/PLIST new file mode 100644 index 00000000000..b5e2aac672a --- /dev/null +++ b/textproc/p5-Text-CVS_XS/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/23 13:26:39 mjl Exp $ |