aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-03-10 06:24:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-03-10 06:24:40 +0000
commit1b67c2cdec41653856e0b85e098d9fd4a5240d05 (patch)
treeebb93d22ebe78f05471bb04e327837a7fbc8f359
parent12e69d0dd83763654920226872e0f5478ae0dd0d (diff)
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Template-Plugin-CSV/Makefile20
-rw-r--r--textproc/p5-Template-Plugin-CSV/distinfo2
-rw-r--r--textproc/p5-Template-Plugin-CSV/pkg-descr7
-rw-r--r--textproc/p5-Template-Plugin-CSV/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index dbfa4794046e..a70214f807fd 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -754,6 +754,7 @@
SUBDIR += p5-Template-Extract
SUBDIR += p5-Template-Magic
SUBDIR += p5-Template-Plugin-Autoformat
+ SUBDIR += p5-Template-Plugin-CSV
SUBDIR += p5-Template-Plugin-Filter-Minify-CSS
SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS
SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript
diff --git a/textproc/p5-Template-Plugin-CSV/Makefile b/textproc/p5-Template-Plugin-CSV/Makefile
new file mode 100644
index 000000000000..cd819f2f580e
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/Makefile
@@ -0,0 +1,20 @@
+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
+# $FreeBSD$
+
+PORTNAME= Template-Plugin-CSV
+PORTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:GUGOD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dgeo@centrale-marseille.fr
+COMMENT= Template::Plugin::CSV - Plugin for generating CSV
+
+BUILD_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Template-Plugin-CSV/distinfo b/textproc/p5-Template-Plugin-CSV/distinfo
new file mode 100644
index 000000000000..06923f661ddd
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Template-Plugin-CSV-0.04.tar.gz) = cc96af7d7ce7381d8ec12266732bd508d74eaa972192d0e09f438edea15c4887
+SIZE (Template-Plugin-CSV-0.04.tar.gz) = 17757
diff --git a/textproc/p5-Template-Plugin-CSV/pkg-descr b/textproc/p5-Template-Plugin-CSV/pkg-descr
new file mode 100644
index 000000000000..b023674b1daa
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/pkg-descr
@@ -0,0 +1,7 @@
+This is a very simple TT2 Plugin for generating CSV.
+
+A CSV object will be instantiated via the following directive:
+
+[% USE CSV %]
+
+WWW: http://search.cpan.org/dist/Template-Plugin-CSV/
diff --git a/textproc/p5-Template-Plugin-CSV/pkg-plist b/textproc/p5-Template-Plugin-CSV/pkg-plist
new file mode 100644
index 000000000000..2681fb0f9e4c
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/pkg-plist
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Template::Plugin::CSV.3.gz
+%%SITE_PERL%%/Template/Plugin/CSV.pm