Bug 113392 - New port: devel/py-lock_file Lock file manipulation
Summary: New port: devel/py-lock_file Lock file manipulation
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: 2007-06-05 23:10 UTC by Martin Horcicka
Modified: 2007-06-06 14:30 UTC (History)
1 user (show)

See Also:


Attachments
py-lock_file.shar (2.49 KB, text/plain)
2007-06-05 23:10 UTC, Martin Horcicka
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Horcicka 2007-06-05 23:10:03 UTC
	A Python module for lock file manipulation.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-05 23:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-06-06 12:03:53 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-06 14:28:10 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-06 14:28:29 UTC
miwi        2007-06-06 13:28:20 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-lock_file   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Lock files are used on Unix-like systems as a means of synchronization among
  processes. Only one process can hold a lock file. Other processes that want to
  acquire it have to wait until it is released by the holder.
  
  In this module the lock file is implemented as an empty regular file,
  exclusively locked using fcntl.flock. The file is removed when it is to be
  released.
  
  WWW: http://martin.horcicka.eu/python/lock_file/
  
  PR:             ports/113392
  Submitted by:   Martin Horcicka <martin at horcicka.eu>
  
  Revision  Changes    Path
  1.2778    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/py-lock_file/Makefile (new)
  1.1       +3 -0      ports/devel/py-lock_file/distinfo (new)
  1.1       +9 -0      ports/devel/py-lock_file/pkg-descr (new)
  1.1       +3 -0      ports/devel/py-lock_file/pkg-plist (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"