- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-30 12:17:14 +00:00
parent 3edddd9797
commit b94a964d75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404850
4 changed files with 32 additions and 0 deletions

View File

@ -957,6 +957,7 @@
SUBDIR += rubygem-nmap-parser
SUBDIR += rubygem-omniauth
SUBDIR += rubygem-omniauth-bitbucket
SUBDIR += rubygem-omniauth-cas3
SUBDIR += rubygem-omniauth-gitlab
SUBDIR += rubygem-omniauth-multipassword
SUBDIR += rubygem-omniauth-saml

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f
SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872

View File

@ -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