Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

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,18 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:52 wiz Exp $
DISTNAME= DB_File-Lock-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
SVR4_PKGNAME= p5dfl
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File-Lock/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DB_File-Lock/
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"

View File

@@ -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