Add rubygem-chef-utils15 15.14.0 (copied from rubygem-chef-utils)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-24 13:48:48 +00:00
parent 358f5a1bd3
commit 62ba14e6b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559097
4 changed files with 34 additions and 0 deletions

View File

@ -1125,6 +1125,7 @@
SUBDIR += rubygem-chef-dk
SUBDIR += rubygem-chef-telemetry
SUBDIR += rubygem-chef-utils
SUBDIR += rubygem-chef-utils15
SUBDIR += rubygem-chef-vault
SUBDIR += rubygem-chef-zero
SUBDIR += rubygem-chef-zero5

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= chef-utils
PORTVERSION= 15.14.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 15
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
PORTSCOUT= limit:^15\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608730725
SHA256 (rubygem/chef-utils-15.14.0.gem) = 3eac01519d0c82d344ec2324123f0aa443f953e4e8263426ddf51c5fcd1e406b
SIZE (rubygem/chef-utils-15.14.0.gem) = 29696

View File

@ -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