aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 14:44:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:07 +0000
commit37489ed777aad03b97eb26d5cd1ec3bd01040ac9 (patch)
tree3d2afd5b43e2a8442275967dadaffc67142f93b5
parent7c8f2172699615d076514e01ff26ab2dc5f13296 (diff)
downloadports-37489ed777aad03b97eb26d5cd1ec3bd01040ac9.tar.gz
ports-37489ed777aad03b97eb26d5cd1ec3bd01040ac9.zip
sysutils/rubygem-chef-cleanroom: Add rubygem-chef-cleanroom 1.0.4
The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code! This is a chef fork of https://github.com/sethvargo/cleanroom. WWW: https://github.com/chef/cleanroom
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-chef-cleanroom/Makefile19
-rw-r--r--sysutils/rubygem-chef-cleanroom/distinfo3
-rw-r--r--sysutils/rubygem-chef-cleanroom/pkg-descr7
4 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 8bc5c659afd2..98754c923198 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1152,6 +1152,7 @@
SUBDIR += rubygem-chef
SUBDIR += rubygem-chef-api
SUBDIR += rubygem-chef-bin
+ SUBDIR += rubygem-chef-cleanroom
SUBDIR += rubygem-chef-config
SUBDIR += rubygem-chef-config15
SUBDIR += rubygem-chef-dk
diff --git a/sysutils/rubygem-chef-cleanroom/Makefile b/sysutils/rubygem-chef-cleanroom/Makefile
new file mode 100644
index 000000000000..b7a9d69adf9f
--- /dev/null
+++ b/sysutils/rubygem-chef-cleanroom/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= chef-cleanroom
+PORTVERSION= 1.0.4
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Safely evaluate Ruby DSLs with cleanroom
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-chef-cleanroom/distinfo b/sysutils/rubygem-chef-cleanroom/distinfo
new file mode 100644
index 000000000000..ef79d8c8aa80
--- /dev/null
+++ b/sysutils/rubygem-chef-cleanroom/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1634391098
+SHA256 (rubygem/chef-cleanroom-1.0.4.gem) = 6eb7b63a7b396322c7db259fb6f1af1123e4814f4a06112a8bede1c8a070085c
+SIZE (rubygem/chef-cleanroom-1.0.4.gem) = 15360
diff --git a/sysutils/rubygem-chef-cleanroom/pkg-descr b/sysutils/rubygem-chef-cleanroom/pkg-descr
new file mode 100644
index 000000000000..94f9144ae2f1
--- /dev/null
+++ b/sysutils/rubygem-chef-cleanroom/pkg-descr
@@ -0,0 +1,7 @@
+The cleanroom pattern is a safer, more convenient, Ruby-like approach for
+limiting the information exposed by a DSL while giving users the ability to
+write awesome code!
+
+This is a chef fork of https://github.com/sethvargo/cleanroom.
+
+WWW: https://github.com/chef/cleanroom