Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2017 15:50:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446978 - in head/sysutils: . rubygem-chef-config
Message-ID:  <201707311550.v6VFoUF4006894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 31 15:50:30 2017
New Revision: 446978
URL: https://svnweb.freebsd.org/changeset/ports/446978

Log:
  Add rubygem-chef-config 13.2.20
  
  ChefConfig is the default configuration and config loading library for Chef.
  
  WWW: https://github.com/chef/chef/tree/master/chef-config

Added:
  head/sysutils/rubygem-chef-config/
  head/sysutils/rubygem-chef-config/Makefile   (contents, props changed)
  head/sysutils/rubygem-chef-config/distinfo   (contents, props changed)
  head/sysutils/rubygem-chef-config/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Jul 31 15:50:24 2017	(r446977)
+++ head/sysutils/Makefile	Mon Jul 31 15:50:30 2017	(r446978)
@@ -974,6 +974,7 @@
     SUBDIR += rubygem-capistrano-harrow
     SUBDIR += rubygem-chef
     SUBDIR += rubygem-chef-api
+    SUBDIR += rubygem-chef-config
     SUBDIR += rubygem-chef-zero
     SUBDIR += rubygem-facter
     SUBDIR += rubygem-fluent-mixin-plaintextformatter

Added: head/sysutils/rubygem-chef-config/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-chef-config/Makefile	Mon Jul 31 15:50:30 2017	(r446978)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	chef-config
+PORTVERSION=	13.2.20
+CATEGORIES=	sysutils rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Default configuration and config loading library for Chef
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-addressable>=0:www/rubygem-addressable \
+		rubygem-fuzzyurl>=0:www/rubygem-fuzzyurl \
+		rubygem-mixlib-config>=2.0:devel/rubygem-mixlib-config \
+		rubygem-mixlib-shellout>=2.0:devel/rubygem-mixlib-shellout
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/sysutils/rubygem-chef-config/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-chef-config/distinfo	Mon Jul 31 15:50:30 2017	(r446978)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500155921
+SHA256 (rubygem/chef-config-13.2.20.gem) = b03b50f8b116752da6366c3f4582e3e9de56c3bfd7840d0196994b7c140f09f5
+SIZE (rubygem/chef-config-13.2.20.gem) = 46080

Added: head/sysutils/rubygem-chef-config/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-chef-config/pkg-descr	Mon Jul 31 15:50:30 2017	(r446978)
@@ -0,0 +1,3 @@
+ChefConfig is the default configuration and config loading library for Chef.
+
+WWW: https://github.com/chef/chef/tree/master/chef-config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707311550.v6VFoUF4006894>