new port: security/rubygem-omniauth-multipassword

Ruby gem that implements an OmniAuth strategy that allows to
authenticate against different password strategies at once.

WWW: https://github.com/jgraichen/omniauth-multipassword

PR:		199755
Differential Revision:	https://reviews.freebsd.org/D2504
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
This commit is contained in:
Michael Moll 2015-05-10 12:57:00 +00:00
parent 269fdc35fb
commit a129dfd0e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385953
4 changed files with 27 additions and 0 deletions

View file

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

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= omniauth-multipassword
PORTVERSION= 0.4.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy using different passwort strategies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
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-multipassword-0.4.1.gem) = 35acded3b0f67ae4f9b699c4e415a728bd5f81e38365a651493506aa8c9ee93d
SIZE (rubygem/omniauth-multipassword-0.4.1.gem) = 7168

View file

@ -0,0 +1,4 @@
Ruby gem that implements an OmniAuth strategy that allows to
authenticate against different password strategies at once.
WWW: https://github.com/jgraichen/omniauth-multipassword