Update textproc/hs-lhs2tex to version 1.24
[dports.git] / security / p5-Net-Daemon-SSL / pkg-descr
1 Net::Daemon is an abstract base class for implementing portable server
2 applications in a very simple way. The module is designed for Perl 5.005
3 and threads, but can work with fork() and Perl 5.004.
4
5 The Net::Daemon class offers methods for the most common tasks a daemon
6 needs: Starting up, logging, accepting clients, authorization,
7 restricting its own environment for security and doing the true work.
8 You only have to override those methods that aren't appropriate for you,
9 but typically inheriting will safe you a lot of work anyways.