1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

new port: security/rubygem-rack-oauth2

OAuth 2.0 Server & Client Library.

WWW: https://github.com/nov/rack-oauth2

PR:		199922
Differential Revision:	https://reviews.freebsd.org/D2638
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
This commit is contained in:
Michael Moll 2015-05-26 18:11:32 +00:00
parent 613fce7669
commit 68bf3ab2bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387504
4 changed files with 31 additions and 0 deletions

View File

@ -928,6 +928,7 @@
SUBDIR += rubygem-omniauth-shibboleth
SUBDIR += rubygem-origami
SUBDIR += rubygem-pyu-ruby-sasl
SUBDIR += rubygem-rack-oauth2
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-recog
SUBDIR += rubygem-roauth

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= rack-oauth2
PORTVERSION= 1.1.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OAuth 2.0 Server & Client Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport>=2.3:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-attr_required>=0.0.5:${PORTSDIR}/devel/rubygem-attr_required \
rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \
rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rack-oauth2-1.1.1.gem) = 4bd6bfdb9b8044792dbff5313a343fe86ed5523d4f685c5431e55e71fefabec9
SIZE (rubygem/rack-oauth2-1.1.1.gem) = 30208

View File

@ -0,0 +1,4 @@
OAuth 2.0 Server & Client Library.
Both Bearer and MAC token type are supported.
WWW: https://github.com/nov/rack-oauth2