1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

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>
This commit is contained in:
Steve Wills 2014-03-13 18:01:44 +00:00
parent e22940cba7
commit ffdbf3a85b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348110
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/foreman_api-0.1.11.gem) = e15c28e5f6631f433f22cf4b2130e52562a3ab32a3929af95a1ef37a69041953
SIZE (rubygem/foreman_api-0.1.11.gem) = 118272

View File

@ -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