From nobody Mon Oct 25 16:01:12 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 76250181958E; Mon, 25 Oct 2021 16:01:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdKST6dqPz3LCS; Mon, 25 Oct 2021 16:01:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C4653A72; Mon, 25 Oct 2021 16:01:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PG1ChE073458; Mon, 25 Oct 2021 16:01:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG1Ck8073457; Mon, 25 Oct 2021 16:01:12 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:01:12 GMT Message-Id: <202110251601.19PG1Ck8073457@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 37489ed777aa - main - sysutils/rubygem-chef-cleanroom: Add rubygem-chef-cleanroom 1.0.4 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 37489ed777aad03b97eb26d5cd1ec3bd01040ac9 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=37489ed777aad03b97eb26d5cd1ec3bd01040ac9 commit 37489ed777aad03b97eb26d5cd1ec3bd01040ac9 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 14:44:06 +0000 Commit: Po-Chuan Hsieh 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 + +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 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