aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/py-zdaemon/Makefile21
-rw-r--r--sysutils/py-zdaemon/distinfo2
-rw-r--r--sysutils/py-zdaemon/pkg-descr6
4 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index de1f795f61f0..64919ddd5cd0 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1093,7 +1093,6 @@
SUBDIR += py-upt-pypi
SUBDIR += py-upt-rubygems
SUBDIR += py-uptime
- SUBDIR += py-zdaemon
SUBDIR += qchroot
SUBDIR += qdirstat
SUBDIR += qflipper
diff --git a/sysutils/py-zdaemon/Makefile b/sysutils/py-zdaemon/Makefile
deleted file mode 100644
index c78007cb7ddb..000000000000
--- a/sysutils/py-zdaemon/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= zdaemon
-PORTVERSION= 4.1.0
-PORTREVISION= 1
-CATEGORIES= sysutils python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Daemon Process Control Library and Tools for Unix-bases Systems
-WWW= https://pypi.org/project/zdaemon/
-
-LICENSE= ZPL21
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ZConfig>0:devel/py-zconfig@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= python zip
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>
diff --git a/sysutils/py-zdaemon/distinfo b/sysutils/py-zdaemon/distinfo
deleted file mode 100644
index fd551639ad44..000000000000
--- a/sysutils/py-zdaemon/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (zdaemon-4.1.0.zip) = 185b374ab49f928bbcdb7572c5cd7c3a9e75324a005ce73dfee4208ce10ab1f9
-SIZE (zdaemon-4.1.0.zip) = 74287
diff --git a/sysutils/py-zdaemon/pkg-descr b/sysutils/py-zdaemon/pkg-descr
deleted file mode 100644
index fc970314c73b..000000000000
--- a/sysutils/py-zdaemon/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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).