ports/103375: New port: www/p5-CGI-Application-Plugin-AnyTemplate.shar

George Hartzell hartzell at alerce.com
Tue Sep 19 03:40:34 UTC 2006


>Number:         103375
>Category:       ports
>Synopsis:       New port: www/p5-CGI-Application-Plugin-AnyTemplate.shar
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 19 03:40:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     George Hartzell
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD blue.alerce.com 6.1-STABLE FreeBSD 6.1-STABLE #6: Wed May 31 13:03:07 PDT 2006 root at blue.alerce.com:/usr/obj/usr/src/sys/BLUE i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:


# 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-CGI-Application-Plugin-AnyTemplate
#	p5-CGI-Application-Plugin-AnyTemplate/Makefile
#	p5-CGI-Application-Plugin-AnyTemplate/distinfo
#	p5-CGI-Application-Plugin-AnyTemplate/pkg-plist
#	p5-CGI-Application-Plugin-AnyTemplate/pkg-descr
#
echo c - p5-CGI-Application-Plugin-AnyTemplate
mkdir -p p5-CGI-Application-Plugin-AnyTemplate > /dev/null 2>&1
echo x - p5-CGI-Application-Plugin-AnyTemplate/Makefile
sed 's/^X//' >p5-CGI-Application-Plugin-AnyTemplate/Makefile << 'END-of-p5-CGI-Application-Plugin-AnyTemplate/Makefile'
X# New ports collection makefile for:	www/p5-CGI-Application-Plugin-AnyTemplate
X# Date created:				14 September 2005
X# Whom:					George Hartzell <hartzell at alerce.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	CGI-Application-Plugin-AnyTemplate
XPORTVERSION=	0.17
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	CGI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hartzell at alerce.com
XCOMMENT=	Use any templating system in CGI::Application
X
XRUN_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
X		${SITE_PERL}/CGI/Application/Plugin/Forward.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_MODBUILD=	yes
X
XMAN3=	CGI::Application::Plugin::AnyTemplate.3 \
X	CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplate.3 \
X	CGI::Application::Plugin::AnyTemplate::Base.3 \
X	CGI::Application::Plugin::AnyTemplate::Driver::TemplateToolkit.3 \
X	CGI::Application::Plugin::AnyTemplate::ComponentHandler.3 \
X	CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable.3 \
X	CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplateExpr.3 \
X	CGI::Application::Plugin::AnyTemplate::Driver::Petal.3
X
X.include <bsd.port.pre.mk>
X.if ${PERL_LEVEL} < 500800
XIGNORE=	requires Perl 5.8 or newer. Install lang/perl5.8, and try again
X.endif
X.include <bsd.port.post.mk>
END-of-p5-CGI-Application-Plugin-AnyTemplate/Makefile
echo x - p5-CGI-Application-Plugin-AnyTemplate/distinfo
sed 's/^X//' >p5-CGI-Application-Plugin-AnyTemplate/distinfo << 'END-of-p5-CGI-Application-Plugin-AnyTemplate/distinfo'
XMD5 (CGI-Application-Plugin-AnyTemplate-0.17.tar.gz) = 1bba5c8dc3670ff0539f941c75cf6ef9
XSHA256 (CGI-Application-Plugin-AnyTemplate-0.17.tar.gz) = d0d9dd0995beeea2b5a43be337172be0337120f6fbbdd2ee67482878549c1880
XSIZE (CGI-Application-Plugin-AnyTemplate-0.17.tar.gz) = 54292
END-of-p5-CGI-Application-Plugin-AnyTemplate/distinfo
echo x - p5-CGI-Application-Plugin-AnyTemplate/pkg-plist
sed 's/^X//' >p5-CGI-Application-Plugin-AnyTemplate/pkg-plist << 'END-of-p5-CGI-Application-Plugin-AnyTemplate/pkg-plist'
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/Petal.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/ComponentHandler.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplate.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Base.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/TemplateToolkit.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate.pm
X%%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplateExpr.pm
X at dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver
X at dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate
X at dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
X at dirrmtry %%SITE_PERL%%/CGI/Application
X at dirrmtry %%SITE_PERL%%/CGI
X
X
X
X
END-of-p5-CGI-Application-Plugin-AnyTemplate/pkg-plist
echo x - p5-CGI-Application-Plugin-AnyTemplate/pkg-descr
sed 's/^X//' >p5-CGI-Application-Plugin-AnyTemplate/pkg-descr << 'END-of-p5-CGI-Application-Plugin-AnyTemplate/pkg-descr'
XCGI::Application::Plugin::AnyTemplate allows you to use any supported
XPerl templating system using a single consistent interface.
X
XCurrently supported templating systems include HTML::Template,
XHTML::Template::Expr, HTML::Template::Pluggable, Template::Toolkit and
XPetal.
X
XYou can access any of these templating systems using the same
Xinterface. In this way, you can use the same code and switch
Xtemplating systems on the fly.
X
XThis approach has many uses. For instance, it can be useful in
Xmigrating your application from one templating system to another.
END-of-p5-CGI-Application-Plugin-AnyTemplate/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list