Date: Mon, 9 Feb 2009 13:10:09 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-lockfile Makefile distinfo pkg-descr Message-ID: <200902091310.n19DA9cn087269@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902091310.n19DA9cn087269>