Fri Apr 4 15:25:31 2008 UTC ()
Initial import of mongrel-cluster-1.0.5 as www/mongrel-cluster.

This package is a Mongrel plugin to help start/stop/restart multiple
mongrel servers to use behind a load balancer like Apache 2.2
(mod_proxy_balancer), Lighttpd, Pound, Pen or Balance.  This plugin
adds an option to specify a number of Mongrel servers to launch, a
range of ports, and a configuration file for the cluster.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(jlam)
diff -r0 -r1.1.1.1 pkgsrc/www/mongrel-cluster/Makefile
diff -r0 -r1.1.1.1 pkgsrc/www/mongrel-cluster/PLIST
diff -r0 -r1.1.1.1 pkgsrc/www/mongrel-cluster/distinfo
diff -r0 -r1.1.1.1 pkgsrc/www/mongrel-cluster/DESCR

File Added: pkgsrc/www/mongrel-cluster/Attic/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:31 jlam Exp $

DISTNAME=	mongrel_cluster-1.0.5
PKGNAME=	${DISTNAME:S/_/-/g}
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://mongrel.rubyforge.org/
COMMENT=	Mongrel plugin to manage a mongrel cluster

DEPENDS+=	mongrel>=1.0.2:../../www/mongrel
DEPENDS+=	${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin

GEM_BUILD=	gemspec

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/mongrel-cluster/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:25:31 jlam Exp $
bin/mongrel_cluster_ctl
${GEM_HOME}/cache/mongrel_cluster-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README
${GEM_LIBDIR}/bin/mongrel_cluster_ctl
${GEM_LIBDIR}/lib/mongrel_cluster/init.rb
${GEM_LIBDIR}/lib/mongrel_cluster/recipes.rb
${GEM_LIBDIR}/lib/mongrel_cluster/recipes_1.rb
${GEM_LIBDIR}/lib/mongrel_cluster/recipes_2.rb
${GEM_LIBDIR}/mongrel_cluster.gemspec
${GEM_LIBDIR}/resources/defaults.yaml
${GEM_LIBDIR}/resources/mongrel_cluster
${GEM_HOME}/specifications/mongrel_cluster-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/resources
@dirrm ${GEM_LIBDIR}/lib/mongrel_cluster
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/bin
@dirrm ${GEM_LIBDIR}
@exec ${MKDIR} %D/${GEM_DOCDIR}

File Added: pkgsrc/www/mongrel-cluster/Attic/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:25:31 jlam Exp $

SHA1 (mongrel_cluster-1.0.5.gem) = e29a902b09c91662cbd7388062980ce2b14f5e4a
RMD160 (mongrel_cluster-1.0.5.gem) = 095736d09203521bdfa1668cefb8a1b9d64bc3d9
Size (mongrel_cluster-1.0.5.gem) = 24064 bytes

File Added: pkgsrc/www/mongrel-cluster/Attic/DESCR
This package is a Mongrel plugin to help start/stop/restart multiple
mongrel servers to use behind a load balancer like Apache 2.2
(mod_proxy_balancer), Lighttpd, Pound, Pen or Balance.  This plugin
adds an option to specify a number of Mongrel servers to launch, a
range of ports, and a configuration file for the cluster.