From owner-svn-ports-all@FreeBSD.ORG Sat Sep 27 04:33:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DCC15A7; Sat, 27 Sep 2014 04:33:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2F280925; Sat, 27 Sep 2014 04:33:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R4XRjv000934; Sat, 27 Sep 2014 04:33:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R4XQ8j000930; Sat, 27 Sep 2014 04:33:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409270433.s8R4XQ8j000930@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 04:33:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369359 - in head/net: . rubygem-octokit 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.18-1 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: Sat, 27 Sep 2014 04:33:27 -0000 Author: swills Date: Sat Sep 27 04:33:25 2014 New Revision: 369359 URL: http://svnweb.freebsd.org/changeset/ports/369359 QAT: https://qat.redports.org/buildarchive/r369359/ Log: net/rubygem-octokit: create port Simple wrapper for the GitHub API WWW: https://github.com/octokit/octokit.rb Submitted by: xmj Added: head/net/rubygem-octokit/ head/net/rubygem-octokit/Makefile (contents, props changed) head/net/rubygem-octokit/distinfo (contents, props changed) head/net/rubygem-octokit/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Sep 27 04:30:50 2014 (r369358) +++ head/net/Makefile Sat Sep 27 04:33:25 2014 (r369359) @@ -1009,6 +1009,7 @@ SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 + SUBDIR += rubygem-octokit SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth Added: head/net/rubygem-octokit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-octokit/Makefile Sat Sep 27 04:33:25 2014 (r369359) @@ -0,0 +1,20 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= octokit +PORTVERSION= 3.3.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple wrapper for the GitHub API + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sawyer>=0.5.3:${PORTSDIR}/www/rubygem-sawyer + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-octokit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-octokit/distinfo Sat Sep 27 04:33:25 2014 (r369359) @@ -0,0 +1,2 @@ +SHA256 (rubygem/octokit-3.3.1.gem) = b6553d739faeb3b91fc8a1b9b3953d4532125b295bae8fbdd072e0663508d777 +SIZE (rubygem/octokit-3.3.1.gem) = 56320 Added: head/net/rubygem-octokit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-octokit/pkg-descr Sat Sep 27 04:33:25 2014 (r369359) @@ -0,0 +1,3 @@ +Simple wrapper for the GitHub API + +WWW: https://github.com/octokit/octokit.rb