From owner-svn-ports-head@freebsd.org Mon Mar 20 09:57:42 2017 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 E9554D134A3; Mon, 20 Mar 2017 09:57:42 +0000 (UTC) (envelope-from tz@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 8E8CC23C; Mon, 20 Mar 2017 09:57:42 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2K9vfo8046031; Mon, 20 Mar 2017 09:57:41 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2K9vfg9046027; Mon, 20 Mar 2017 09:57:41 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703200957.v2K9vfg9046027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 20 Mar 2017 09:57:41 +0000 (UTC) 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 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.23 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: Mon, 20 Mar 2017 09:57:43 -0000 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 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