mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-zdaemon/Makefile
Normal file
19
python/py-zdaemon/Makefile
Normal 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>
|
||||
2
python/py-zdaemon/distinfo
Normal file
2
python/py-zdaemon/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zdaemon-4.1.0.zip) = 185b374ab49f928bbcdb7572c5cd7c3a9e75324a005ce73dfee4208ce10ab1f9
|
||||
SIZE (zdaemon-4.1.0.zip) = 74287
|
||||
8
python/py-zdaemon/pkg-descr
Normal file
8
python/py-zdaemon/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user