a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20558 2006-11-06 23:28:39Z blair@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup daemons 1.0.3 gem {} rubyforge_gem
maintainers pguyot@kallisys.net
description A toolkit to create and control daemons in different ways
long_description Daemons provides an easy way to wrap existing ruby \
scripts (for example a self-written server) to be run \
as a daemon and to be controlled by simple \
start/stop/restart commands. You can also call blocks \
as daemons and control them from the parent or just \
daemonize the current process. Besides this basic \
functionality, daemons offers many advanced features like \
exception backtracing and logging (in case your ruby \
script crashes) and monitoring and automatic restarting \
of your processes if they crash.
checksums md5 7c0d93666d520388433d5572e7ac2151 \
sha1 c1857d2cdc9db2043f110cbd762a56115bf6ecec \
rmd160 a99f0aefb1d9cea3f6b98d09257074fb061dc451
homepage http://daemons.rubyforge.org