From owner-svn-ports-all@freebsd.org Sun Mar 19 00:31:58 2017 Return-Path: Delivered-To: svn-ports-all@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 3A4CCD08A0B; Sun, 19 Mar 2017 00:31:58 +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 E3E76197A; Sun, 19 Mar 2017 00:31:57 +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 v2J0VvVh021615; Sun, 19 Mar 2017 00:31:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2J0Vuh2021611; Sun, 19 Mar 2017 00:31:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703190031.v2J0Vuh2021611@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:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436454 - in head/security: . rubygem-signet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2017 00:31:58 -0000 Author: sunpoet Date: Sun Mar 19 00:31:56 2017 New Revision: 436454 URL: https://svnweb.freebsd.org/changeset/ports/436454 Log: Add rubygem-signet 0.7.3 Signet is an OAuth 1.0 / OAuth 2.0 implementation. WWW: https://github.com/google/signet Added: head/security/rubygem-signet/ head/security/rubygem-signet/Makefile (contents, props changed) head/security/rubygem-signet/distinfo (contents, props changed) head/security/rubygem-signet/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Mar 19 00:31:51 2017 (r436453) +++ head/security/Makefile Sun Mar 19 00:31:56 2017 (r436454) @@ -1059,6 +1059,7 @@ SUBDIR += rubygem-ruby-rc4 SUBDIR += rubygem-ruby-saml SUBDIR += rubygem-scrypt + SUBDIR += rubygem-signet SUBDIR += rubygem-six SUBDIR += rubygem-sshkey SUBDIR += rubygem-sshkit Added: head/security/rubygem-signet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-signet/Makefile Sun Mar 19 00:31:56 2017 (r436454) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= signet +PORTVERSION= 0.7.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OAuth 1.0 / OAuth 2.0 implementation + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \ + rubygem-faraday>=0.9:www/rubygem-faraday \ + rubygem-jwt>=1.5:www/rubygem-jwt \ + rubygem-multi_json>=1.10:devel/rubygem-multi_json + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-signet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-signet/distinfo Sun Mar 19 00:31:56 2017 (r436454) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489868624 +SHA256 (rubygem/signet-0.7.3.gem) = 06cbb289a07b30d3297f6491949c693e24e4ff0481ee89ea5e11f79012322691 +SIZE (rubygem/signet-0.7.3.gem) = 61952 Added: head/security/rubygem-signet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-signet/pkg-descr Sun Mar 19 00:31:56 2017 (r436454) @@ -0,0 +1,3 @@ +Signet is an OAuth 1.0 / OAuth 2.0 implementation. + +WWW: https://github.com/google/signet