Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 18:01:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348110 - in head/devel: . rubygem-foreman_api
Message-ID:  <201403131801.s2DI1it8015748@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Mar 13 18:01:44 2014
New Revision: 348110
URL: http://svnweb.freebsd.org/changeset/ports/348110
QAT: https://qat.redports.org/buildarchive/r348110/

Log:
  This gem contains Foreman API bindings for the Ruby language.
  The bindings are generated from API documentation using Apidoc tool.
  
  WWW: https://github.com/theforeman/foreman_api
  
  PR:		ports/187483
  Submitted by:	Michael Moll <kvedulv@kvedulv.de>

Added:
  head/devel/rubygem-foreman_api/
  head/devel/rubygem-foreman_api/Makefile   (contents, props changed)
  head/devel/rubygem-foreman_api/distinfo   (contents, props changed)
  head/devel/rubygem-foreman_api/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Mar 13 17:50:30 2014	(r348109)
+++ head/devel/Makefile	Thu Mar 13 18:01:44 2014	(r348110)
@@ -4205,6 +4205,7 @@
     SUBDIR += rubygem-fog
     SUBDIR += rubygem-font-awesome-rails
     SUBDIR += rubygem-foreman
+    SUBDIR += rubygem-foreman_api
     SUBDIR += rubygem-formatador
     SUBDIR += rubygem-gdata
     SUBDIR += rubygem-gem_plugin

Added: head/devel/rubygem-foreman_api/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-foreman_api/Makefile	Thu Mar 13 18:01:44 2014	(r348110)
@@ -0,0 +1,22 @@
+# Created by: Michael Moll <kvedulv@kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	foreman_api
+PORTVERSION=	0.1.11
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Helps you to use Foreman API calls from your app
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
+		rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
+		rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-foreman_api/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-foreman_api/distinfo	Thu Mar 13 18:01:44 2014	(r348110)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/foreman_api-0.1.11.gem) = e15c28e5f6631f433f22cf4b2130e52562a3ab32a3929af95a1ef37a69041953
+SIZE (rubygem/foreman_api-0.1.11.gem) = 118272

Added: head/devel/rubygem-foreman_api/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-foreman_api/pkg-descr	Thu Mar 13 18:01:44 2014	(r348110)
@@ -0,0 +1,4 @@
+This gem contains Foreman API bindings for the Ruby language.
+The bindings are generated from API documentation using Apidoc tool.
+
+WWW: https://github.com/theforeman/foreman_api



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131801.s2DI1it8015748>