pkgsrc-WIP-changes archive

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

Import p5-Config-YAML-1.42 as wip/p5-Config-YAML.



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Thu Dec 15 22:47:50 2016 +0200
Changeset:	9815c1a59cf1f8d4d319e892b112e655fdbb77b1

Added Files:
	p5-Config-YAML/DESCR
	p5-Config-YAML/Makefile
	p5-Config-YAML/distinfo

Log Message:
Import p5-Config-YAML-1.42 as wip/p5-Config-YAML.

Config::YAML is a somewhat object-oriented wrapper around the YAML
module which makes reading and writing configuration files simple.
Handling multiple config files (e.g. system and per-user configuration,
or a gallery app with per-directory configuration) is a snap.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9815c1a59cf1f8d4d319e892b112e655fdbb77b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Config-YAML/DESCR    |  4 ++++
 p5-Config-YAML/Makefile | 19 +++++++++++++++++++
 p5-Config-YAML/distinfo |  6 ++++++
 3 files changed, 29 insertions(+)

diffs:
diff --git a/p5-Config-YAML/DESCR b/p5-Config-YAML/DESCR
new file mode 100644
index 0000000..67f3ee9
--- /dev/null
+++ b/p5-Config-YAML/DESCR
@@ -0,0 +1,4 @@
+Config::YAML is a somewhat object-oriented wrapper around the YAML
+module which makes reading and writing configuration files simple.
+Handling multiple config files (e.g. system and per-user configuration,
+or a gallery app with per-directory configuration) is a snap.
diff --git a/p5-Config-YAML/Makefile b/p5-Config-YAML/Makefile
new file mode 100644
index 0000000..60aac64
--- /dev/null
+++ b/p5-Config-YAML/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+#
+
+DISTNAME=	Config-YAML-1.42
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+HOMEPAGE=	http://search.cpan.org/dist/Config-YAML/
+COMMENT=	Simple configuration automation
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-YAML>=0.35:../../textproc/p5-YAML
+
+PERL5_PACKLIST=	auto/Config/YAML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Config-YAML/distinfo b/p5-Config-YAML/distinfo
new file mode 100644
index 0000000..4e62efc
--- /dev/null
+++ b/p5-Config-YAML/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Config-YAML-1.42.tar.gz) = 86c430b32275095bce870e08c98b7ddd8660fb15
+RMD160 (Config-YAML-1.42.tar.gz) = b9f1c8bbabcb91829f56febc08ed53cfff9c2ffc
+SHA512 (Config-YAML-1.42.tar.gz) = 101f95ec020b2afeeb77c7b38f08400588482db4f5ebe25c20b360ac1dc904784bf4c79f1ac112b29dade0a2ae7e2bbbdef3eb1924381b7e7c49b8144c32e123
+Size (Config-YAML-1.42.tar.gz) = 5963 bytes


Home | Main Index | Thread Index | Old Index