aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Daemon/pkg-descr
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-02-27 13:52:44 +0800
committervanilla <vanilla@FreeBSD.org>2000-02-27 13:52:44 +0800
commitdbddbf6abec7a33680d2164c312aa4f31e9a9f20 (patch)
tree2a93c02861ce78f09a1aa1c0b5146725539bc5df /net/p5-Net-Daemon/pkg-descr
parentd166b51d02e4c535a9e0a80db6f6cd7414a38757 (diff)
downloadfreebsd-ports-graphics-dbddbf6abec7a33680d2164c312aa4f31e9a9f20.tar.gz
freebsd-ports-graphics-dbddbf6abec7a33680d2164c312aa4f31e9a9f20.tar.zst
freebsd-ports-graphics-dbddbf6abec7a33680d2164c312aa4f31e9a9f20.zip
Add p5-Net-Daemon,
it's perl5 extension of portable daemons.
Diffstat (limited to 'net/p5-Net-Daemon/pkg-descr')
-rw-r--r--net/p5-Net-Daemon/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/p5-Net-Daemon/pkg-descr b/net/p5-Net-Daemon/pkg-descr
new file mode 100644
index 00000000000..fc01da0034b
--- /dev/null
+++ b/net/p5-Net-Daemon/pkg-descr
@@ -0,0 +1,9 @@
+Net::Daemon is an abstract base class for implementing portable server
+applications in a very simple way. The module is designed for Perl 5.005
+and threads, but can work with fork() and Perl 5.004.
+
+The Net::Daemon class offers methods for the most common tasks a daemon
+needs: Starting up, logging, accepting clients, authorization,
+restricting its own environment for security and doing the true work.
+You only have to override those methods that aren't appropriate for you,
+but typically inheriting will safe you a lot of work anyways.