Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 06:24:41 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380898 - in head/textproc: . p5-Template-Plugin-CSV
Message-ID:  <201503100624.t2A6OfjU021533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Mar 10 06:24:40 2015
New Revision: 380898
URL: https://svnweb.freebsd.org/changeset/ports/380898
QAT: https://qat.redports.org/buildarchive/r380898/

Log:
  Add p5-Template-Plugin-CSV 0.04, template::Plugin::CSV - Plugin for
  generating CSV.
  
  PR:		198308
  Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>

Added:
  head/textproc/p5-Template-Plugin-CSV/
  head/textproc/p5-Template-Plugin-CSV/Makefile   (contents, props changed)
  head/textproc/p5-Template-Plugin-CSV/distinfo   (contents, props changed)
  head/textproc/p5-Template-Plugin-CSV/pkg-descr   (contents, props changed)
  head/textproc/p5-Template-Plugin-CSV/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Mar 10 06:21:00 2015	(r380897)
+++ head/textproc/Makefile	Tue Mar 10 06:24:40 2015	(r380898)
@@ -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

Added: head/textproc/p5-Template-Plugin-CSV/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-CSV/Makefile	Tue Mar 10 06:24:40 2015	(r380898)
@@ -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>

Added: head/textproc/p5-Template-Plugin-CSV/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-CSV/distinfo	Tue Mar 10 06:24:40 2015	(r380898)
@@ -0,0 +1,2 @@
+SHA256 (Template-Plugin-CSV-0.04.tar.gz) = cc96af7d7ce7381d8ec12266732bd508d74eaa972192d0e09f438edea15c4887
+SIZE (Template-Plugin-CSV-0.04.tar.gz) = 17757

Added: head/textproc/p5-Template-Plugin-CSV/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-CSV/pkg-descr	Tue Mar 10 06:24:40 2015	(r380898)
@@ -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/

Added: head/textproc/p5-Template-Plugin-CSV/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-CSV/pkg-plist	Tue Mar 10 06:24:40 2015	(r380898)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Template::Plugin::CSV.3.gz
+%%SITE_PERL%%/Template/Plugin/CSV.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503100624.t2A6OfjU021533>