- Add rubygem-oauth2 0.5.1
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in progress, being built first to solve the pragmatic process of connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time. WWW: https://github.com/intridea/oauth2 WWW: https://rubygems.org/gems/oauth2
This commit is contained in:
parent
350d53b4ed
commit
d29b20b236
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284600
4 changed files with 33 additions and 0 deletions
|
@ -963,6 +963,7 @@
|
|||
SUBDIR += rubygem-net-ldap
|
||||
SUBDIR += rubygem-net-netrc
|
||||
SUBDIR += rubygem-oauth
|
||||
SUBDIR += rubygem-oauth2
|
||||
SUBDIR += rubygem-open-uri-cached
|
||||
SUBDIR += rubygem-openid
|
||||
SUBDIR += rubygem-rightaws
|
||||
|
|
23
net/rubygem-oauth2/Makefile
Normal file
23
net/rubygem-oauth2/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: rubygem-oauth2
|
||||
# Date created: 2011-10-18
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= oauth2
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= A Ruby wrapper for the OAuth 2.0 protocol
|
||||
|
||||
RUN_DEPENDS= rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday \
|
||||
rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-oauth2/distinfo
Normal file
2
net/rubygem-oauth2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/oauth2-0.5.1.gem) = b823e97ff0f49b6b1fe90d7068b14a1edb2802761f2c04f960ada2401518fe14
|
||||
SIZE (rubygem/oauth2-0.5.1.gem) = 15872
|
7
net/rubygem-oauth2/pkg-descr
Normal file
7
net/rubygem-oauth2/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in
|
||||
progress, being built first to solve the pragmatic process of connecting to
|
||||
existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up
|
||||
to meet the entire specification over time.
|
||||
|
||||
WWW: https://github.com/intridea/oauth2
|
||||
WWW: https://rubygems.org/gems/oauth2
|
Loading…
Reference in a new issue