Date: Mon, 18 Sep 2006 20:37:37 -0700 (PDT) From: George Hartzell <hartzell@alerce.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: George Hartzell <hartzell@alerce.com> Subject: ports/103375: New port: www/p5-CGI-Application-Plugin-AnyTemplate.shar Message-ID: <200609190337.k8J3bb3q001155@blue.alerce.com> Resent-Message-ID: <200609190340.k8J3eLVJ039715@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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@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@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate/Driver X@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin/AnyTemplate X@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin X@dirrmtry %%SITE_PERL%%/CGI/Application X@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609190337.k8J3bb3q001155>