mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add p5-MLDBM-Sync 0.25
MLDBM::Sync - safe concurrent access to MLDBM databases PR: 38684 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
2b1210b36c
commit
3d460b347b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60252
@ -88,6 +88,7 @@
|
||||
SUBDIR += p5-GraphViz-DBI
|
||||
SUBDIR += p5-Ima-DBI
|
||||
SUBDIR += p5-MLDBM
|
||||
SUBDIR += p5-MLDBM-Sync
|
||||
SUBDIR += p5-Metadata
|
||||
SUBDIR += p5-Msql
|
||||
SUBDIR += p5-MyObject
|
||||
|
25
databases/p5-MLDBM-Sync/Makefile
Normal file
25
databases/p5-MLDBM-Sync/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-MLDBM-Sync
|
||||
# Date created: May 29th, 2002
|
||||
# Whom: erwin@lansing.dk
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MLDBM-Sync
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= MLDBM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MLDBM::Sync.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-MLDBM-Sync/distinfo
Normal file
1
databases/p5-MLDBM-Sync/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (MLDBM-Sync-0.25.tar.gz) = d785d5288fdd9e25ee3e02d5fc7e865a
|
1
databases/p5-MLDBM-Sync/pkg-comment
Normal file
1
databases/p5-MLDBM-Sync/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
MLDBM::Sync - safe concurrent access to MLDBM databases
|
10
databases/p5-MLDBM-Sync/pkg-descr
Normal file
10
databases/p5-MLDBM-Sync/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This module wraps around the MLDBM interface, by handling concurrent access
|
||||
to MLDBM databases with file locking, and flushes i/o explicity per
|
||||
lock/unlock.
|
||||
The new [Read]Lock()/UnLock() API can be used to serialize requests
|
||||
logically and improve performance for bundled reads & writes.
|
||||
|
||||
WWW: http://search.cpan.org/doc/CHAMAS/MLDBM-Sync-0.25/Sync.pm
|
||||
|
||||
- Erwin Lansing
|
||||
erwin@lansing.dk
|
4
databases/p5-MLDBM-Sync/pkg-plist
Normal file
4
databases/p5-MLDBM-Sync/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/MLDBM/Sync.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/MLDBM/Sync/SDBM_File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MLDBM/Sync/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MLDBM/Sync
|
Loading…
Reference in New Issue
Block a user