- Add p5-Daemon-Control 0.000009

Daemon::Control provides a library for creating init scripts in perl. Your perl
script just needs to set the accessors for what and how you want something to
run and the library takes care of the rest.

You can launch programs through the shell (/usr/sbin/my_program) or launch Perl
code itself into a daemon mode. Single and double fork methods are supported and
in double-fork mode all the things you would expect like reopening
STDOUT/STDERR, switching UID/GID are supported.

WWW: http://search.cpan.org/dist/Daemon-Control/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-06 16:21:53 +00:00
parent 819cc103d4
commit 57b5a93061
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298606
5 changed files with 43 additions and 0 deletions

View File

@ -1517,6 +1517,7 @@
SUBDIR += p5-Curses-Widgets
SUBDIR += p5-Cvs
SUBDIR += p5-DB_File-Lock
SUBDIR += p5-Daemon-Control
SUBDIR += p5-Dancer-Debug
SUBDIR += p5-Danga-Socket
SUBDIR += p5-Danga-Socket-Callback

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Daemon-Control
# Date created: 2012-06-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Daemon-Control
PORTVERSION= 0.000.009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create init scripts in Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Daemon::Control.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Daemon-Control-0.000009.tar.gz) = a72c64f4e8693c8de0e74dc3170dd2e57cc07e0d7f68981670eeb310c248efa3
SIZE (Daemon-Control-0.000009.tar.gz) = 20679

View File

@ -0,0 +1,10 @@
Daemon::Control provides a library for creating init scripts in perl. Your perl
script just needs to set the accessors for what and how you want something to
run and the library takes care of the rest.
You can launch programs through the shell (/usr/sbin/my_program) or launch Perl
code itself into a daemon mode. Single and double fork methods are supported and
in double-fork mode all the things you would expect like reopening
STDOUT/STDERR, switching UID/GID are supported.
WWW: http://search.cpan.org/dist/Daemon-Control/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Daemon/Control.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Daemon/Control/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Daemon/Control
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Daemon
@dirrmtry %%SITE_PERL%%/Daemon