git: 89858f66a9e4 - main - security/rubygem-doorkeeper-rails61: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 06:44:46 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=89858f66a9e47f16731e2a9f0afd62119ab74dcc commit 89858f66a9e47f16731e2a9f0afd62119ab74dcc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-11-19 06:43:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-11-19 06:43:40 +0000 security/rubygem-doorkeeper-rails61: New port Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2 provider functionality to a Rails or Grape application. Sponsored by: Nepustil --- security/Makefile | 1 + security/rubygem-doorkeeper-rails61/Makefile | 23 +++++++++++++++++++++++ security/rubygem-doorkeeper-rails61/distinfo | 3 +++ security/rubygem-doorkeeper-rails61/pkg-descr | 2 ++ 4 files changed, 29 insertions(+) diff --git a/security/Makefile b/security/Makefile index f4d0bcf56ebd..332663fd48ba 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1052,6 +1052,7 @@ SUBDIR += rubygem-doorkeeper-openid_connect SUBDIR += rubygem-doorkeeper-rails5 SUBDIR += rubygem-doorkeeper-rails50 + SUBDIR += rubygem-doorkeeper-rails61 SUBDIR += rubygem-ed25519 SUBDIR += rubygem-ed2551912 SUBDIR += rubygem-encryptor diff --git a/security/rubygem-doorkeeper-rails61/Makefile b/security/rubygem-doorkeeper-rails61/Makefile new file mode 100644 index 000000000000..729dc0b4af05 --- /dev/null +++ b/security/rubygem-doorkeeper-rails61/Makefile @@ -0,0 +1,23 @@ +PORTNAME= doorkeeper +PORTVERSION= 5.6.0 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails61 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= OAuth2 provider for Rails and Grape +WWW= https://github.com/doorkeeper-gem/doorkeeper + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-railties61>=5:www/rubygem-railties61 + +USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes + +CPE_VENDOR= doorkeeper_project + +.include <bsd.port.mk> diff --git a/security/rubygem-doorkeeper-rails61/distinfo b/security/rubygem-doorkeeper-rails61/distinfo new file mode 100644 index 000000000000..5ffc4d48f0f9 --- /dev/null +++ b/security/rubygem-doorkeeper-rails61/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1662820140 +SHA256 (rubygem/doorkeeper-5.6.0.gem) = 7cfaf1891c236df1e26e450e221ad2304da8e2b1015a8c3e807d37b73b86cefe +SIZE (rubygem/doorkeeper-5.6.0.gem) = 103936 diff --git a/security/rubygem-doorkeeper-rails61/pkg-descr b/security/rubygem-doorkeeper-rails61/pkg-descr new file mode 100644 index 000000000000..ed39cf3f3049 --- /dev/null +++ b/security/rubygem-doorkeeper-rails61/pkg-descr @@ -0,0 +1,2 @@ +Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2 +provider functionality to a Rails or Grape application.