A systems integration framework, built to bring the benefits of configuration
management to your entire infrastructure. WWW: http://www.opscode.com/chef/ Submitted by: Scott Sanders <scott@jsssr.com> Sponsored by: Ride Charge Inc. / Taxi Magic
This commit is contained in:
parent
bde809f005
commit
b4e21d273b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287518
4 changed files with 40 additions and 0 deletions
|
@ -1622,6 +1622,7 @@
|
|||
SUBDIR += rubygem-bluecloth
|
||||
SUBDIR += rubygem-cgi_multipart_eof_fix
|
||||
SUBDIR += rubygem-chef-server-api
|
||||
SUBDIR += rubygem-chef-server-webui
|
||||
SUBDIR += rubygem-cuba
|
||||
SUBDIR += rubygem-davclient
|
||||
SUBDIR += rubygem-domainatrix
|
||||
|
|
33
www/rubygem-chef-server-webui/Makefile
Normal file
33
www/rubygem-chef-server-webui/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Ports collection makefile for: rubygem-chef-server-webui
|
||||
# Date created: 13 Dec 2011
|
||||
# Whom: Scott Sanders <scott@jssjr.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chef-server-webui
|
||||
PORTVERSION= 0.10.8
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= A systems integration framework
|
||||
|
||||
RUN_DEPENDS= rubygem-coderay>=0:${PORTSDIR}/textproc/rubygem-coderay \
|
||||
rubygem-haml>=0:${PORTSDIR}/www/rubygem-haml \
|
||||
rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json146 \
|
||||
rubygem-merb-assets>=1.1.0:${PORTSDIR}/www/rubygem-merb-assets \
|
||||
rubygem-merb-core>=1.1.0:${PORTSDIR}/www/rubygem-merb-core \
|
||||
rubygem-merb-haml>=1.1.0:${PORTSDIR}/www/rubygem-merb-haml \
|
||||
rubygem-merb-helpers>=1.1.0:${PORTSDIR}/www/rubygem-merb-helpers \
|
||||
rubygem-merb-param-protection>=1.1.0:${PORTSDIR}/www/rubygem-merb-param-protection \
|
||||
rubygem-openid>=0:${PORTSDIR}/net/rubygem-openid \
|
||||
rubygem-thin>=0:${PORTSDIR}/www/rubygem-thin
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/chef-server-webui
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-chef-server-webui/distinfo
Normal file
2
www/rubygem-chef-server-webui/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/chef-server-webui-0.10.8.gem) = 711d53f5c7f99fea18e0110c36d31a3812c614c0f09ffa3ee4e195ca17b7de2a
|
||||
SIZE (rubygem/chef-server-webui-0.10.8.gem) = 181248
|
4
www/rubygem-chef-server-webui/pkg-descr
Normal file
4
www/rubygem-chef-server-webui/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A systems integration framework, built to bring the benefits of configuration
|
||||
management to your entire infrastructure.
|
||||
|
||||
WWW: http://www.opscode.com/chef/
|
Loading…
Reference in a new issue