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:
parent
e2b905cf74
commit
bd9888119d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69753
@ -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
|
||||
|
23
devel/p5-Proc-PIDFile/Makefile
Normal file
23
devel/p5-Proc-PIDFile/Makefile
Normal 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>
|
1
devel/p5-Proc-PIDFile/distinfo
Normal file
1
devel/p5-Proc-PIDFile/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Proc-PID_File-0.03.tar.gz) = b6a4d11e61c2603fc40caa761842feb6
|
1
devel/p5-Proc-PIDFile/pkg-comment
Normal file
1
devel/p5-Proc-PIDFile/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 module to prevent multiple instances of a process from running
|
7
devel/p5-Proc-PIDFile/pkg-descr
Normal file
7
devel/p5-Proc-PIDFile/pkg-descr
Normal 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.
|
4
devel/p5-Proc-PIDFile/pkg-plist
Normal file
4
devel/p5-Proc-PIDFile/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user