Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-06 | Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. | taca | 1 | -2/+2 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-28 | Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries. | taca | 1 | -1/+3 | |
Bump PKG_REVISION. | |||||
2004-12-04 | Switch to use RUBY_DLEXT as suffix of extention library. | taca | 1 | -2/+2 | |
2004-11-27 | Migrate ruby-filelock to use new framework for Ruby packages. | taca | 2 | -12/+7 | |
2004-03-16 | Add ruby to CATEGORIES. | taca | 1 | -2/+2 | |
2004-03-15 | Update MASTER_SITES. | taca | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-08 | Various changes: mostly removing 'WWW:' lines, since that's what we have | wiz | 1 | -1/+0 | |
the HOMEPAGE variable for, as well as some grammar and spelling fixes. | |||||
2001-07-01 | Importing ruby-filelock. | taca | 4 | -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. |