- 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:
msf 2005-04-14 02:26:36 +00:00
parent 4a0f22b68b
commit ef68f1cc26
4 changed files with 35 additions and 0 deletions

View 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>

View 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

View 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.

View 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