forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfile
22 lines (21 loc) · 1020 Bytes
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 darwin
license Ruby
homepage https://github.com/thuehlinger/daemons