From owner-cvs-ports@FreeBSD.ORG Sun Feb 15 21:05:13 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054AF1065678; Sun, 15 Feb 2009 21:05:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4DB18FC1C; Sun, 15 Feb 2009 21:05:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1FL5CBU053665; Sun, 15 Feb 2009 21:05:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1FL5CFG053664; Sun, 15 Feb 2009 21:05:12 GMT (envelope-from miwi) Message-Id: <200902152105.n1FL5CFG053664@repoman.freebsd.org> From: Martin Wilke Date: Sun, 15 Feb 2009 21:05:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-CGI-Application-Plugin-ConfigAuto Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 21:05:13 -0000 miwi 2009-02-15 21:05:12 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CGI-Application-Plugin-ConfigAuto Makefile distinfo pkg-descr pkg-plist Log: CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. The format is detected automatically using Config::Auto. It it known to support the following formats: colon separated, space separated, equals separated, XML, Perl code, and Windows INI. See that modules documentation for complete details. WWW: http://search.cpan.org/dist/CGI-Application-Plugin-ConfigAuto/ PR: ports/131723 Submitted by: Alex Kapranoff Revision Changes Path 1.2264 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile (new) 1.1 +3 -0 ports/www/p5-CGI-Application-Plugin-ConfigAuto/distinfo (new) 1.1 +11 -0 ports/www/p5-CGI-Application-Plugin-ConfigAuto/pkg-descr (new) 1.1 +4 -0 ports/www/p5-CGI-Application-Plugin-ConfigAuto/pkg-plist (new)