1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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 <alex at kapranoff.ru>
This commit is contained in:
Martin Wilke 2009-02-15 21:05:12 +00:00
parent e9e9095501
commit c1b2ad8099
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228457
5 changed files with 45 additions and 0 deletions

View File

@ -643,6 +643,7 @@
SUBDIR += p5-CGI-Application-Plugin-Authentication
SUBDIR += p5-CGI-Application-Plugin-Authorization
SUBDIR += p5-CGI-Application-Plugin-AutoRunmode
SUBDIR += p5-CGI-Application-Plugin-ConfigAuto
SUBDIR += p5-CGI-Application-Plugin-DBH
SUBDIR += p5-CGI-Application-Plugin-DebugScreen
SUBDIR += p5-CGI-Application-Plugin-DevPopup

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-CGI-Application-Plugin-ConfigAuto
# Date created: February 15th 2009
# Whom: Alex Kapranoff <alex@kapranoff.ru>
#
# $FreeBSD$
#
PORTNAME= CGI-Application-Plugin-ConfigAuto
PORTVERSION= 1.30
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kappa@freebsd.org.ua
COMMENT= Plugin that adds Config::Auto support to CGI::Application
RUN_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
${SITE_PERL}/Config/Auto.pm:${PORTSDIR}/devel/p5-Config-Auto
BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
${SITE_PERL}/Config/Auto.pm:${PORTSDIR}/devel/p5-Config-Auto
PERL_MODBUILD= 5.8.0+
MAN3= CGI::Application::Plugin::ConfigAuto.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (CGI-Application-Plugin-ConfigAuto-1.30.tar.gz) = a30633fae26924578a906d0c997599d8
SHA256 (CGI-Application-Plugin-ConfigAuto-1.30.tar.gz) = f76272095071b10fb1400b4a67a24acf85d7b826256ea70344043244637e942a
SIZE (CGI-Application-Plugin-ConfigAuto-1.30.tar.gz) = 5801

View File

@ -0,0 +1,11 @@
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/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/CGI/Application/Plugin/ConfigAuto.pm
@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
@dirrmtry %%SITE_PERL%%/CGI/Application
@dirrmtry %%SITE_PERL%%/CGI