diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-06 23:35:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-06 23:35:27 +0800 |
commit | f37001cf12f33dd9caaa9ae509b380e5456a5997 (patch) | |
tree | fb3270d44a7e39bac08a49bc087067411e0c1ec1 /sysutils/py-zdaemon/pkg-descr | |
parent | a1a9074d3275ab0fcfdaafa092a43771d870c4a1 (diff) | |
download | freebsd-ports-gnome-f37001cf12f33dd9caaa9ae509b380e5456a5997.tar.gz freebsd-ports-gnome-f37001cf12f33dd9caaa9ae509b380e5456a5997.tar.zst freebsd-ports-gnome-f37001cf12f33dd9caaa9ae509b380e5456a5997.zip |
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: http://www.python.org/pypi/zdaemon
PR: ports/129118
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'sysutils/py-zdaemon/pkg-descr')
-rw-r--r-- | sysutils/py-zdaemon/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/py-zdaemon/pkg-descr b/sysutils/py-zdaemon/pkg-descr new file mode 100644 index 000000000000..020e98fef2d6 --- /dev/null +++ b/sysutils/py-zdaemon/pkg-descr @@ -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: http://www.python.org/pypi/zdaemon |