Date: Mon, 5 Jun 2006 17:03:14 -0600 (MDT) From: hideo <hideo@lastamericanempire.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98564: [New Port] www/p5-Catalyst-View-HTML-Template-Compiled - HTML-Template-Compiled view class Message-ID: <20060605230314.0DAAD33C20@darwin.lastamericanempire.com> Resent-Message-ID: <200606060000.k5600afN071357@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98564 >Category: ports >Synopsis: [New Port] www/p5-Catalyst-View-HTML-Template-Compiled - HTML-Template-Compiled view class >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 06 00:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed May 31 06:20:38 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Catalyst::View::HTML::Template::Compiled is the HTML::Template::Compiled view class for the Catalyst framework. >How-To-Repeat: >Fix: --- p5-Catalyst-View-HTML-Template-Compiled begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Catalyst-View-HTML-Template-Compiled # p5-Catalyst-View-HTML-Template-Compiled/pkg-descr # p5-Catalyst-View-HTML-Template-Compiled/pkg-plist # p5-Catalyst-View-HTML-Template-Compiled/Makefile # p5-Catalyst-View-HTML-Template-Compiled/distinfo # echo c - p5-Catalyst-View-HTML-Template-Compiled mkdir -p p5-Catalyst-View-HTML-Template-Compiled > /dev/null 2>&1 echo x - p5-Catalyst-View-HTML-Template-Compiled/pkg-descr sed 's/^X//' >p5-Catalyst-View-HTML-Template-Compiled/pkg-descr << 'END-of-p5-Catalyst-View-HTML-Template-Compiled/pkg-descr' XHTML::Template::Compiled view class for Catalyst X XWWW: http://search.cpan.org/dist/Catalyst-View-HTML-Template-Compiled/ END-of-p5-Catalyst-View-HTML-Template-Compiled/pkg-descr echo x - p5-Catalyst-View-HTML-Template-Compiled/pkg-plist sed 's/^X//' >p5-Catalyst-View-HTML-Template-Compiled/pkg-plist << 'END-of-p5-Catalyst-View-HTML-Template-Compiled/pkg-plist' X%%SITE_PERL%%/Catalyst/Helper/View/HTML/Template/Compiled.pm X%%SITE_PERL%%/Catalyst/View/HTML/Template/Compiled.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML/Template/Compiled/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML/Template/Compiled X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML/Template X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View X@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View/HTML/Template X@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View/HTML X@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View X@dirrmtry %%SITE_PERL%%/Catalyst/Helper X@dirrmtry %%SITE_PERL%%/Catalyst/View/HTML/Template X@dirrmtry %%SITE_PERL%%/Catalyst/View/HTML X@dirrmtry %%SITE_PERL%%/Catalyst/View END-of-p5-Catalyst-View-HTML-Template-Compiled/pkg-plist echo x - p5-Catalyst-View-HTML-Template-Compiled/Makefile sed 's/^X//' >p5-Catalyst-View-HTML-Template-Compiled/Makefile << 'END-of-p5-Catalyst-View-HTML-Template-Compiled/Makefile' X# New ports collection makefile for: www/p5-Catalyst-View-HTML-Template-Compiled X# Date created: 05 June 2006 X# Whom: Zach Thompson <hideo@lastamericanempire.com> X# X# $FreeBSD$ X# X XPORTNAME= Catalyst-View-HTML-Template-Compiled XPORTVERSION= 0.08 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Catalyst XPKGNAMEPREFIX= p5- X XMAINTAINER= hideo@lastamericanempire.com XCOMMENT= HTML::Template::Compiled View Class X XBUILD_DEPENDS= ${SITE_PERL}/HTML/Template/Compiled.pm:${PORTSDIR}/www/p5-HTML-Template-Compiled \ X ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ X ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Catalyst::Helper::View::HTML::Template::Compiled.3 \ X Catalyst::View::HTML::Template::Compiled.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again X.endif X X.include <bsd.port.post.mk> END-of-p5-Catalyst-View-HTML-Template-Compiled/Makefile echo x - p5-Catalyst-View-HTML-Template-Compiled/distinfo sed 's/^X//' >p5-Catalyst-View-HTML-Template-Compiled/distinfo << 'END-of-p5-Catalyst-View-HTML-Template-Compiled/distinfo' XMD5 (Catalyst-View-HTML-Template-Compiled-0.08.tar.gz) = 0398ee0c3c448825174f17b073b36df6 XSHA256 (Catalyst-View-HTML-Template-Compiled-0.08.tar.gz) = 3179a09b4f673283fa55ed01f29cea8412120180b5261780ea22299fda0c9132 XSIZE (Catalyst-View-HTML-Template-Compiled-0.08.tar.gz) = 3842 END-of-p5-Catalyst-View-HTML-Template-Compiled/distinfo exit --- p5-Catalyst-View-HTML-Template-Compiled ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060605230314.0DAAD33C20>