Date: Mon, 20 Mar 2017 09:57:41 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436535 - in head/net: . rubygem-omniauth-authentiq Message-ID: <201703200957.v2K9vfg9046027@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Mon Mar 20 09:57:41 2017 New Revision: 436535 URL: https://svnweb.freebsd.org/changeset/ports/436535 Log: New port: net/rubygem-omniauth-authentiq Official OmniAuth strategy for authenticating with an Authentiq ID mobile app (iOS, Android). WWW: https://github.com/AuthentiqID/omniauth-authentiq Added: head/net/rubygem-omniauth-authentiq/ head/net/rubygem-omniauth-authentiq/Makefile (contents, props changed) head/net/rubygem-omniauth-authentiq/distinfo (contents, props changed) head/net/rubygem-omniauth-authentiq/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 20 09:43:51 2017 (r436534) +++ head/net/Makefile Mon Mar 20 09:57:41 2017 (r436535) @@ -1188,6 +1188,7 @@ SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-auth0 + SUBDIR += rubygem-omniauth-authentiq SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github Added: head/net/rubygem-omniauth-authentiq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-authentiq/Makefile Mon Mar 20 09:57:41 2017 (r436535) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-authentiq +PORTVERSION= 0.3.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Authentiq OAuth2 Strategy for OmniAuth + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/net/rubygem-omniauth-authentiq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-authentiq/distinfo Mon Mar 20 09:57:41 2017 (r436535) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490003344 +SHA256 (rubygem/omniauth-authentiq-0.3.0.gem) = 0a5c81998e588fd5317326cba66588b204b4ce515d576b3cc19572307bce2b37 +SIZE (rubygem/omniauth-authentiq-0.3.0.gem) = 9728 Added: head/net/rubygem-omniauth-authentiq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-authentiq/pkg-descr Mon Mar 20 09:57:41 2017 (r436535) @@ -0,0 +1,4 @@ +Official OmniAuth strategy for authenticating +with an Authentiq ID mobile app (iOS, Android). + +WWW: https://github.com/AuthentiqID/omniauth-authentiq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703200957.v2K9vfg9046027>