Initial import of Net-Daemon-0.34
This extension for portable daemons.
This commit is contained in:
parent
a7ada8bdc3
commit
dbee52f4ab
20
net/p5-Net-Daemon/Makefile
Normal file
20
net/p5-Net-Daemon/Makefile
Normal 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>
|
3
net/p5-Net-Daemon/files/md5
Normal file
3
net/p5-Net-Daemon/files/md5
Normal 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
|
1
net/p5-Net-Daemon/pkg/COMMENT
Normal file
1
net/p5-Net-Daemon/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
extension for portable daemons
|
7
net/p5-Net-Daemon/pkg/DESCR
Normal file
7
net/p5-Net-Daemon/pkg/DESCR
Normal 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.
|
8
net/p5-Net-Daemon/pkg/PLIST
Normal file
8
net/p5-Net-Daemon/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user