From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 18:01:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D71D73C5; Thu, 13 Mar 2014 18:01:45 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B74C4ADB; Thu, 13 Mar 2014 18:01:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DI1jKc015754; Thu, 13 Mar 2014 18:01:45 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DI1it8015748; Thu, 13 Mar 2014 18:01:44 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201403131801.s2DI1it8015748@svn.freebsd.org> From: Steve Wills Date: Thu, 13 Mar 2014 18:01:44 +0000 (UTC) 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 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.17 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: Thu, 13 Mar 2014 18:01:46 -0000 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 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 +# $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 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