svn commit: r563610 - in head/devel: . p5-Config-Model-Backend-Yaml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:20:18 UTC 2021


Author: sunpoet
Date: Mon Feb  1 19:20:17 2021
New Revision: 563610
URL: https://svnweb.freebsd.org/changeset/ports/563610

Log:
  Add p5-Config-Model-Backend-Yaml 2.134
  
  Config::Model::Backend::Yaml is used directly by Config::Model to read or write
  the content of a configuration tree written with YAML syntax in Config::Model
  configuration tree.
  
  WWW: https://metacpan.org/release/Config-Model-Backend-Yaml

Added:
  head/devel/p5-Config-Model-Backend-Yaml/
  head/devel/p5-Config-Model-Backend-Yaml/Makefile   (contents, props changed)
  head/devel/p5-Config-Model-Backend-Yaml/distinfo   (contents, props changed)
  head/devel/p5-Config-Model-Backend-Yaml/pkg-descr   (contents, props changed)
  head/devel/p5-Config-Model-Backend-Yaml/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Feb  1 19:19:37 2021	(r563609)
+++ head/devel/Makefile	Mon Feb  1 19:20:17 2021	(r563610)
@@ -1964,6 +1964,7 @@
     SUBDIR += p5-Config-MVP-Reader-INI
     SUBDIR += p5-Config-Merge
     SUBDIR += p5-Config-Model
+    SUBDIR += p5-Config-Model-Backend-Yaml
     SUBDIR += p5-Config-Model-Tester
     SUBDIR += p5-Config-MySQL
     SUBDIR += p5-Config-Objective

Added: head/devel/p5-Config-Model-Backend-Yaml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Config-Model-Backend-Yaml/Makefile	Mon Feb  1 19:20:17 2021	(r563610)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Config-Model-Backend-Yaml
+PORTVERSION=	2.134
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Read and write config as a YAML data structure
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Config-Model>=2.131:devel/p5-Config-Model \
+		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
+		p5-YAML-LibYAML>=0.69:textproc/p5-YAML-LibYAML
+TEST_DEPENDS=	p5-Config-Model-Tester>=4.001:devel/p5-Config-Model-Tester \
+		p5-Path-Tiny>=0:devel/p5-Path-Tiny \
+		p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle
+
+USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Config-Model-Backend-Yaml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Config-Model-Backend-Yaml/distinfo	Mon Feb  1 19:20:17 2021	(r563610)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612101536
+SHA256 (Config-Model-Backend-Yaml-2.134.tar.gz) = 1cf8a724bfc69ade0391eef933883a814782ea674557263c85adb7c16182d082
+SIZE (Config-Model-Backend-Yaml-2.134.tar.gz) = 19062

Added: head/devel/p5-Config-Model-Backend-Yaml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Config-Model-Backend-Yaml/pkg-descr	Mon Feb  1 19:20:17 2021	(r563610)
@@ -0,0 +1,5 @@
+Config::Model::Backend::Yaml is used directly by Config::Model to read or write
+the content of a configuration tree written with YAML syntax in Config::Model
+configuration tree.
+
+WWW: https://metacpan.org/release/Config-Model-Backend-Yaml

Added: head/devel/p5-Config-Model-Backend-Yaml/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Config-Model-Backend-Yaml/pkg-plist	Mon Feb  1 19:20:17 2021	(r563610)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Config/Model/Backend/Yaml.pm
+%%PERL5_MAN3%%/Config::Model::Backend::Yaml.3.gz


More information about the svn-ports-all mailing list