Bug 131023

Summary: [NEW PORT] devel/rubygem-lockfile: A ruby library for creating NFS safe lockfiles
Product: Ports & Packages Reporter: Dennis Herrmann <adox>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rubygem-lockfile-1.4.3.shar none

Description Dennis Herrmann 2009-01-26 18:50:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-26 18:50:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-09 13:09:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-09 13:10:23 UTC
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"