1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2021-10-25 22:44:06 +08:00
parent 7c8f217269
commit 37489ed777
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1634391098
SHA256 (rubygem/chef-cleanroom-1.0.4.gem) = 6eb7b63a7b396322c7db259fb6f1af1123e4814f4a06112a8bede1c8a070085c
SIZE (rubygem/chef-cleanroom-1.0.4.gem) = 15360

View File

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