summaryrefslogtreecommitdiff
path: root/databases/p5-DB_File-Lock
diff options
context:
space:
mode:
authorgavan <gavan>2006-06-03 11:45:56 +0000
committergavan <gavan>2006-06-03 11:45:56 +0000
commit79e4363abc3707395204bdd654f4d381406c3d9c (patch)
tree593e84ec66cd66ddecee1e358da7a73b7bcbea41 /databases/p5-DB_File-Lock
parentfe86c6376163f21b55ff7d86a16e5a4d0924de54 (diff)
downloadpkgsrc-79e4363abc3707395204bdd654f4d381406c3d9c.tar.gz
Add p5-DB_File-Lock, version 0.05:
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.
Diffstat (limited to 'databases/p5-DB_File-Lock')
-rw-r--r--databases/p5-DB_File-Lock/DESCR5
-rw-r--r--databases/p5-DB_File-Lock/Makefile16
-rw-r--r--databases/p5-DB_File-Lock/PLIST1
-rw-r--r--databases/p5-DB_File-Lock/distinfo5
4 files changed, 27 insertions, 0 deletions
diff --git a/databases/p5-DB_File-Lock/DESCR b/databases/p5-DB_File-Lock/DESCR
new file mode 100644
index 00000000000..ad02fa0fae1
--- /dev/null
+++ b/databases/p5-DB_File-Lock/DESCR
@@ -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.
diff --git a/databases/p5-DB_File-Lock/Makefile b/databases/p5-DB_File-Lock/Makefile
new file mode 100644
index 00000000000..3480ed4f241
--- /dev/null
+++ b/databases/p5-DB_File-Lock/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2006/06/03 11:45:56 gavan Exp $
+
+DISTNAME= DB_File-Lock-0.05
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5dbfl
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File-Lock/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Perl5 module providing locking with flock wrapper for DB_File
+
+PERL5_PACKLIST= auto/DB_File/Lock/.packlist
+DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DB_File-Lock/PLIST b/databases/p5-DB_File-Lock/PLIST
new file mode 100644
index 00000000000..a7df823bf5d
--- /dev/null
+++ b/databases/p5-DB_File-Lock/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2006/06/03 11:45:56 gavan Exp $
diff --git a/databases/p5-DB_File-Lock/distinfo b/databases/p5-DB_File-Lock/distinfo
new file mode 100644
index 00000000000..939b9bcfcf2
--- /dev/null
+++ b/databases/p5-DB_File-Lock/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/06/03 11:45:56 gavan Exp $
+
+SHA1 (DB_File-Lock-0.05.tar.gz) = 6657f7f0985dc0e35ba5ad6c42b53f063502297f
+RMD160 (DB_File-Lock-0.05.tar.gz) = a03e3a5a1e0a4b5a709a38159f32088713de0492
+Size (DB_File-Lock-0.05.tar.gz) = 7646 bytes