Bug 131023 - [NEW PORT] devel/rubygem-lockfile: A ruby library for creating NFS safe lockfiles
Summary: [NEW PORT] devel/rubygem-lockfile: A ruby library for creating NFS safe lockf...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 18:50 UTC by Dennis Herrmann
Modified: 2009-02-09 13:20 UTC (History)
0 users

See Also:


Attachments
rubygem-lockfile-1.4.3.shar (2.59 KB, text/plain)
2009-01-26 18:50 UTC, Dennis Herrmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"