ChefAPI is a tiny, dependency-minimal Ruby client for interacting with a

Chef Server. It adopts many patterns and principles from Ruby On Rails.

WWW: https://github.com/sethvargo/chef-api

PR:		195707
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
Pawel Pekala 2014-12-19 17:37:36 +00:00
parent caf35a8b6b
commit 6a2ca3cd94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374958
4 changed files with 27 additions and 0 deletions

View File

@ -803,6 +803,7 @@
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-capistrano-ext
SUBDIR += rubygem-chef
SUBDIR += rubygem-chef-api
SUBDIR += rubygem-chef-zero
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter

View File

@ -0,0 +1,20 @@
# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= chef-api
PORTVERSION= 0.5.0
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= kvedulv@kvedulv.de
COMMENT= Leightweight Chef API client
LICENSE= APACHE20
RUN_DEPENDS= rubygem-logify>=0.1:${PORTSDIR}/sysutils/rubygem-logify
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/chef-api-0.5.0.gem) = fb47fb487308de9b6cc615a4c1c3fa6523d5e953ecf75f479cd4848b712e2073
SIZE (rubygem/chef-api-0.5.0.gem) = 51712

View File

@ -0,0 +1,4 @@
ChefAPI is a tiny, dependency-minimal Ruby client for interacting with a
Chef Server. It adopts many patterns and principles from Ruby On Rails.
WWW: https://github.com/sethvargo/chef-api