cvs commit: ports/devel Makefile ports/devel/py-lock_file Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Wed Jun 6 13:28:21 UTC 2007


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)


More information about the cvs-all mailing list