svn commit: r385894 - in head/security: . rubygem-doorkeeper
Michael Moll
mmoll at FreeBSD.org
Sat May 9 15:04:48 UTC 2015
Author: mmoll
Date: Sat May 9 15:04:46 2015
New Revision: 385894
URL: https://svnweb.freebsd.org/changeset/ports/385894
Log:
new port: security/rubygem-doorkeeper
Doorkeeper is an OAuth 2 provider for Rails and Grape applications
WWW: https://github.com/doorkeeper-gem/doorkeeper
PR: 199817
Differential Revision: https://reviews.freebsd.org/D2494
Submitted by: Torsten Zuehlsdorff <ports at toco-domains.de>
Approved by: mat (mentor)
Added:
head/security/rubygem-doorkeeper/
head/security/rubygem-doorkeeper/Makefile (contents, props changed)
head/security/rubygem-doorkeeper/distinfo (contents, props changed)
head/security/rubygem-doorkeeper/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sat May 9 15:01:48 2015 (r385893)
+++ head/security/Makefile Sat May 9 15:04:46 2015 (r385894)
@@ -898,6 +898,7 @@
SUBDIR += ruby-tcpwrap
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
+ SUBDIR += rubygem-doorkeeper
SUBDIR += rubygem-ezcrypto
SUBDIR += rubygem-gpgr
SUBDIR += rubygem-gssapi
Added: head/security/rubygem-doorkeeper/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-doorkeeper/Makefile Sat May 9 15:04:46 2015 (r385894)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= doorkeeper
+PORTVERSION= 2.2.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape
+
+LICENSE= MIT
+
+OPTIONS_SINGLE= SG1
+OPTIONS_SINGLE_SG1= RAILTIES RAILTIES4
+
+RAILTIES_DESC= Use Railties 3
+RAILTIES4_DESC= Use Railties 4
+
+OPTIONS_DEFAULT= RAILTIES4
+
+RAILTIES_RUN_DEPENDS= rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties
+RAILTIES4_RUN_DEPENDS= rubygem-railties4>=4.0:${PORTSDIR}/www/rubygem-railties4
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/security/rubygem-doorkeeper/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-doorkeeper/distinfo Sat May 9 15:04:46 2015 (r385894)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/doorkeeper-2.2.0.gem) = faedb250ed90150ce2a87f1b1d681862051e64ec0eda716e7a649b8178751526
+SIZE (rubygem/doorkeeper-2.2.0.gem) = 98816
Added: head/security/rubygem-doorkeeper/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-doorkeeper/pkg-descr Sat May 9 15:04:46 2015 (r385894)
@@ -0,0 +1,4 @@
+Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2
+provider functionality to a Rails or Grape application.
+
+WWW: https://github.com/doorkeeper-gem/doorkeeper
More information about the svn-ports-head
mailing list