diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 17:28:41 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 17:28:41 +0000 |
commit | facecb6d3acafa5dbe4af74b36a10b7859e625e0 (patch) | |
tree | ae443b1812b6ba09e235bef7bdc7398e1f34281f | |
parent | 743e73b1836a808e3dcd0ccf1af9a5f1d6955bfc (diff) | |
download | ports-facecb6d3acafa5dbe4af74b36a10b7859e625e0.tar.gz ports-facecb6d3acafa5dbe4af74b36a10b7859e625e0.zip |
security/rubygem-omniauth1: Add rubygem-omniauth1 1.9.1 (copied from rubygem-omniauth)
- Add PORTSCOUT
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-omniauth1/Makefile | 23 | ||||
-rw-r--r-- | security/rubygem-omniauth1/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-omniauth1/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 10de3f733ad4..3fdc3fded2dd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1113,6 +1113,7 @@ SUBDIR += rubygem-omniauth-oauth2-generic SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth + SUBDIR += rubygem-omniauth1 SUBDIR += rubygem-openssl SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openssl-cmac diff --git a/security/rubygem-omniauth1/Makefile b/security/rubygem-omniauth1/Makefile new file mode 100644 index 000000000000..fdd4feef57c0 --- /dev/null +++ b/security/rubygem-omniauth1/Makefile @@ -0,0 +1,23 @@ +PORTNAME= omniauth +PORTVERSION= 1.9.1 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generalized Rack framework for multiple-provider authentication + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ + rubygem-rack>=1.6.2,3<3,3:www/rubygem-rack + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^1\. + +.include <bsd.port.mk> diff --git a/security/rubygem-omniauth1/distinfo b/security/rubygem-omniauth1/distinfo new file mode 100644 index 000000000000..0c93a117665d --- /dev/null +++ b/security/rubygem-omniauth1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1583257534 +SHA256 (rubygem/omniauth-1.9.1.gem) = df5787e7ad6ab80e350af45be864b082f7435aa85148dd80837556c55f8a5b00 +SIZE (rubygem/omniauth-1.9.1.gem) = 20992 diff --git a/security/rubygem-omniauth1/pkg-descr b/security/rubygem-omniauth1/pkg-descr new file mode 100644 index 000000000000..e4b5ea0b1459 --- /dev/null +++ b/security/rubygem-omniauth1/pkg-descr @@ -0,0 +1,3 @@ +A generalized Rack framework for multiple-provider authentication. + +WWW: https://github.com/omniauth/omniauth |