1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add Proc::PID_File perl module.

This commit is contained in:
Kelly Yancey 2002-11-08 21:18:18 +00:00
parent e2b905cf74
commit bd9888119d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69753
6 changed files with 37 additions and 0 deletions

View File

@ -559,6 +559,7 @@
SUBDIR += p5-PerlMenu
SUBDIR += p5-Proc-Background
SUBDIR += p5-Proc-Daemon
SUBDIR += p5-Proc-PIDFile
SUBDIR += p5-Proc-ProcessTable
SUBDIR += p5-Proc-Reliable
SUBDIR += p5-Proc-Simple

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Proc-PID_File
# Date created: 08 November 2002
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Proc-PIDFile
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc
PKGNAMEPREFIX= p5-
DISTNAME= Proc-PID_File-${PORTVERSION}
MAINTAINER= kbyanc@FreeBSD.org
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Proc::PID_File.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Proc-PID_File-0.03.tar.gz) = b6a4d11e61c2603fc40caa761842feb6

View File

@ -0,0 +1 @@
Perl5 module to prevent multiple instances of a process from running

View File

@ -0,0 +1,7 @@
A pid file is a file which contains a record of the process which created
it. Pids are written down to files so that:
* a program can know whether an instance of itself is currently running
* other processes can know the pid of a running program
This module can be used so that your script can do the former.

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/Proc/test-T.pl
lib/perl5/site_perl/%%PERL_VER%%/Proc/simple.pl
lib/perl5/site_perl/%%PERL_VER%%/Proc/PID_File.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Proc