diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:25:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:25:31 +0000 |
commit | edb04a9bf6f7697fd18e0528e684795237252cc1 (patch) | |
tree | a2e9e65037f6b9283932e49c474fc8043f1d929e /www/mongrel-cluster/PLIST | |
parent | 0ba4a277216a437b8bb9aa7ec83d9f142103db06 (diff) | |
download | pkgsrc-edb04a9bf6f7697fd18e0528e684795237252cc1.tar.gz |
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.
Diffstat (limited to 'www/mongrel-cluster/PLIST')
-rw-r--r-- | www/mongrel-cluster/PLIST | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/mongrel-cluster/PLIST b/www/mongrel-cluster/PLIST new file mode 100644 index 00000000000..0c225635d24 --- /dev/null +++ b/www/mongrel-cluster/PLIST @@ -0,0 +1,23 @@ +@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} |