wen         2009-12-15 03:56:11 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-zclockfile  Makefile distinfo pkg-descr pkg-plist 
  Log:
  The zc.lockfile package provides a basic portable implementation of
  interprocess locks using lock files. The purpose if not specifically
  to lock files, but to simply provide locks with an implementation
  based on file-locking primitives. Of course, these locks could be
  used to mediate access to other files. For example, the ZODB file
  storage implementation uses file locks to mediate access to
  file-storage database files. The database files and lock file files
  are separate files.
  
  WWW:  http://pypi.python.org/pypi/zc.lockfile
  
  Revision  Changes    Path
  1.3714    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-zclockfile/Makefile (new)
  1.1       +3 -0      ports/devel/py-zclockfile/distinfo (new)
  1.1       +10 -0     ports/devel/py-zclockfile/pkg-descr (new)
  1.1       +22 -0     ports/devel/py-zclockfile/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to