Commit graph

5 commits

Author SHA1 Message Date
Cheng-Lung Sung
08e3320de9 - Update to 1.0.4 2007-02-19 10:26:19 +00:00
Pav Lucistnik
5e2a72b476 - Drop maintainership
PR:		ports/108376
Submitted by:	Rui Lopes <rgl@ruilopes.com> (maintainer)
2007-01-26 16:13:11 +00:00
Cheng-Lung Sung
af28229d84 - Update to 1.0.1
PR:		ports/103595
Submitted by:	maintainer (Rui Lopes)
2006-09-25 00:31:54 +00:00
Jean Milanez Melo
0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00
Pav Lucistnik
d7ea4e4c41 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>
2006-06-05 14:24:41 +00:00