[csw-devel] SF.net SVN: gar:[10622] csw/mgar/pkg/rbgems
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 28 13:03:20 CEST 2010
Revision: 10622
http://gar.svn.sourceforge.net/gar/?rev=10622&view=rev
Author: dmichelsen
Date: 2010-07-28 11:03:19 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
rbgems/daemons: Initial commit
Added Paths:
-----------
csw/mgar/pkg/rbgems/daemons/
csw/mgar/pkg/rbgems/daemons/branches/
csw/mgar/pkg/rbgems/daemons/tags/
csw/mgar/pkg/rbgems/daemons/trunk/
csw/mgar/pkg/rbgems/daemons/trunk/Makefile
csw/mgar/pkg/rbgems/daemons/trunk/checksums
csw/mgar/pkg/rbgems/daemons/trunk/files/
Property changes on: csw/mgar/pkg/rbgems/daemons/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/rbgems/daemons/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/daemons/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/rbgems/daemons/trunk/Makefile 2010-07-28 11:03:19 UTC (rev 10622)
@@ -0,0 +1,17 @@
+GARNAME = daemons
+GARVERSION = 1.1.0
+CATEGORIES = rbgems
+
+DESCRIPTION = Brief description
+define BLURB
+ 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.
+endef
+
+PACKAGES = CSWgem-daemons
+CATALOGNAME = gem_daemons
+
+LICENSE = LICENSE
+
+ARCHALL = 1
+
+include gar/category.mk
Added: csw/mgar/pkg/rbgems/daemons/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/daemons/trunk/checksums (rev 0)
+++ csw/mgar/pkg/rbgems/daemons/trunk/checksums 2010-07-28 11:03:19 UTC (rev 10622)
@@ -0,0 +1 @@
+6c50720bab6a19d88b401a98a79c49ce daemons-1.1.0.gem
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list