summaryrefslogtreecommitdiff
path: root/devel/p5-File-NFSLock
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13Changes 1.21:adam2-8/+8
* Various patches by Chorny at cpan dot org and fREW frioux at gmail dot com: * Windows NTFS compatibility fixes. * Allow PID to be negative. * Lexically scope temp file handles to reduce changes of memory leak and avoid unintentional glob clobberation. * Security fix: 3 arg open(). * Repair test suites logics. * Fixed infinite freezing on Strawberry Perl v5.10.0. * Fixed infinite freezing on ActiveState Perl v5.12.1. * Sorry for the past 8 years of suffering.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-06Import p5-File-NFSLock-1.20 into pkgsrc:abs4-0/+34
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.