The LockFile::Simple extension provides simple file locking, of

the advisory kind, i.e. it requires cooperation between applications
wishing to lock the same files.

ok ajacoutot@ simon@
This commit is contained in:
pea 2008-11-14 07:28:43 +00:00
parent f221e3087f
commit b0c9c33bf6
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/14 07:28:43 pea Exp $
COMMENT = perl module implementing simple file locking
MODULES = cpan
DISTNAME = LockFile-Simple-0.207
CATEGORIES = devel
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# Perl / GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (LockFile-Simple-0.207.tar.gz) = GUVzvfPxgjcjlZsl8KMi0A==
RMD160 (LockFile-Simple-0.207.tar.gz) = munWFLnTJ/xhivQqYxDyCUDUVlM=
SHA1 (LockFile-Simple-0.207.tar.gz) = nVr54EgBKL0nR6YWArSscnaL0JA=
SHA256 (LockFile-Simple-0.207.tar.gz) = 6sY9C7MURScERHhVa6ekfe3QEPlbKUka8HZSaXyKO5w=
SIZE (LockFile-Simple-0.207.tar.gz) = 12753

View File

@ -0,0 +1,6 @@
The LockFile::Simple extension provides simple file locking, of
the advisory kind, i.e. it requires cooperation between applications
wishing to lock the same files.
It is meant to be used in quick-and-dirty scripts or more elaborated
programs that want a simple locking scheme, yet with a reasonable
level of configuration.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/14 07:28:43 pea Exp $
${P5SITE}/LockFile/
${P5SITE}/LockFile/Lock/
${P5SITE}/LockFile/Lock.pm
${P5SITE}/LockFile/Lock/Simple.pm
${P5SITE}/LockFile/Manager.pm
${P5SITE}/LockFile/Simple.pm
@man man/man3p/LockFile::Simple.3p