From owner-svn-ports-head@freebsd.org Sun Mar 19 00:32:27 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 50E4AD08A62; Sun, 19 Mar 2017 00:32:27 +0000 (UTC) (envelope-from sunpoet@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 28D821BCF; Sun, 19 Mar 2017 00:32:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2J0WQ8P022688; Sun, 19 Mar 2017 00:32:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2J0WPvN022683; Sun, 19 Mar 2017 00:32:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703190032.v2J0WPvN022683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Mar 2017 00:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436455 - in head/security: . rubygem-googleauth rubygem-googleauth/files 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: Sun, 19 Mar 2017 00:32:27 -0000 Author: sunpoet Date: Sun Mar 19 00:32:25 2017 New Revision: 436455 URL: https://svnweb.freebsd.org/changeset/ports/436455 Log: Add rubygem-googleauth 0.5.1 This is Google's officially supported ruby client library for using OAuth 2.0 authorization and authentication with Google APIs. It allows simple authorization for accessing Google APIs and provides support for Application Default Credentials, as described at https://developers.google.com/accounts/docs/application-default-credentials WWW: https://github.com/google/google-auth-library-ruby Added: head/security/rubygem-googleauth/ head/security/rubygem-googleauth/Makefile (contents, props changed) head/security/rubygem-googleauth/distinfo (contents, props changed) head/security/rubygem-googleauth/files/ head/security/rubygem-googleauth/files/patch-gemspec (contents, props changed) head/security/rubygem-googleauth/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Mar 19 00:31:56 2017 (r436454) +++ head/security/Makefile Sun Mar 19 00:32:25 2017 (r436455) @@ -1004,6 +1004,7 @@ SUBDIR += rubygem-doorkeeper SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto + SUBDIR += rubygem-googleauth SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-jugyo-twitter_oauth Added: head/security/rubygem-googleauth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-googleauth/Makefile Sun Mar 19 00:32:25 2017 (r436455) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= googleauth +PORTVERSION= 0.5.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Auth Library for Ruby + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= rubygem-faraday>=0.9:www/rubygem-faraday \ + rubygem-jwt>=1.4:www/rubygem-jwt \ + rubygem-logging>=2.0:devel/rubygem-logging \ + rubygem-memoist>=0.12:devel/rubygem-memoist \ + rubygem-multi_json>=1.11:devel/rubygem-multi_json \ + rubygem-os>=0.9:devel/rubygem-os \ + rubygem-signet>=0.7:security/rubygem-signet + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-googleauth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-googleauth/distinfo Sun Mar 19 00:32:25 2017 (r436455) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489867882 +SHA256 (rubygem/googleauth-0.5.1.gem) = 557c05fc01b6458344ab1aa162f95ddfabcb9d0c4c2415b5342c98a08779f3db +SIZE (rubygem/googleauth-0.5.1.gem) = 36352 Added: head/security/rubygem-googleauth/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-googleauth/files/patch-gemspec Sun Mar 19 00:32:25 2017 (r436455) @@ -0,0 +1,11 @@ +--- googleauth.gemspec.orig 2017-03-18 22:47:37 UTC ++++ googleauth.gemspec +@@ -27,7 +27,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q.freeze, ["~> 1.4"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.12"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.11"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.9"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.9"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.7"]) + else + s.add_dependency(%q.freeze, ["~> 0.9"]) Added: head/security/rubygem-googleauth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-googleauth/pkg-descr Sun Mar 19 00:32:25 2017 (r436455) @@ -0,0 +1,7 @@ +This is Google's officially supported ruby client library for using OAuth 2.0 +authorization and authentication with Google APIs. It allows simple +authorization for accessing Google APIs and provides support for Application +Default Credentials, as described at +https://developers.google.com/accounts/docs/application-default-credentials + +WWW: https://github.com/google/google-auth-library-ruby