From owner-dev-commits-ports-main@freebsd.org Sat May 29 16:25:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2AF39643B42; Sat, 29 May 2021 16:25:10 +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 4Fsn2t0jzhz3p7b; Sat, 29 May 2021 16:25:10 +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 00C1D5548; Sat, 29 May 2021 16:25:10 +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 14TGP9UK076187; Sat, 29 May 2021 16:25:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14TGP99w076186; Sat, 29 May 2021 16:25:09 GMT (envelope-from git) Date: Sat, 29 May 2021 16:25:09 GMT Message-Id: <202105291625.14TGP99w076186@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 5154c2bd5207 - main - na/na: New ports required for gitlab-ce 13.12. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5154c2bd5207fdc3ea59c58484421196c949aca4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2021 16:25:10 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=5154c2bd5207fdc3ea59c58484421196c949aca4 commit 5154c2bd5207fdc3ea59c58484421196c949aca4 Author: Matthias Fechner AuthorDate: 2021-05-29 11:42:06 +0000 Commit: Matthias Fechner CommitDate: 2021-05-29 16:23:55 +0000 na/na: New ports required for gitlab-ce 13.12. --- net/Makefile | 2 ++ .../Makefile | 23 ++++++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 3 +++ net/rubygem-spamcheck/Makefile | 18 +++++++++++++++++ net/rubygem-spamcheck/distinfo | 3 +++ net/rubygem-spamcheck/pkg-descr | 3 +++ security/Makefile | 1 + security/rubygem-declarative_policy/Makefile | 19 ++++++++++++++++++ security/rubygem-declarative_policy/distinfo | 3 +++ security/rubygem-declarative_policy/pkg-descr | 5 +++++ 11 files changed, 83 insertions(+) diff --git a/net/Makefile b/net/Makefile index 2c6818e29a7c..d2962af2565d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1254,6 +1254,7 @@ SUBDIR += rubygem-gitaly-proto SUBDIR += rubygem-gitlab-fog-azure-rm SUBDIR += rubygem-gitlab-fog-google + SUBDIR += rubygem-gitlab-omniauth-openid-connect SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-google-cloud-bigquery SUBDIR += rubygem-google-cloud-bigtable @@ -1344,6 +1345,7 @@ SUBDIR += rubygem-rye SUBDIR += rubygem-serverengine SUBDIR += rubygem-simple_oauth + SUBDIR += rubygem-spamcheck SUBDIR += rubygem-stackdriver-core SUBDIR += rubygem-stompserver SUBDIR += rubygem-t diff --git a/net/rubygem-gitlab-omniauth-openid-connect/Makefile b/net/rubygem-gitlab-omniauth-openid-connect/Makefile new file mode 100644 index 000000000000..90bc712c993e --- /dev/null +++ b/net/rubygem-gitlab-omniauth-openid-connect/Makefile @@ -0,0 +1,23 @@ +# Created by: Matthias Fechner + +PORTNAME= gitlab-omniauth-openid-connect +PORTVERSION= 0.4.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= OpenID Connect Strategy for OmniAuth + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-addressable>=2.7<3.0:www/rubygem-addressable \ + rubygem-omniauth>=1.9<2.0:security/rubygem-omniauth \ + rubygem-openid_connect>=1.2<2.0:net/rubygem-openid_connect + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/net/rubygem-gitlab-omniauth-openid-connect/distinfo b/net/rubygem-gitlab-omniauth-openid-connect/distinfo new file mode 100644 index 000000000000..31c95a17a9d6 --- /dev/null +++ b/net/rubygem-gitlab-omniauth-openid-connect/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621457273 +SHA256 (rubygem/gitlab-omniauth-openid-connect-0.4.0.gem) = b125385cb632af64f6f769987c1beb331002f32b1ccc6b7b2a51d02aae6f6b9b +SIZE (rubygem/gitlab-omniauth-openid-connect-0.4.0.gem) = 22016 diff --git a/net/rubygem-gitlab-omniauth-openid-connect/pkg-descr b/net/rubygem-gitlab-omniauth-openid-connect/pkg-descr new file mode 100644 index 000000000000..c71b5a46fd73 --- /dev/null +++ b/net/rubygem-gitlab-omniauth-openid-connect/pkg-descr @@ -0,0 +1,3 @@ +OpenID Connect Strategy for OmniAuth. + +WWW: https://gitlab.com/gitlab-org/gitlab-omniauth-openid-connect diff --git a/net/rubygem-spamcheck/Makefile b/net/rubygem-spamcheck/Makefile new file mode 100644 index 000000000000..d26b8c89d487 --- /dev/null +++ b/net/rubygem-spamcheck/Makefile @@ -0,0 +1,18 @@ +PORTNAME= spamcheck +PORTVERSION= 0.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Auto-generated gRPC client for SpamCheck + +LICENSE= MIT + +RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/net/rubygem-spamcheck/distinfo b/net/rubygem-spamcheck/distinfo new file mode 100644 index 000000000000..bc86134961a8 --- /dev/null +++ b/net/rubygem-spamcheck/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621461680 +SHA256 (rubygem/spamcheck-0.1.0.gem) = 79a4a3714a7a850e6146611466c7638f9542f2889642ec83c02f05e44f3e6058 +SIZE (rubygem/spamcheck-0.1.0.gem) = 5632 diff --git a/net/rubygem-spamcheck/pkg-descr b/net/rubygem-spamcheck/pkg-descr new file mode 100644 index 000000000000..ed29fca696e1 --- /dev/null +++ b/net/rubygem-spamcheck/pkg-descr @@ -0,0 +1,3 @@ +Auto-generated gRPC client for SpamCheck. + +WWW: https://rubygems.org/gems/spamcheck diff --git a/security/Makefile b/security/Makefile index 1c9313c89a51..3fc813d3e9f6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1051,6 +1051,7 @@ SUBDIR += rubygem-bcrypt_pbkdf SUBDIR += rubygem-bcrypt_pbkdf10 SUBDIR += rubygem-cose + SUBDIR += rubygem-declarative_policy SUBDIR += rubygem-devise-two-factor SUBDIR += rubygem-devise-two-factor-rails5 SUBDIR += rubygem-devise-two-factor-rails60 diff --git a/security/rubygem-declarative_policy/Makefile b/security/rubygem-declarative_policy/Makefile new file mode 100644 index 000000000000..8d26deafca5c --- /dev/null +++ b/security/rubygem-declarative_policy/Makefile @@ -0,0 +1,19 @@ +# Created by: Matthias Fechner + +PORTNAME= declarative_policy +PORTVERSION= 1.0.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Authorization framework with a declarative DSL + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/security/rubygem-declarative_policy/distinfo b/security/rubygem-declarative_policy/distinfo new file mode 100644 index 000000000000..4da0547a71dd --- /dev/null +++ b/security/rubygem-declarative_policy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621456936 +SHA256 (rubygem/declarative_policy-1.0.0.gem) = 06f60321c3fabc803a77ce6f63fca111ff26ea8d61ad78fc23064b9025a05c4c +SIZE (rubygem/declarative_policy-1.0.0.gem) = 27136 diff --git a/security/rubygem-declarative_policy/pkg-descr b/security/rubygem-declarative_policy/pkg-descr new file mode 100644 index 000000000000..76b0f322df5d --- /dev/null +++ b/security/rubygem-declarative_policy/pkg-descr @@ -0,0 +1,5 @@ +This library provides an authorization framework with a declarative +DSL With this library, you can write permission policies that are +separate from business logic. This library is in production use at GitLab.com + +WWW: https://gitlab.com/gitlab-org/declarative-policy