Files
2023-12-29 15:23:30 +11:00

24 lines
1.0 KiB
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup daemons 1.1.0 gem {} rubygems
maintainers nomaintainer
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 6c50720bab6a19d88b401a98a79c49ce \
sha1 6f1a7d04bffc49c629ce4e6cd7b9f17acfb1def5 \
rmd160 207f325a5dd5119f559c0909d68747aaaa28f4c4
platforms any
supported_archs noarch
license Ruby
homepage https://github.com/thuehlinger/daemons