svn commit: r387504 - in head/security: . rubygem-rack-oauth2

Michael Moll mmoll at FreeBSD.org
Tue May 26 18:11:34 UTC 2015


Author: mmoll
Date: Tue May 26 18:11:32 2015
New Revision: 387504
URL: https://svnweb.freebsd.org/changeset/ports/387504

Log:
  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 at toco-domains.de>
  Approved by:	mat (mentor)

Added:
  head/security/rubygem-rack-oauth2/
  head/security/rubygem-rack-oauth2/Makefile   (contents, props changed)
  head/security/rubygem-rack-oauth2/distinfo   (contents, props changed)
  head/security/rubygem-rack-oauth2/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue May 26 18:07:52 2015	(r387503)
+++ head/security/Makefile	Tue May 26 18:11:32 2015	(r387504)
@@ -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

Added: head/security/rubygem-rack-oauth2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rack-oauth2/Makefile	Tue May 26 18:11:32 2015	(r387504)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	rack-oauth2
+PORTVERSION=	1.1.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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>

Added: head/security/rubygem-rack-oauth2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rack-oauth2/distinfo	Tue May 26 18:11:32 2015	(r387504)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rack-oauth2-1.1.1.gem) = 4bd6bfdb9b8044792dbff5313a343fe86ed5523d4f685c5431e55e71fefabec9
+SIZE (rubygem/rack-oauth2-1.1.1.gem) = 30208

Added: head/security/rubygem-rack-oauth2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rack-oauth2/pkg-descr	Tue May 26 18:11:32 2015	(r387504)
@@ -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


More information about the svn-ports-head mailing list