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:
parent
caf35a8b6b
commit
6a2ca3cd94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374958
@ -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
|
||||
|
20
sysutils/rubygem-chef-api/Makefile
Normal file
20
sysutils/rubygem-chef-api/Makefile
Normal 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>
|
2
sysutils/rubygem-chef-api/distinfo
Normal file
2
sysutils/rubygem-chef-api/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/chef-api-0.5.0.gem) = fb47fb487308de9b6cc615a4c1c3fa6523d5e953ecf75f479cd4848b712e2073
|
||||
SIZE (rubygem/chef-api-0.5.0.gem) = 51712
|
4
sysutils/rubygem-chef-api/pkg-descr
Normal file
4
sysutils/rubygem-chef-api/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user