From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 19 03:40:34 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9336716A51C for ; Tue, 19 Sep 2006 03:40:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012F243D46 for ; Tue, 19 Sep 2006 03:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8J3eLjp039716 for ; Tue, 19 Sep 2006 03:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8J3eLVJ039715; Tue, 19 Sep 2006 03:40:21 GMT (envelope-from gnats) Resent-Date: Tue, 19 Sep 2006 03:40:21 GMT Resent-Message-Id: <200609190340.k8J3eLVJ039715@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, George Hartzell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD3816A40F for ; Tue, 19 Sep 2006 03:34:12 +0000 (UTC) (envelope-from hartzell@blue.alerce.com) Received: from blue.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2137C43D46 for ; Tue, 19 Sep 2006 03:34:11 +0000 (GMT) (envelope-from hartzell@blue.alerce.com) Received: from blue.alerce.com (localhost [127.0.0.1]) by blue.alerce.com (8.13.6/8.13.6) with ESMTP id k8J3bcM8001156; Mon, 18 Sep 2006 20:37:38 -0700 (PDT) (envelope-from hartzell@blue.alerce.com) Received: (from hartzell@localhost) by blue.alerce.com (8.13.6/8.13.6/Submit) id k8J3bb3q001155; Mon, 18 Sep 2006 20:37:37 -0700 (PDT) (envelope-from hartzell) Message-Id: <200609190337.k8J3bb3q001155@blue.alerce.com> Date: Mon, 18 Sep 2006 20:37:37 -0700 (PDT) From: George Hartzell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: George Hartzell Subject: ports/103375: New port: www/p5-CGI-Application-Plugin-AnyTemplate.shar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: George Hartzell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 03:40:34 -0000 >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 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 X.if ${PERL_LEVEL} < 500800 XIGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again X.endif X.include 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: