1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name daemondo |
---|
7 | |
---|
8 | version 1.1 |
---|
9 | |
---|
10 | license BSD |
---|
11 | categories sysutils |
---|
12 | platforms darwin |
---|
13 | maintainers pixilla |
---|
14 | homepage http://www.macports.org/ |
---|
15 | description daemondo is a wrapper program that runs daemons. |
---|
16 | long_description ${description} It starts the specified daemon on launch, stops it when \ |
---|
17 | given SIGTERM, and restarts it on SIGHUP. It can also watch for \ |
---|
18 | transitions in system state, such as a change in network availability or \ |
---|
19 | system power state, and restart the daemon on such an event. |
---|
20 | |
---|
21 | fetch.type svn |
---|
22 | svn.url http://svn.macports.org/repository/macports/trunk/base |
---|
23 | svn.revision 117619 |
---|
24 | worksrcdir base |
---|
25 | |
---|
26 | build.dir ${worksrcpath}/src/programs/daemondo |
---|
27 | destroot.dir ${worksrcpath}/src/programs/daemondo |
---|