aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2022-04-21 07:58:53 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2022-04-22 08:43:48 +0000
commita340de356204a40043f8845330d4ff7acbd59bff (patch)
tree16521840a6e70a1d12ed2a376b755a55f8c08caf
parent00c3153fd1d96c628528b278af2421166eb7b139 (diff)
downloadports-a340de356204a40043f8845330d4ff7acbd59bff.tar.gz
ports-a340de356204a40043f8845330d4ff7acbd59bff.zip
security/rubygem-omniauth-alicloud: added as new port
Required for gitlab-ce 14.10. MFH: 2022Q2
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-omniauth-alicloud/Makefile21
-rw-r--r--security/rubygem-omniauth-alicloud/distinfo3
-rw-r--r--security/rubygem-omniauth-alicloud/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index bfd4a85b4537..ffeec2f7b33a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1070,6 +1070,7 @@
SUBDIR += rubygem-nexpose
SUBDIR += rubygem-nmap-parser
SUBDIR += rubygem-omniauth
+ SUBDIR += rubygem-omniauth-alicloud
SUBDIR += rubygem-omniauth-atlassian-oauth2
SUBDIR += rubygem-omniauth-bitbucket
SUBDIR += rubygem-omniauth-cas
diff --git a/security/rubygem-omniauth-alicloud/Makefile b/security/rubygem-omniauth-alicloud/Makefile
new file mode 100644
index 000000000000..8e7f8f2757cf
--- /dev/null
+++ b/security/rubygem-omniauth-alicloud/Makefile
@@ -0,0 +1,21 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+
+PORTNAME= omniauth-alicloud
+PORTVERSION= 1.0.1
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Wrapper the AliCloud Oauth2 API
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7.1<1.8:net/rubygem-omniauth-oauth2
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth-alicloud/distinfo b/security/rubygem-omniauth-alicloud/distinfo
new file mode 100644
index 000000000000..ee2596fdea10
--- /dev/null
+++ b/security/rubygem-omniauth-alicloud/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1650459123
+SHA256 (rubygem/omniauth-alicloud-1.0.1.gem) = 2f81ec0b8f98d2ab5e5d64555c75ace46582cf27c4ef4207aa59f15331dd697a
+SIZE (rubygem/omniauth-alicloud-1.0.1.gem) = 7168
diff --git a/security/rubygem-omniauth-alicloud/pkg-descr b/security/rubygem-omniauth-alicloud/pkg-descr
new file mode 100644
index 000000000000..bff0e47373bc
--- /dev/null
+++ b/security/rubygem-omniauth-alicloud/pkg-descr
@@ -0,0 +1,3 @@
+Wrapper the AliCloud Oauth2 API
+
+WWW: https://gitlab.com/gitlab-jh/jh-team/omniauth-alicloud