diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-11 18:40:48 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-11 18:40:48 +0800 |
commit | be6a4930edb50205a1386fdf30cf39ee4c1d5994 (patch) | |
tree | ac9d5dfe976a2c264a3af6d5c41d12ee2ef52022 /textproc | |
parent | ec80575207191e6682d299120e161f217a68d50f (diff) | |
download | freebsd-ports-gnome-be6a4930edb50205a1386fdf30cf39ee4c1d5994.tar.gz freebsd-ports-gnome-be6a4930edb50205a1386fdf30cf39ee4c1d5994.tar.zst freebsd-ports-gnome-be6a4930edb50205a1386fdf30cf39ee4c1d5994.zip |
Add p5-Text-CSV_PP 1.01, comma-separated values manipulation routines PP
version.
PR: ports/100064
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_PP/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_PP/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_PP/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_PP/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7bdfe1b67e67..c1622effd0fe 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -454,6 +454,7 @@ SUBDIR += p5-Text-Bind SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV-Simple + SUBDIR += p5-Text-CSV_PP SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Capitalize SUBDIR += p5-Text-Chomp diff --git a/textproc/p5-Text-CSV_PP/Makefile b/textproc/p5-Text-CSV_PP/Makefile new file mode 100644 index 000000000000..a9eed69403f4 --- /dev/null +++ b/textproc/p5-Text-CSV_PP/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Text-CSV_PP +# Date created: 2006-07-11 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-CSV_PP +PORTVERSION= 1.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Comma-separated values manipulation routines PP version + +PERL_CONFIGURE= yes + +MAN3= Text::CSV_PP.3 + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-CSV_PP/distinfo b/textproc/p5-Text-CSV_PP/distinfo new file mode 100644 index 000000000000..186e4b0affd8 --- /dev/null +++ b/textproc/p5-Text-CSV_PP/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-CSV_PP-1.01.tar.gz) = 0f2db7130a6fce62ebe19af8bcf40538 +SHA256 (Text-CSV_PP-1.01.tar.gz) = b1a0922e4720e4b4ac342d2c8df60a8349eb09355883e348548d06f7e2850d7d +SIZE (Text-CSV_PP-1.01.tar.gz) = 8923 diff --git a/textproc/p5-Text-CSV_PP/pkg-descr b/textproc/p5-Text-CSV_PP/pkg-descr new file mode 100644 index 000000000000..74d39fa045f7 --- /dev/null +++ b/textproc/p5-Text-CSV_PP/pkg-descr @@ -0,0 +1,7 @@ +Text::CSV_PP has almost same functions of Text::CSV_XS which provides +facilities for the composition and decomposition of comma-separated +values. As its name suggests, Text::CSV_XS is a XS module and +Text::CSV_PP is a Puer Perl one. + +Author: Makamaka Hannyaharamitu, <makamaka[at]cpan.org> +WWW: http://search.cpan.org/dist/Text-CSV_PP/ diff --git a/textproc/p5-Text-CSV_PP/pkg-plist b/textproc/p5-Text-CSV_PP/pkg-plist new file mode 100644 index 000000000000..444c43d09c9a --- /dev/null +++ b/textproc/p5-Text-CSV_PP/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_PP/.packlist +%%SITE_PERL%%/Text/CSV_PP.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_PP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text |