Subject: CVS commit: pkgsrc/devel/p5-File-NFSLock
From: David Brownlee
Date: 2007-02-06 19:48:59
Message id: 20070206184859.B0CD4211CA@cvs.netbsd.org

Log Message:
Import p5-File-NFSLock-1.20 into pkgsrc:

File::NFSLock - perl module to do NFS (or not) locking

Program based of concept of hard linking of files being atomic
across NFS. This concept was mentioned in Mail::Box::Locker (which
was originally presented in Mail::Folder::Maildir). Some routine
flow is taken from there -- particularly the idea of creating a 
random local file, hard linking a common file to the local file,
and then checking the nlink status. Some ideologies were not complete
(uncache mechanism, shared locking) and some coding was even
incorrect (wrong stat index). File::NFSLock was written to be light,
generic, and fast.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-File-NFSLock/Makefile
1.1importpkgsrc/devel/p5-File-NFSLock/DESCR
1.1importpkgsrc/devel/p5-File-NFSLock/distinfo
1.1importpkgsrc/devel/p5-File-NFSLock/PLIST