new port: security/rubygem-omniauth-shibboleth

Ruby gem that implements an OmniAuth strategy for authenticating
through Shibboleth (SAML) for usage in rubygem-onmiauth.

WWW: https://github.com/toyokazu/omniauth-shibboleth

PR:		199753
Differential Revision:	https://reviews.freebsd.org/D2507
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	swills (mentor)
This commit is contained in:
Michael Moll 2015-05-10 23:31:29 +00:00
parent d2bc645c6f
commit dc0775573f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386034
4 changed files with 26 additions and 0 deletions

View file

@ -921,6 +921,7 @@
SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-omniauth-bitbucket
SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-gitlab
SUBDIR += rubygem-omniauth-multipassword SUBDIR += rubygem-omniauth-multipassword
SUBDIR += rubygem-omniauth-shibboleth
SUBDIR += rubygem-origami SUBDIR += rubygem-origami
SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-pyu-ruby-sasl
SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-razorback-scriptNugget

View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= omniauth-shibboleth
PORTVERSION= 1.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth Shibboleth strategies for OmniAuth 1.x
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/omniauth-shibboleth-1.2.0.gem) = c638ec1b58888aa9f7e246ba8cfff019aa07acfb7e97ab1f3a1dbd7d43e6698c
SIZE (rubygem/omniauth-shibboleth-1.2.0.gem) = 10752

View file

@ -0,0 +1,4 @@
Ruby gem that implements an OmniAuth strategy for authenticating
through Shibboleth (SAML) for usage in rubygem-onmiauth.
WWW: https://github.com/toyokazu/omniauth-shibboleth