From owner-svn-ports-head@freebsd.org Wed Apr 6 18:32:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6E6FB06867; Wed, 6 Apr 2016 18:32:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C25901F66; Wed, 6 Apr 2016 18:32:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u36IWdEa041554; Wed, 6 Apr 2016 18:32:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u36IWdUs041550; Wed, 6 Apr 2016 18:32:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604061832.u36IWdUs041550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 6 Apr 2016 18:32:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412637 - in head/net: . rubygem-omniauth-auth0 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.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 18:32:41 -0000 Author: pi Date: Wed Apr 6 18:32:39 2016 New Revision: 412637 URL: https://svnweb.freebsd.org/changeset/ports/412637 Log: New port: net/rubygem-omniauth-auth0 Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible. omniauth-auth0 is the omniauth strategy for Auth0. WWW: https://github.com/auth0/omniauth-auth0 PR: 208509 Submitted by: Torsten Zuehlsdorff Added: head/net/rubygem-omniauth-auth0/ head/net/rubygem-omniauth-auth0/Makefile (contents, props changed) head/net/rubygem-omniauth-auth0/distinfo (contents, props changed) head/net/rubygem-omniauth-auth0/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Apr 6 18:17:21 2016 (r412636) +++ head/net/Makefile Wed Apr 6 18:32:39 2016 (r412637) @@ -1131,6 +1131,7 @@ SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy + SUBDIR += rubygem-omniauth-auth0 SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github Added: head/net/rubygem-omniauth-auth0/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-auth0/Makefile Wed Apr 6 18:32:39 2016 (r412637) @@ -0,0 +1,21 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= omniauth-auth0 +PORTVERSION= 1.4.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ports@toco-domains.de +COMMENT= Authentication broker supporting different identity providers + +LICENSE= MIT + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-omniauth-auth0/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-auth0/distinfo Wed Apr 6 18:32:39 2016 (r412637) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-auth0-1.4.1.gem) = da5d6bba47bf419954241d54b5f179053c1664408456c0c96501a75002a00e36 +SIZE (rubygem/omniauth-auth0-1.4.1.gem) = 24576 Added: head/net/rubygem-omniauth-auth0/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-auth0/pkg-descr Wed Apr 6 18:32:39 2016 (r412637) @@ -0,0 +1,8 @@ +Auth0 is an authentication broker that supports social identity +providers as well as enterprise identity providers such as Active +Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library +that standardizes multi-provider authentication for web applications. +It was created to be powerful, flexible, and do as little as possible. +omniauth-auth0 is the omniauth strategy for Auth0. + +WWW: https://github.com/auth0/omniauth-auth0