- initial import of Proc-Daemon-0.03
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 commit is contained in:
parent
4a0f22b68b
commit
ef68f1cc26
24
devel/p5-Proc-Daemon/Makefile
Normal file
24
devel/p5-Proc-Daemon/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/14 02:26:36 msf Exp $
|
||||
|
||||
COMMENT= "run perl program as a daemon process"
|
||||
|
||||
DISTNAME= Proc-Daemon-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Proc-Daemon/distinfo
Normal file
4
devel/p5-Proc-Daemon/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Proc-Daemon-0.03.tar.gz) = 6e1b83ac0f0add22f63597733f38c973
|
||||
RMD160 (Proc-Daemon-0.03.tar.gz) = 5c15112ea2bd3ba250fa6cd4ba7645c8f1dd3fa9
|
||||
SHA1 (Proc-Daemon-0.03.tar.gz) = 25df5ee454527772ff95bc44980101a6766edb8a
|
||||
SIZE (Proc-Daemon-0.03.tar.gz) = 3784
|
3
devel/p5-Proc-Daemon/pkg/DESCR
Normal file
3
devel/p5-Proc-Daemon/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
4
devel/p5-Proc-Daemon/pkg/PLIST
Normal file
4
devel/p5-Proc-Daemon/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/14 02:26:36 msf Exp $
|
||||
${P5SITE}/Proc/
|
||||
${P5SITE}/Proc/Daemon.pm
|
||||
@man man/man3p/Proc::Daemon.3p
|
Loading…
Reference in New Issue
Block a user