- update to 0.14
This commit is contained in:
parent
18e5156d6f
commit
5243cfa0c6
@ -1,18 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/14 18:12:54 jasper Exp $
|
||||
|
||||
COMMENT= run perl program as a daemon process
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Proc-Daemon-0.03
|
||||
REVISION= 1
|
||||
DISTNAME= Proc-Daemon-0.14
|
||||
CATEGORIES= devel
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Artistic
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= sysutils/p5-Proc-ProcessTable
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (Proc-Daemon-0.03.tar.gz) = bhuDrA8K3SL2NZdzPzjJcw==
|
||||
RMD160 (Proc-Daemon-0.03.tar.gz) = XBURLqK9O6JQ+mzUunZFyPHdP6k=
|
||||
SHA1 (Proc-Daemon-0.03.tar.gz) = Jd9e5FRSd3L/lbxEmAEBpnZu24o=
|
||||
SHA256 (Proc-Daemon-0.03.tar.gz) = 8u4hi4sSXySDo/4/ua/2cPw4eQWmzxSoDaO/MISlj1A=
|
||||
SIZE (Proc-Daemon-0.03.tar.gz) = 3784
|
||||
SHA256 (Proc-Daemon-0.14.tar.gz) = gBDUYaFGuMKIp7Mh5uQeW0exd0yujNfuZs8t7KgLb5I=
|
||||
SIZE (Proc-Daemon-0.14.tar.gz) = 14464
|
||||
|
@ -1,3 +1,4 @@
|
||||
This module contains the routine Init which can be called by a Perl
|
||||
program to initialize itself as a daemon. A daemon is a process that
|
||||
runs in the background with no controlling terminal.
|
||||
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.
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/14 02:26:36 msf Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/14 18:12:54 jasper Exp $
|
||||
${P5SITE}/Proc/
|
||||
${P5SITE}/Proc/Daemon.pm
|
||||
${P5SITE}/Proc/Daemon.pod
|
||||
@man man/man3p/Proc::Daemon.3p
|
||||
|
Loading…
Reference in New Issue
Block a user