aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-cas3
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 12:17:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 12:17:14 +0000
commitb94a964d75a400a1573e1d027f6aeb3096e1546d (patch)
tree79e65a63a05c06e01516b7d4cefd06a027b5dfdf /security/rubygem-omniauth-cas3
parent3edddd9797d71530dbdc8fec34d12a2504d8a55f (diff)
downloadports-b94a964d75a400a1573e1d027f6aeb3096e1546d.tar.gz
ports-b94a964d75a400a1573e1d027f6aeb3096e1546d.zip
- Add rubygem-omniauth-cas3 1.1.3
This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS strategy that was bundled with OmniAuth 0.3. This strategy haas also been updated for CAS protocol version 3.0 and patched to deal with namespace issues. WWW: https://github.com/tduehr/omniauth-cas3
Notes
Notes: svn path=/head/; revision=404850
Diffstat (limited to 'security/rubygem-omniauth-cas3')
-rw-r--r--security/rubygem-omniauth-cas3/Makefile24
-rw-r--r--security/rubygem-omniauth-cas3/distinfo2
-rw-r--r--security/rubygem-omniauth-cas3/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/security/rubygem-omniauth-cas3/Makefile b/security/rubygem-omniauth-cas3/Makefile
new file mode 100644
index 000000000000..82a95884166a
--- /dev/null
+++ b/security/rubygem-omniauth-cas3/Makefile
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= omniauth-cas3
+PORTVERSION= 1.1.3
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= CAS 3.0 Strategy for OmniAuth
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
+ rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \
+ rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth-cas3/distinfo b/security/rubygem-omniauth-cas3/distinfo
new file mode 100644
index 000000000000..618d120cf70a
--- /dev/null
+++ b/security/rubygem-omniauth-cas3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f
+SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872
diff --git a/security/rubygem-omniauth-cas3/pkg-descr b/security/rubygem-omniauth-cas3/pkg-descr
new file mode 100644
index 000000000000..f6556043a3a7
--- /dev/null
+++ b/security/rubygem-omniauth-cas3/pkg-descr
@@ -0,0 +1,5 @@
+This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS
+strategy that was bundled with OmniAuth 0.3. This strategy haas also been
+updated for CAS protocol version 3.0 and patched to deal with namespace issues.
+
+WWW: https://github.com/tduehr/omniauth-cas3