Add devel/p5-Sys-RunAlone 0.08, a Perl module that makes sure only one

invocation of a script is active at a time.
This commit is contained in:
Anton Berezin 2008-11-27 12:42:00 +00:00
parent 4e21e9932e
commit 95f7d92b3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223448
5 changed files with 35 additions and 0 deletions

View file

@ -1730,6 +1730,7 @@
SUBDIR += p5-Sys-Cpu
SUBDIR += p5-Sys-MemInfo
SUBDIR += p5-Sys-Mmap
SUBDIR += p5-Sys-RunAlone
SUBDIR += p5-Sys-Sig
SUBDIR += p5-Sys-SigAction
SUBDIR += p5-Sys-Syscall

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Sys-RunAlone
# Date created: 27 November 2008
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sys-RunAlone
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Sys
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Make sure only one invocation of a script is active at a time
PERL_CONFIGURE= yes
MAN3= Sys::RunAlone.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Sys-RunAlone-0.08.tar.gz) = e8d09837b6a1d897a53fbf04a5115d34
SHA256 (Sys-RunAlone-0.08.tar.gz) = 37fe65c32fcff62243e4f204e151710e0e39822952d8e0f0e30451fe294d8b69
SIZE (Sys-RunAlone-0.08.tar.gz) = 3769

View file

@ -0,0 +1,4 @@
Provide a simple way to make sure the script from which this module is
loaded, is only running once on the server.
WWW: http://search.cpan.org/dist/Sys-RunAlone/

View file

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