Add p5-LockFile-Simple 0.2.5, perl module implementing simple file

locking.
This commit is contained in:
Will Andrews 2001-01-03 23:31:56 +00:00
parent 7551439fa5
commit 6a2a4fc78d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36708
6 changed files with 46 additions and 0 deletions

View File

@ -252,6 +252,7 @@
SUBDIR += p5-Locale-Maketext
SUBDIR += p5-Locale-PGetText
SUBDIR += p5-Locale-gettext
SUBDIR += p5-LockFile-Simple
SUBDIR += p5-PV
SUBDIR += p5-Parse-RecDescent
SUBDIR += p5-Penguin

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: LockFile-Simple
# Date created: Wed Jan 3 14:54:51 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= LockFile-Simple
PORTVERSION= 0.2.5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LockFile
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= LockFile::Simple.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (LockFile-Simple-0.2.5.tar.gz) = acf9fd6f965789a42fa5314a4be0189d

View File

@ -0,0 +1 @@
Perl module implementing simple file locking

View File

@ -0,0 +1,11 @@
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.
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
--will

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/LockFile/Lock.pm
lib/perl5/site_perl/%%PERL_VER%%/LockFile/Lock/Simple.pm
lib/perl5/site_perl/%%PERL_VER%%/LockFile/Manager.pm
lib/perl5/site_perl/%%PERL_VER%%/LockFile/Simple.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LockFile/Simple/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LockFile/Simple
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LockFile
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LockFile/Lock
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LockFile