From 5243cfa0c6f0c041c2b71271677b6b1883f7ded7 Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 14 Sep 2012 18:12:54 +0000 Subject: [PATCH] - update to 0.14 --- devel/p5-Proc-Daemon/Makefile | 11 +++++------ devel/p5-Proc-Daemon/distinfo | 7 ++----- devel/p5-Proc-Daemon/pkg/DESCR | 7 ++++--- devel/p5-Proc-Daemon/pkg/PLIST | 3 ++- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/devel/p5-Proc-Daemon/Makefile b/devel/p5-Proc-Daemon/Makefile index cf77ce2b149..2b74bb4a72a 100644 --- a/devel/p5-Proc-Daemon/Makefile +++ b/devel/p5-Proc-Daemon/Makefile @@ -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 diff --git a/devel/p5-Proc-Daemon/distinfo b/devel/p5-Proc-Daemon/distinfo index 09196e8b897..f854668320d 100644 --- a/devel/p5-Proc-Daemon/distinfo +++ b/devel/p5-Proc-Daemon/distinfo @@ -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 diff --git a/devel/p5-Proc-Daemon/pkg/DESCR b/devel/p5-Proc-Daemon/pkg/DESCR index f65236f6317..5dff5f70ec6 100644 --- a/devel/p5-Proc-Daemon/pkg/DESCR +++ b/devel/p5-Proc-Daemon/pkg/DESCR @@ -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. diff --git a/devel/p5-Proc-Daemon/pkg/PLIST b/devel/p5-Proc-Daemon/pkg/PLIST index 9e9dc7e9ca5..d512349cfa7 100644 --- a/devel/p5-Proc-Daemon/pkg/PLIST +++ b/devel/p5-Proc-Daemon/pkg/PLIST @@ -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