Subject: CVS commit: pkgsrc/devel/ruby-filelock
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2001 15:40:21
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Jul  1 12:40:21 UTC 2001

Update of /cvsroot/pkgsrc/devel/ruby-filelock
In directory netbsd.hut.fi:/tmp/cvs-serv29482

Log Message:
Importing ruby-filelock.

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.



Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/ruby-filelock/Makefile
N pkgsrc/devel/ruby-filelock/distinfo
N pkgsrc/devel/ruby-filelock/pkg/DESCR
N pkgsrc/devel/ruby-filelock/pkg/PLIST

No conflicts created by this import