summaryrefslogtreecommitdiff
path: root/databases/p5-MLDBM-Sync
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-01 01:28:01 +0000
committerjlam <jlam>2001-10-01 01:28:01 +0000
commit105e2929b32aebebf535565ea926d80237eb5331 (patch)
treef1613c274c324c3f29068520733eb1dace7b8233 /databases/p5-MLDBM-Sync
parent88e59ee2c479285a6d82ad34967e9cdc691131cf (diff)
downloadpkgsrc-105e2929b32aebebf535565ea926d80237eb5331.tar.gz
p5-MLDBM-Sync - perl5 module for safe concurrent access to MLDBM databases
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 and writes.
Diffstat (limited to 'databases/p5-MLDBM-Sync')
-rw-r--r--databases/p5-MLDBM-Sync/Makefile19
-rw-r--r--databases/p5-MLDBM-Sync/distinfo4
-rw-r--r--databases/p5-MLDBM-Sync/pkg/DESCR5
-rw-r--r--databases/p5-MLDBM-Sync/pkg/PLIST1
4 files changed, 29 insertions, 0 deletions
diff --git a/databases/p5-MLDBM-Sync/Makefile b/databases/p5-MLDBM-Sync/Makefile
new file mode 100644
index 00000000000..e87f7157d8f
--- /dev/null
+++ b/databases/p5-MLDBM-Sync/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 01:28:01 jlam Exp $
+
+DISTNAME= MLDBM-Sync-0.15
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module for safe concurrent access to MLDBM databases
+
+DEPENDS+= p5-MLDBM-[0-9]*:../../databases/p5-MLDBM
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MLDBM/Sync/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-MLDBM-Sync/distinfo b/databases/p5-MLDBM-Sync/distinfo
new file mode 100644
index 00000000000..157056eb740
--- /dev/null
+++ b/databases/p5-MLDBM-Sync/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/01 01:28:01 jlam Exp $
+
+SHA1 (MLDBM-Sync-0.15.tar.gz) = bbb9d81d2732235c3c10e9de07f07a498078f003
+Size (MLDBM-Sync-0.15.tar.gz) = 11686 bytes
diff --git a/databases/p5-MLDBM-Sync/pkg/DESCR b/databases/p5-MLDBM-Sync/pkg/DESCR
new file mode 100644
index 00000000000..3c55c4eb71f
--- /dev/null
+++ b/databases/p5-MLDBM-Sync/pkg/DESCR
@@ -0,0 +1,5 @@
+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
+and writes.
diff --git a/databases/p5-MLDBM-Sync/pkg/PLIST b/databases/p5-MLDBM-Sync/pkg/PLIST
new file mode 100644
index 00000000000..271fe804f4f
--- /dev/null
+++ b/databases/p5-MLDBM-Sync/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/01 01:28:01 jlam Exp $