Add devel/p5-IO-LockedFile 0.23, a Perl module that supplies object
methods for locking files.
This commit is contained in:
parent
8d0ab6433c
commit
7aaa12ceef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147916
5 changed files with 40 additions and 0 deletions
|
@ -949,6 +949,7 @@
|
|||
SUBDIR += p5-IO-Capture
|
||||
SUBDIR += p5-IO-CaptureOutput
|
||||
SUBDIR += p5-IO-Digest
|
||||
SUBDIR += p5-IO-LockedFile
|
||||
SUBDIR += p5-IO-Multiplex
|
||||
SUBDIR += p5-IO-Pager
|
||||
SUBDIR += p5-IO-Prompt
|
||||
|
|
23
devel/p5-IO-LockedFile/Makefile
Normal file
23
devel/p5-IO-LockedFile/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: devel/p5-IO-LockedFile
|
||||
# Date created: 11 November 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-LockedFile
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= IO::LockedFile - supply object methods for locking files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IO::LockedFile.3 \
|
||||
IO::LockedFile::Flock.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-IO-LockedFile/distinfo
Normal file
3
devel/p5-IO-LockedFile/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (IO-LockedFile-0.23.tar.gz) = f447f67ac7c9f42d86d07ca7477cdec6
|
||||
SHA256 (IO-LockedFile-0.23.tar.gz) = b1db7e6a6bf1be1e0615a6ecb5cebe78b00e287b127d5856d3f16b35dd47f8b5
|
||||
SIZE (IO-LockedFile-0.23.tar.gz) = 7599
|
6
devel/p5-IO-LockedFile/pkg-descr
Normal file
6
devel/p5-IO-LockedFile/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
IO::LockedFile supplies object methods for locking files. In its
|
||||
simplistic use, the IO::LockedFile class gives us the same interface as
|
||||
the IO::File class with the unique difference that the files we deal
|
||||
with are locked using the Flock mechanism (using the flock function).
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-LockedFile/
|
7
devel/p5-IO-LockedFile/pkg-plist
Normal file
7
devel/p5-IO-LockedFile/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/IO/LockedFile.pm
|
||||
%%SITE_PERL%%/IO/LockedFile/Flock.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/LockedFile/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/LockedFile 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/IO/LockedFile 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true
|
Loading…
Reference in a new issue