aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-03 18:35:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-03 18:36:34 +0000
commit524a93cb9208b667905efa39aae644e194b7072c (patch)
tree6d17b6ffcd45e084cd7d0c78c051f35f41c6f620
parent641a83de0d61dd21d499bebc71804eb64ce99ae4 (diff)
downloadports-524a93cb9208b667905efa39aae644e194b7072c.tar.gz
ports-524a93cb9208b667905efa39aae644e194b7072c.zip
security/rubygem-omniauth-saml1: New port
A generic SAML strategy for OmniAuth Sponsored by: Nepustil
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-omniauth-saml1/Makefile22
-rw-r--r--security/rubygem-omniauth-saml1/distinfo3
-rw-r--r--security/rubygem-omniauth-saml1/pkg-descr1
4 files changed, 27 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 4f6f4c4ea513..f52c1195a82f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1104,6 +1104,7 @@
SUBDIR += rubygem-omniauth-oauth2-generic
SUBDIR += rubygem-omniauth-rails_csrf_protection
SUBDIR += rubygem-omniauth-saml
+ SUBDIR += rubygem-omniauth-saml1
SUBDIR += rubygem-omniauth-shibboleth
SUBDIR += rubygem-omniauth1
SUBDIR += rubygem-openssl
diff --git a/security/rubygem-omniauth-saml1/Makefile b/security/rubygem-omniauth-saml1/Makefile
new file mode 100644
index 000000000000..cc04b2fe7360
--- /dev/null
+++ b/security/rubygem-omniauth-saml1/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= omniauth-saml
+PORTVERSION= 1.10.3
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= OmniAuth strategy for SAML
+WWW= https://github.com/omniauth/omniauth-saml
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-omniauth1>=1.3.2:security/rubygem-omniauth1 \
+ rubygem-ruby-saml>=1.9<2:security/rubygem-ruby-saml
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth-saml1/distinfo b/security/rubygem-omniauth-saml1/distinfo
new file mode 100644
index 000000000000..8c870cb35bc8
--- /dev/null
+++ b/security/rubygem-omniauth-saml1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1670091868
+SHA256 (rubygem/omniauth-saml-1.10.3.gem) = a4a568892d573b033353b95416cf69759839a5a64358d7109dd2eab92809b43f
+SIZE (rubygem/omniauth-saml-1.10.3.gem) = 16896
diff --git a/security/rubygem-omniauth-saml1/pkg-descr b/security/rubygem-omniauth-saml1/pkg-descr
new file mode 100644
index 000000000000..3e96d5b4bb53
--- /dev/null
+++ b/security/rubygem-omniauth-saml1/pkg-descr
@@ -0,0 +1 @@
+A generic SAML strategy for OmniAuth