A Python module for lock file manipulation.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs
Responsible Changed From-To: freebsd-python->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
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"