From owner-svn-ports-head@FreeBSD.ORG Tue Mar 10 06:24:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B54A5449; Tue, 10 Mar 2015 06:24:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A02ED636; Tue, 10 Mar 2015 06:24:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2A6OgRf021541; Tue, 10 Mar 2015 06:24:42 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2A6OfjU021533; Tue, 10 Mar 2015 06:24:41 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201503100624.t2A6OfjU021533@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 10 Mar 2015 06:24:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 06:24:42 -0000 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 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 +# $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 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