pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Any-Merge Import p5-Config-Any-Merge-0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8e8ece92db1
branches:  trunk
changeset: 631463:a8e8ece92db1
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Mar 06 11:51:09 2014 +0000

description:
Import p5-Config-Any-Merge-0.08 as devel/p5-Config-Any-Merge.
Based on PR pkg/48594 by Edgar Fuss.

Config::Any returns your configuration as a hash of hashes keyed by the
name of the configuration file. This module merges these hashes into a
single hash. If the "override" paramter is set to 0 in the paramters for
"load_files" or "load_stems", configurations files later in the list
can't override variables that are already set. The default is to
override previously set variables. In all other regards Config::Any::Merge
is a strict subclass of Config::Any and inherits all of its functions.

diffstat:

 devel/p5-Config-Any-Merge/DESCR    |   7 +++++++
 devel/p5-Config-Any-Merge/Makefile |  20 ++++++++++++++++++++
 devel/p5-Config-Any-Merge/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 7520576ee9f2 -r a8e8ece92db1 devel/p5-Config-Any-Merge/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Any-Merge/DESCR   Thu Mar 06 11:51:09 2014 +0000
@@ -0,0 +1,7 @@
+Config::Any returns your configuration as a hash of hashes keyed by the
+name of the configuration file. This module merges these hashes into a
+single hash. If the "override" paramter is set to 0 in the paramters for
+"load_files" or "load_stems", configurations files later in the list
+can't override variables that are already set. The default is to
+override previously set variables. In all other regards Config::Any::Merge
+is a strict subclass of Config::Any and inherits all of its functions.
diff -r 7520576ee9f2 -r a8e8ece92db1 devel/p5-Config-Any-Merge/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Any-Merge/Makefile        Thu Mar 06 11:51:09 2014 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/03/06 11:51:09 obache Exp $
+
+DISTNAME=      Config-Any-Merge-0.08
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5 devel textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Config-Any-Merge/
+COMMENT=       Overrinding of configuration variables based on file order
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Config-Any>=0.15:../../devel/p5-Config-Any
+DEPENDS+=      p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
+BUILD_DEPENDS+=        p5-Config-Tiny-[0-9]*:../../devel/p5-Config-Tiny
+
+PERL5_PACKLIST=        auto/Config/Any/Merge/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7520576ee9f2 -r a8e8ece92db1 devel/p5-Config-Any-Merge/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Any-Merge/distinfo        Thu Mar 06 11:51:09 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/03/06 11:51:09 obache Exp $
+
+SHA1 (Config-Any-Merge-0.08.tar.gz) = 2a49c3cdc0390dfe61162de25b9f2a6336afd1cd
+RMD160 (Config-Any-Merge-0.08.tar.gz) = 9cc19da02224dd3a9f09ec9a262d1283112c4dd9
+Size (Config-Any-Merge-0.08.tar.gz) = 4357 bytes



Home | Main Index | Thread Index | Old Index