svn commit: r369359 - in head/net: . rubygem-octokit

Steve Wills swills at FreeBSD.org
Sat Sep 27 04:33:27 UTC 2014


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 <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME=	octokit
+PORTVERSION=	3.3.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list