chef-solr is a Ruby container for SOLR that starts up the Search Engine for the

Chef Server under Jetty.

For more information, see the following pages on the Chef Wiki:
o   wiki.opscode.com/display/chef/Search
o   wiki.opscode.com/display/chef/Chef+Indexer

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

PR:		ports/163357
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
This commit is contained in:
Philip M. Gollucci 2011-12-16 22:21:37 +00:00
parent eb4d828c0d
commit 4bf323b29b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287505
4 changed files with 37 additions and 0 deletions

View File

@ -764,6 +764,7 @@
SUBDIR += rubygem-capistrano-ext
SUBDIR += rubygem-chef
SUBDIR += rubygem-chef-server
SUBDIR += rubygem-chef-solr
SUBDIR += rubygem-fssm
SUBDIR += rubygem-god
SUBDIR += rubygem-guard

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: rubygem-chef-solr
# Date created: 13 Dec 2011
# Whom: Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#
PORTNAME= chef-solr
PORTVERSION= 0.10.8
CATEGORIES= sysutils
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A systems integration framework. Client part
RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:${PORTSDIR}/sysutils/rubygem-chef \
apache-solr>=0:${PORTSDIR}/textproc/apache-solr
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/chef-solr \
bin/chef-solr-installer
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/chef-solr-0.10.8.gem) = 820b8a694b3b96c7758b6b03a20af687d12bca5e839f9963af84ecb5946ea446
SIZE (rubygem/chef-solr-0.10.8.gem) = 10214400

View File

@ -0,0 +1,8 @@
chef-solr is a Ruby container for SOLR that starts up the Search Engine for the
Chef Server under Jetty.
For more information, see the following pages on the Chef Wiki:
o wiki.opscode.com/display/chef/Search
o wiki.opscode.com/display/chef/Chef+Indexer
WWW: http://wiki.opscode.com/display/chef