IO::LockedFile class gives us the same interface of the IO::File class

to files with the unique difference that those files are locked using
the flock mechanism.
This commit is contained in:
Hiramatsu Yoshifumi 2004-11-19 18:55:02 +00:00 committed by Thomas Klausner
parent 816957be98
commit 254e6e982a
4 changed files with 28 additions and 0 deletions

3
p5-IO-LockedFile/DESCR Normal file
View file

@ -0,0 +1,3 @@
IO::LockedFile class gives us the same interface of the IO::File class
to files with the unique difference that those files are locked using
the flock mechanism.

20
p5-IO-LockedFile/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/11/19 18:55:02 jgoamakf Exp $
#
DISTNAME= IO-LockedFile-0.23
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iol
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/IO-LockedFile/
COMMENT= Supply object methods for locking files
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/LockedFile/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

1
p5-IO-LockedFile/PLIST Normal file
View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/19 18:55:02 jgoamakf Exp $

View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/11/19 18:55:02 jgoamakf Exp $
SHA1 (IO-LockedFile-0.23.tar.gz) = 4c285e28abb29e97673faa0f6bee646336dc929d
Size (IO-LockedFile-0.23.tar.gz) = 7599 bytes