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:
parent
f221e3087f
commit
b0c9c33bf6
17
devel/p5-LockFile-Simple/Makefile
Normal file
17
devel/p5-LockFile-Simple/Makefile
Normal 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>
|
5
devel/p5-LockFile-Simple/distinfo
Normal file
5
devel/p5-LockFile-Simple/distinfo
Normal 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
|
6
devel/p5-LockFile-Simple/pkg/DESCR
Normal file
6
devel/p5-LockFile-Simple/pkg/DESCR
Normal 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.
|
8
devel/p5-LockFile-Simple/pkg/PLIST
Normal file
8
devel/p5-LockFile-Simple/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user