1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 5.22 5.24 |
---|
8 | perl5.setup Proc-Daemon 0.23 |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | #license {Artistic-1 GPL} |
---|
13 | license unknown |
---|
14 | |
---|
15 | description Run Perl program(s) as a daemon process |
---|
16 | |
---|
17 | long_description This module can be used by a Perl program to initialize itself as a daemon or to execute (exec) a system command as daemon. You can also check the status of the daemon (alive or dead) and you can kill the daemon. |
---|
18 | |
---|
19 | checksums sha256 34c0b85b7948b431cbabc97cee580835e515ccf43badbd8339eb109474089b69 \ |
---|
20 | rmd160 a4222dde2215f7b2e2f1f36fa6e334244e6a921e |
---|