Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:48:14 +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: r543736 - in head/sysutils: . rubygem-chef-utils
Message-ID:  <202007300948.06U9mEn8073039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:48:13 2020
New Revision: 543736
URL: https://svnweb.freebsd.org/changeset/ports/543736

Log:
  Add rubygem-chef-utils 16.2.73
  
  Chef Utils gem contains common code and mixins for the core Chef Infra Ruby
  gems. This is intended to be a "core" or "foundations" library for the chef
  ecosystem (and external related gems) which allows the use of core code and
  utility functions of the chef gem without requiring all the heaviness of the
  chef gem.
  
  WWW: https://github.com/chef/chef/tree/master/chef-utils

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Jul 30 09:48:04 2020	(r543735)
+++ head/sysutils/Makefile	Thu Jul 30 09:48:13 2020	(r543736)
@@ -1094,6 +1094,7 @@
     SUBDIR += rubygem-chef-config
     SUBDIR += rubygem-chef-config12
     SUBDIR += rubygem-chef-dk
+    SUBDIR += rubygem-chef-utils
     SUBDIR += rubygem-chef-zero
     SUBDIR += rubygem-chef-zero5
     SUBDIR += rubygem-chef12

Added: head/sysutils/rubygem-chef-utils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-chef-utils/Makefile	Thu Jul 30 09:48:13 2020	(r543736)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	chef-utils
+PORTVERSION=	16.2.73
+CATEGORIES=	sysutils rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Basic utility functions for Core Chef development
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/rubygem-chef-utils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-chef-utils/distinfo	Thu Jul 30 09:48:13 2020	(r543736)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865783
+SHA256 (rubygem/chef-utils-16.2.73.gem) = bf9ffdb7d2a3099362f0e77eda9708a0004c5f4277d6bf1136833d2b99cf2fe2
+SIZE (rubygem/chef-utils-16.2.73.gem) = 30208

Added: head/sysutils/rubygem-chef-utils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-chef-utils/pkg-descr	Thu Jul 30 09:48:13 2020	(r543736)
@@ -0,0 +1,7 @@
+Chef Utils gem contains common code and mixins for the core Chef Infra Ruby
+gems. This is intended to be a "core" or "foundations" library for the chef
+ecosystem (and external related gems) which allows the use of core code and
+utility functions of the chef gem without requiring all the heaviness of the
+chef gem.
+
+WWW: https://github.com/chef/chef/tree/master/chef-utils



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