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 <wenheping@gmail.com>
# $FreeBSD: head/sysutils/py-zdaemon/Makefile 413424 2016-04-16 10:06:16Z rm $
PORTNAME= zdaemon
PORTVERSION= 4.1.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Daemon Process Control Library and Tools for Unix-bases Systems
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:python/py-zconfig@${PY_FLAVOR}
NO_ARCH= yes
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (zdaemon-4.1.0.zip) = 185b374ab49f928bbcdb7572c5cd7c3a9e75324a005ce73dfee4208ce10ab1f9
SIZE (zdaemon-4.1.0.zip) = 74287

View File

@@ -0,0 +1,8 @@
zdaemon is a Python package which provides APIs for managing
applications run as daemons. Its principal use to date has
been to manage the application server and storage server daemons
for Zope / ZEO, although it is not limited to running Python-based
applications (for instance, it has been used to manage the
'spread' daemon).
WWW: https://pypi.python.org/pypi/zdaemon/