1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add devel/p5-DB_File-Lock, a wrapper for the DB_File module, adding

locking, extremely lightweight.

This module provides the similar functionality to Tie::DB_LockFile,
but also supports DB_RECNO.

Reviewed by:		knu (mentor)
Approved by:		knu (mentor)
This commit is contained in:
Norikatsu Shigemura 2002-08-16 02:05:51 +00:00
parent 6b10ccc38e
commit 54b5ff2c6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64561
6 changed files with 36 additions and 0 deletions

View File

@ -414,6 +414,7 @@
SUBDIR += p5-ConfigReader
SUBDIR += p5-Curses
SUBDIR += p5-Curses-Widgets
SUBDIR += p5-DB_File-Lock
SUBDIR += p5-Data-Compare
SUBDIR += p5-Data-DumpXML
SUBDIR += p5-Data-Flow

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-DB_File-Lock
# Date created: 2002/08/15
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= DB_File-Lock
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DB_File
PKGNAMEPREFIX= p5-
MAINTAINER= nork@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= DB_File::Lock.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (DB_File-Lock-0.05.tar.gz) = 8be62f30cd8b395b870b492c981d223b

View File

@ -0,0 +1 @@
Perl module to use the DB_File with Lock

View File

@ -0,0 +1,5 @@
This module provides a wrapper for the DB_File module, adding locking.
When you need locking, simply use this module in place of DB_File and
add an extra argument onto the tie command specifying if the file should
be locked for reading or writing.

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/DB_File/Lock.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DB_File/Lock/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DB_File/Lock 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DB_File 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DB_File 2>/dev/null || true