create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD: head/devel/py-zclockfile/Makefile 371280 2014-10-20 16:04:12Z mva $
PORTNAME= zclockfile
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zc.lockfile-${PORTVERSION}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Basic inter-process locks
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zc.lockfile-1.1.0.zip) = 1489ff1c4f655420793c46af5b427537e62435b02e83e92d7f74a73ed8a56198
SIZE (zope/zc.lockfile-1.1.0.zip) = 16645

View File

@@ -0,0 +1,10 @@
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: https://pypi.python.org/pypi/zc.lockfile/