aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-12-15 11:56:11 +0800
committerwen <wen@FreeBSD.org>2009-12-15 11:56:11 +0800
commitcfd2fa229df0bbb0d1f84dbc550d4bd147635692 (patch)
tree7e4ced8246ee596551e22cc16a05fd8bbfa1bc10 /devel/Makefile
parent54e63145c82691dc891cbff2c7856519f6f41357 (diff)
downloadfreebsd-ports-gnome-cfd2fa229df0bbb0d1f84dbc550d4bd147635692.tar.gz
freebsd-ports-gnome-cfd2fa229df0bbb0d1f84dbc550d4bd147635692.tar.zst
freebsd-ports-gnome-cfd2fa229df0bbb0d1f84dbc550d4bd147635692.zip
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 40d9be41fc02..85324102fa31 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2620,6 +2620,7 @@
SUBDIR += py-xoltar-toolkit
SUBDIR += py-yaml
SUBDIR += py-ydbf
+ SUBDIR += py-zclockfile
SUBDIR += py-zconfig
SUBDIR += py-zope.exceptions
SUBDIR += py-zopeInterface