pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-ConfigLoader Added www/p5-Catal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb440c49ad4
branches:  trunk
changeset: 544489:adb440c49ad4
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:18:17 2008 +0000

description:
Added www/p5-Catalyst-Plugin-ConfigLoader version 0.20

This module will attempt to load find and load a configuration file
of various types. Currently it supports YAML, JSON, XML, INI and
Perl formats. Special configuration for a particular driver format
can be stored in

MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.

diffstat:

 www/p5-Catalyst-Plugin-ConfigLoader/DESCR    |   6 ++++++
 www/p5-Catalyst-Plugin-ConfigLoader/Makefile |  22 ++++++++++++++++++++++
 www/p5-Catalyst-Plugin-ConfigLoader/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r f348222a45fe -r adb440c49ad4 www/p5-Catalyst-Plugin-ConfigLoader/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-ConfigLoader/DESCR Tue Jul 15 09:18:17 2008 +0000
@@ -0,0 +1,6 @@
+This module will attempt to load find and load a configuration file
+of various types. Currently it supports YAML, JSON, XML, INI and
+Perl formats. Special configuration for a particular driver format
+can be stored in
+
+MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.
diff -r f348222a45fe -r adb440c49ad4 www/p5-Catalyst-Plugin-ConfigLoader/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-ConfigLoader/Makefile      Tue Jul 15 09:18:17 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:17 abs Exp $
+
+DISTNAME=      Catalyst-Plugin-ConfigLoader-0.20
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/
+COMMENT=       Load Catalyst config from YAML file
+
+DEPENDS+=      p5-Catalyst-Runtime>=5.70:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-Data-Visitor>=0.02:../../devel/p5-Data-Visitor
+DEPENDS+=      p5-Config-Any>=0.08:../../devel/p5-Config-Any
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Plugin/ConfigLoader/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f348222a45fe -r adb440c49ad4 www/p5-Catalyst-Plugin-ConfigLoader/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Plugin-ConfigLoader/distinfo      Tue Jul 15 09:18:17 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:18:17 abs Exp $
+
+SHA1 (Catalyst-Plugin-ConfigLoader-0.20.tar.gz) = 32d926862afd888454a53af177f9d2c20e279bb7
+RMD160 (Catalyst-Plugin-ConfigLoader-0.20.tar.gz) = 19d36d6192042509fdf269efd74bc6e92f82bf0d
+Size (Catalyst-Plugin-ConfigLoader-0.20.tar.gz) = 25391 bytes



Home | Main Index | Thread Index | Old Index