- Add p5-File-Flock-Retry 0.59

File::Flock::Retry is yet another flock module. It is a more lightweight
alternative to File::Flock with some other differences:
- OO interface only
- Autoretry (by default for 60s) when trying to acquire lock

WWW: http://search.cpan.org/dist/File-Flock-Retry/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-01 16:06:24 +00:00
parent 17ddd52bc9
commit 5afeb5a195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375932
5 changed files with 35 additions and 0 deletions

View file

@ -2062,6 +2062,7 @@
SUBDIR += p5-File-Finder
SUBDIR += p5-File-Flat
SUBDIR += p5-File-Flock
SUBDIR += p5-File-Flock-Retry
SUBDIR += p5-File-FnMatch
SUBDIR += p5-File-Grep
SUBDIR += p5-File-HStore

View file

@ -0,0 +1,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= File-Flock-Retry
PORTVERSION= 0.59
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet another flock module
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Rinci>=1.1.0:${PORTSDIR}/devel/p5-Rinci
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \
p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (File-Flock-Retry-0.59.tar.gz) = a30292b999a05e6e69edb584337e46764ec5f3a404b4f8f124498ba0a52bbfc9
SIZE (File-Flock-Retry-0.59.tar.gz) = 14431

View file

@ -0,0 +1,6 @@
File::Flock::Retry is yet another flock module. It is a more lightweight
alternative to File::Flock with some other differences:
- OO interface only
- Autoretry (by default for 60s) when trying to acquire lock
WWW: http://search.cpan.org/dist/File-Flock-Retry/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/File/Flock/Retry.pm
%%PERL5_MAN3%%/File::Flock::Retry.3.gz