From owner-svn-ports-head@FreeBSD.ORG  Mon Oct  6 04:03:06 2014
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id C896F160;
 Mon,  6 Oct 2014 04:03:06 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 994DB78E;
 Mon,  6 Oct 2014 04:03:06 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s96436Z2014257;
 Mon, 6 Oct 2014 04:03:06 GMT (envelope-from swills@FreeBSD.org)
Received: (from swills@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96435wk014252;
 Mon, 6 Oct 2014 04:03:05 GMT (envelope-from swills@FreeBSD.org)
Message-Id: <201410060403.s96435wk014252@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: swills set sender to
 swills@FreeBSD.org using -f
From: Steve Wills <swills@FreeBSD.org>
Date: Mon, 6 Oct 2014 04:03:05 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r370142 - in head/net: . rubygem-omniauth-openid
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Oct 2014 04:03:06 -0000

Author: swills
Date: Mon Oct  6 04:03:05 2014
New Revision: 370142
URL: https://svnweb.freebsd.org/changeset/ports/370142
QAT: https://qat.redports.org/buildarchive/r370142/

Log:
  net/rubygem-omniauth-openid: create port
  
  OpenID strategy for OmniAuth.
  
  WWW: https://github.com/intridea/omniauth-openid

Added:
  head/net/rubygem-omniauth-openid/
  head/net/rubygem-omniauth-openid/Makefile   (contents, props changed)
  head/net/rubygem-omniauth-openid/distinfo   (contents, props changed)
  head/net/rubygem-omniauth-openid/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Oct  6 03:47:16 2014	(r370141)
+++ head/net/Makefile	Mon Oct  6 04:03:05 2014	(r370142)
@@ -1012,6 +1012,7 @@
     SUBDIR += rubygem-omniauth-google-oauth2
     SUBDIR += rubygem-omniauth-oauth
     SUBDIR += rubygem-omniauth-oauth2
+    SUBDIR += rubygem-omniauth-openid
     SUBDIR += rubygem-omniauth-twitter
     SUBDIR += rubygem-open-uri-cached
     SUBDIR += rubygem-openid

Added: head/net/rubygem-omniauth-openid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-openid/Makefile	Mon Oct  6 04:03:05 2014	(r370142)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	omniauth-openid
+PORTVERSION=	1.0.1
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	OpenID strategy for OmniAuth
+
+RUN_DEPENDS=	rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
+		rubygem-rack-openid>=1.3.1:${PORTSDIR}/www/rubygem-rack-openid
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-omniauth-openid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-openid/distinfo	Mon Oct  6 04:03:05 2014	(r370142)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth-openid-1.0.1.gem) = 823bce35528072340b4a8a30ebd78e20d1a68178e222b88fe1dd977a88a457e2
+SIZE (rubygem/omniauth-openid-1.0.1.gem) = 10240

Added: head/net/rubygem-omniauth-openid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-openid/pkg-descr	Mon Oct  6 04:03:05 2014	(r370142)
@@ -0,0 +1,3 @@
+OpenID strategy for OmniAuth.
+
+WWW: https://github.com/intridea/omniauth-openid