SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
COMMENT= run perl program as a daemon process
MODULES= cpan
PKG_ARCH= *
DISTNAME = Proc-Daemon-0.23
CATEGORIES= devel
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= sysutils/p5-Proc-ProcessTable
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Proc-Daemon-0.23.tar.gz) = NMC4W3lItDHLq8l87lgINeUVzPQ7rb2DOesQlHQIm2k=
SIZE (Proc-Daemon-0.23.tar.gz) = 22782

View file

@ -0,0 +1,4 @@
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.

View file

@ -0,0 +1,4 @@
${P5SITE}/Proc/
${P5SITE}/Proc/Daemon.pm
${P5SITE}/Proc/Daemon.pod
@man man/man3p/Proc::Daemon.3p