rlock creates NFS safe lockfiles. it can optionally run a program while holding the lock, ensuring lockfile removal on program exit. if a program is specified to be run rlock will spawn a background thread to kept the lockfile 'fresh' by touching it at a regular interval. in this way a lease is maintained on the lockfile and other processes attempting to obtain the lock can determine that it is in use. WWW: http://www.codeforpeople.com/lib/ruby/lockfile/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed New port added. Thanks!
miwi 2009-02-09 13:10:09 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-lockfile Makefile distinfo pkg-descr Log: rlock creates NFS safe lockfiles. it can optionally run a program while holding the lock, ensuring lockfile removal on program exit. if a program is specified to be run rlock will spawn a background thread to kept the lockfile 'fresh' by touching it at a regular interval. in this way a lease is maintained on the lockfile and other processes attempting to obtain the lock can determine that it is in use. WWW: http://www.codeforpeople.com/lib/ruby/lockfile/ PR: ports/131023 Submitted by: Dennis Herrmann <adox at mcx2.org> Revision Changes Path 1.3360 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/rubygem-lockfile/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-lockfile/distinfo (new) 1.1 +8 -0 ports/devel/rubygem-lockfile/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"