aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-03-09 17:51:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-03-09 18:18:12 +0000
commit2c9191a80c0281a4d54c0a5f43a90a4b0d9f8525 (patch)
tree520772f61634374b899fc0a278f46932520c2eab
parentafc30d070c58e0f3c45a99ec5f8915551f5297c0 (diff)
sysutils/rubygem-chef-utils18: Add rubygem-chef-utils18 18.9.4 (copied from rubygem-chef-utils)
- Add PORTSCOUT
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-chef-utils18/Makefile22
-rw-r--r--sysutils/rubygem-chef-utils18/distinfo3
-rw-r--r--sysutils/rubygem-chef-utils18/pkg-descr5
4 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index bb16035827d6..3df7c6b545ca 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1197,6 +1197,7 @@
SUBDIR += rubygem-chef-licensing
SUBDIR += rubygem-chef-telemetry
SUBDIR += rubygem-chef-utils
+ SUBDIR += rubygem-chef-utils18
SUBDIR += rubygem-chef-vault
SUBDIR += rubygem-chef-winrm
SUBDIR += rubygem-chef-winrm-elevated
diff --git a/sysutils/rubygem-chef-utils18/Makefile b/sysutils/rubygem-chef-utils18/Makefile
new file mode 100644
index 000000000000..561a4fe42cc1
--- /dev/null
+++ b/sysutils/rubygem-chef-utils18/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= chef-utils
+PORTVERSION= 18.9.4
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 18
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Basic utility functions for Core Chef Infra development
+WWW= https://github.com/chef/chef/tree/main/chef-utils
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^18\.
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-chef-utils18/distinfo b/sysutils/rubygem-chef-utils18/distinfo
new file mode 100644
index 000000000000..7514aef25377
--- /dev/null
+++ b/sysutils/rubygem-chef-utils18/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768626727
+SHA256 (rubygem/chef-utils-18.9.4.gem) = 3799f678bbd18dda8d03d1eab741874994dd18adf941ac4e5d8cd70ce38a28dd
+SIZE (rubygem/chef-utils-18.9.4.gem) = 34816
diff --git a/sysutils/rubygem-chef-utils18/pkg-descr b/sysutils/rubygem-chef-utils18/pkg-descr
new file mode 100644
index 000000000000..522ad3bba9d4
--- /dev/null
+++ b/sysutils/rubygem-chef-utils18/pkg-descr
@@ -0,0 +1,5 @@
+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.