aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-05 14:24:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-05 14:24:41 +0000
commitd7ea4e4c41c102a4ff58459a24db573f595b4d96 (patch)
tree0824e5eeb36465294b5163b88590a23e6a4c453d /devel/Makefile
parent92d2d9352847d19d4b1b518e6679eddd2a71890c (diff)
downloadports-d7ea4e4c41c102a4ff58459a24db573f595b4d96.tar.gz
ports-d7ea4e4c41c102a4ff58459a24db573f595b4d96.zip
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. If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application. 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. WWW: http://daemons.rubyforge.org/ PR: ports/97531 Submitted by: Rui Lopes <rgl@ruilopes.com>
Notes
Notes: svn path=/head/; revision=164459
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ce182af7bfe9..9b726ae2bb5a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1653,6 +1653,7 @@
SUBDIR += ruby-tzfile
SUBDIR += ruby-zoom
SUBDIR += rubygem-activesupport
+ SUBDIR += rubygem-daemons
SUBDIR += rubygem-event-loop
SUBDIR += rubygem-gem_plugin
SUBDIR += rubygem-needle