aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 10:40:48 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 10:40:48 +0000
commit49368347888ced07ef7cb397f97ad6c5416cfb35 (patch)
tree714a5b64f2cbffe57efb07e8dde76de49051b477
parentaeedefcad68fa3255ab4e2c6b2d6217b41463d3a (diff)
downloadports-49368347888ced07ef7cb397f97ad6c5416cfb35.tar.gz
ports-49368347888ced07ef7cb397f97ad6c5416cfb35.zip
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-CSV_PP/Makefile23
-rw-r--r--textproc/p5-Text-CSV_PP/distinfo3
-rw-r--r--textproc/p5-Text-CSV_PP/pkg-descr7
-rw-r--r--textproc/p5-Text-CSV_PP/pkg-plist6
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