Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:01:12 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37489ed777aa - main - sysutils/rubygem-chef-cleanroom: Add rubygem-chef-cleanroom 1.0.4
Message-ID:  <202110251601.19PG1Ck8073457@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37489ed777aad03b97eb26d5cd1ec3bd01040ac9

commit 37489ed777aad03b97eb26d5cd1ec3bd01040ac9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 14:44:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:07 +0000

    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
---
 sysutils/Makefile                         |  1 +
 sysutils/rubygem-chef-cleanroom/Makefile  | 19 +++++++++++++++++++
 sysutils/rubygem-chef-cleanroom/distinfo  |  3 +++
 sysutils/rubygem-chef-cleanroom/pkg-descr |  7 +++++++
 4 files changed, 30 insertions(+)

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



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