1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Self-contained, easy-setup, fast-start in-memory Chef server

for testing and solo setup purposes

WWW: http://wiki.opscode.com/display/chef

PR:		ports/187481
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
This commit is contained in:
Steve Wills 2014-03-13 19:35:32 +00:00
parent 500d36a7a0
commit 2ee2918178
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348120
4 changed files with 30 additions and 0 deletions

View File

@ -793,6 +793,7 @@
SUBDIR += rubygem-chef-expander
SUBDIR += rubygem-chef-server
SUBDIR += rubygem-chef-solr
SUBDIR += rubygem-chef-zero
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter
SUBDIR += rubygem-fluent-plugin-config-expander

View File

@ -0,0 +1,23 @@
# Created by: Renaud Chaput <renchap@cocoa-x.com>
# $FreeBSD$
PORTNAME= chef-zero
PORTVERSION= 1.7.3
CATEGORIES= sysutils
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Self-contained, easy-setup, fast-start in-memory Chef server
RUN_DEPENDS= rubygem-hashie>=2.0.0:${PORTSDIR}/devel/rubygem-hashie \
rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
rubygem-moneta06>=0.0.0:${PORTSDIR}/devel/rubygem-moneta06 \
rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \
rubygem-rack>=0.0.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/chef-zero
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/chef-zero-1.7.3.gem) = 179a72104d49de58803a7a2b6532b79db2fc4f0d8b3dbd0bc6a27a48a5a35d92
SIZE (rubygem/chef-zero-1.7.3.gem) = 39936

View File

@ -0,0 +1,4 @@
Self-contained, easy-setup, fast-start in-memory Chef server
for testing and solo setup purposes
WWW: http://wiki.opscode.com/display/chef