Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 04:03:05 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
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
Message-ID:  <201410060403.s96435wk014252@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410060403.s96435wk014252>