SF.net SVN: gar:[23599] csw/mgar/pkg/rbgems

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon May 12 11:02:35 CEST 2014


Revision: 23599
          http://sourceforge.net/p/gar/code/23599
Author:   dmichelsen
Date:     2014-05-12 09:02:32 +0000 (Mon, 12 May 2014)
Log Message:
-----------
rbgems/daemon_controller: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/rbgems/daemon_controller/trunk/Makefile
    csw/mgar/pkg/rbgems/daemon_controller/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/rbgems/daemon_controller/

Modified: csw/mgar/pkg/rbgems/daemon_controller/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/daemons/trunk/Makefile	2014-03-18 11:21:34 UTC (rev 23249)
+++ csw/mgar/pkg/rbgems/daemon_controller/trunk/Makefile	2014-05-12 09:02:32 UTC (rev 23599)
@@ -1,17 +1,14 @@
-NAME = daemons
-VERSION = 1.1.0
+NAME = daemon_controller
+VERSION = 1.2.0
 CATEGORIES = rbgems
 GARTYPE = v2
 
-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
+DESCRIPTION = A library for robust daemon management
 
-PACKAGES = CSWgem-daemons
-CATALOGNAME = gem_daemons
+PACKAGES = CSWgem-daemon-controller
+CATALOGNAME = gem_daemon_controller
 
-LICENSE = LICENSE
+LICENSE = LICENSE.txt
 
 ARCHALL = 1
 

Modified: csw/mgar/pkg/rbgems/daemon_controller/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/daemons/trunk/checksums	2014-03-18 11:21:34 UTC (rev 23249)
+++ csw/mgar/pkg/rbgems/daemon_controller/trunk/checksums	2014-05-12 09:02:32 UTC (rev 23599)
@@ -1 +1 @@
-6c50720bab6a19d88b401a98a79c49ce  daemons-1.1.0.gem
+4c06909504732c365d0792d6f51db030  daemon_controller-1.2.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