Initial import of Net-Daemon-0.34

This extension for portable daemons.
This commit is contained in:
kevlo 2001-01-19 03:03:32 +00:00
parent a7ada8bdc3
commit dbee52f4ab
5 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:03:32 kevlo Exp $
DISTNAME= Net-Daemon-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-Daemon-0.34.tar.gz) = ca68ac13901f56d1d521dabe65ac11d4
RMD160 (Net-Daemon-0.34.tar.gz) = fbe479b2e2544c6d1f02c6aac4bf72f5e22a38ee
SHA1 (Net-Daemon-0.34.tar.gz) = e72e5174935ec1e2f409ddccc57f6af3aa4af6ae

View File

@ -0,0 +1 @@
extension for portable daemons

View File

@ -0,0 +1,7 @@
Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way.
It 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.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/19 03:03:32 kevlo Exp $
libdata/perl5/site_perl/Net/Daemon.pm
libdata/perl5/site_perl/Net/Daemon/Log.pm
libdata/perl5/site_perl/Net/Daemon/Test.pm
man/man3/Net::Daemon.3p
man/man3/Net::Daemon::Log.3p
man/man3/Net::Daemon::Test.3p
@dirrm libdata/perl5/site_perl/Net/Daemon