summaryrefslogtreecommitdiff
path: root/devel/ruby-filelock
AgeCommit message (Collapse)AuthorFilesLines
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-15Update MASTER_SITES.taca1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-07-01Importing ruby-filelock.taca4-0/+59
This is a Ruby module which provides file locking mechanism. The module FileLock implements two classes: LockFile and LockedFile; the class LockFile deals with so-called lockfiles, and the class LockedFile offer a high-level interface to deal with both regular files and lockfiles at the same time. To be portable, a small C extension is used to minimize the time between existence check of a lockfile and its creation.