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:
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
|
@ -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
|
||||
|
|
22
devel/p5-Sys-RunAlone/Makefile
Normal file
22
devel/p5-Sys-RunAlone/Makefile
Normal 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>
|
3
devel/p5-Sys-RunAlone/distinfo
Normal file
3
devel/p5-Sys-RunAlone/distinfo
Normal 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
|
4
devel/p5-Sys-RunAlone/pkg-descr
Normal file
4
devel/p5-Sys-RunAlone/pkg-descr
Normal 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/
|
5
devel/p5-Sys-RunAlone/pkg-plist
Normal file
5
devel/p5-Sys-RunAlone/pkg-plist
Normal 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
|
Loading…
Reference in a new issue