summaryrefslogtreecommitdiff
path: root/devel/ruby-filelock
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-27Migrate ruby-filelock to use new framework for Ruby packages.taca2-12/+7
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.