From owner-svn-ports-all@freebsd.org Sun Aug 28 08:05:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A24C5B78C79; Sun, 28 Aug 2016 08:05:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7D8BA64F; Sun, 28 Aug 2016 08:05:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S85lYe078171; Sun, 28 Aug 2016 08:05:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S85lTQ078166; Sun, 28 Aug 2016 08:05:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608280805.u7S85lTQ078166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 28 Aug 2016 08:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421011 - in head/www: . p5-Catalyst-View-TT-Alloy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 08:05:48 -0000 Author: pi Date: Sun Aug 28 08:05:47 2016 New Revision: 421011 URL: https://svnweb.freebsd.org/changeset/ports/421011 Log: New port: www/p5-Catalyst-View-TT-Alloy Catalyst::View::TT::Alloy Template::Alloy views for Catalyst WWW: http://search.cpan.org/dist/Catalyst-View-TT-Alloy/ PR: 209191 Submitted by: Danny Warren Added: head/www/p5-Catalyst-View-TT-Alloy/ head/www/p5-Catalyst-View-TT-Alloy/Makefile (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/distinfo (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/pkg-descr (contents, props changed) head/www/p5-Catalyst-View-TT-Alloy/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 28 07:45:52 2016 (r421010) +++ head/www/Makefile Sun Aug 28 08:05:47 2016 (r421011) @@ -790,6 +790,7 @@ SUBDIR += p5-Catalyst-View-REST-XML SUBDIR += p5-Catalyst-View-RRDGraph SUBDIR += p5-Catalyst-View-TT + SUBDIR += p5-Catalyst-View-TT-Alloy SUBDIR += p5-Catalyst-View-TT-ControllerLocal SUBDIR += p5-Catalyst-View-Template-Declare SUBDIR += p5-Catalyst-View-Templated Added: head/www/p5-Catalyst-View-TT-Alloy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/Makefile Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,26 @@ +# Created by: Danny Warren +# $FreeBSD$ + +PORTNAME= Catalyst-View-TT-Alloy +PORTVERSION= 0.00007 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= danny@dannywarren.com +COMMENT= Template::Alloy views for Catalyst + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Template-Alloy>=0:www/p5-Template-Alloy \ + p5-parent>=0:devel/p5-parent +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Catalyst-View-TT-Alloy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/distinfo Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472367823 +SHA256 (Catalyst-View-TT-Alloy-0.00007.tar.gz) = c52b6afc0f276b50a067f606bc5b3e24cf5ae55c596545b923f0109c1e015709 +SIZE (Catalyst-View-TT-Alloy-0.00007.tar.gz) = 16329 Added: head/www/p5-Catalyst-View-TT-Alloy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-descr Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,4 @@ +Catalyst::View::TT::Alloy +Template::Alloy views for Catalyst + +WWW: http://search.cpan.org/dist/Catalyst-View-TT-Alloy/ Added: head/www/p5-Catalyst-View-TT-Alloy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Catalyst-View-TT-Alloy/pkg-plist Sun Aug 28 08:05:47 2016 (r421011) @@ -0,0 +1,10 @@ +%%PERL5_MAN3%%/Catalyst::View::TT::Alloy.3.gz +%%PERL5_MAN3%%/Catalyst::Helper::View::TT::Alloy.3.gz +%%SITE_PERL%%/Catalyst/View/TT/Alloy.pm +%%SITE_PERL%%/Catalyst/Helper/View/TT/Alloy.pm +@dir %%SITE_PERL%%/Catalyst/View/TT +@dir %%SITE_PERL%%/Catalyst/View +@dir %%SITE_PERL%%/Catalyst/Helper/View/TT +@dir %%SITE_PERL%%/Catalyst/Helper/View +@dir %%SITE_PERL%%/Catalyst/Helper +@dir %%SITE_PERL%%/Catalyst