| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
1.33
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
08 Jan 2012 07:01:25
1.33
|
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
17 Sep 2011 06:50:17
1.33
|
sunpoet  |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
30 Mar 2011 19:23:05
1.33
|
culot  |
- Update to 1.33
- Make portlint happy by replacing space by tab
- Take maintainership
Changes:
http://search.cpan.org/dist/CGI-Application-Plugin-ConfigAuto/Changes |
19 Mar 2011 12:38:54
1.32
|
miwi  |
- Get Rid MD5 support |
11 Apr 2010 07:23:25
1.32
|
leeym  |
- update to 1.32 |
15 Dec 2009 06:58:19
1.31
|
leeym  |
- update to 1.31 |
12 Dec 2009 16:45:49
1.30
|
linimon  |
Reset kappa@freebsd.org.ua at his request.
Hat: portmgr |
15 Feb 2009 21:05:12
1.30
|
miwi  |
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> |