Date: Tue, 15 Dec 2009 03:56:11 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-zclockfile Makefile distinfo pkg-descr pkg-plist Message-ID: <200912150356.nBF3uB0k013312@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912150356.nBF3uB0k013312>
