Date: Wed, 6 Apr 2016 18:32:39 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> 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 Message-ID: <201604061832.u36IWdUs041550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ports@toco-domains.de> 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 <ports@toco-domains.de> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604061832.u36IWdUs041550>