[20545] trunk/dports/ruby

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 6 06:25:17 PST 2006


Revision: 20545
          http://trac.macosforge.org/projects/macports/changeset/20545
Author:   pguyot at kallisys.net
Date:     2006-11-06 06:25:16 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
New port: ruby/rb-daemons.
This was (almost) automatically generated.
It requires latest (svn) version of ruby port group.

Added Paths:
-----------
    trunk/dports/ruby/rb-daemons/
    trunk/dports/ruby/rb-daemons/Portfile

Added: trunk/dports/ruby/rb-daemons/Portfile
===================================================================
--- trunk/dports/ruby/rb-daemons/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-daemons/Portfile	2006-11-06 14:25:16 UTC (rev 20545)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem			1.0
+PortGroup			ruby 1.0
+ruby.setup			daemons 1.0.3 gem {} rubyforge_gem
+maintainers			pguyot at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061106/766b06ec/attachment.html


More information about the macports-changes mailing list