Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

9
net/p5-Net-Daemon/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.28 2013/05/31 12:41:37 wiz Exp $
#
DISTNAME= Net-Daemon-0.48
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5nda
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-Daemon/
COMMENT= Perl5 module for writing networking daemons
LICENSE= ${PERL5_LICENSE}
#WRKSRC= ${WRKDIR}/Net-Daemon/
PERL5_PACKLIST= auto/Net/Daemon/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.8 2011/11/11 08:31:44 hiramatsu Exp $
SHA1 (Net-Daemon-0.48.tar.gz) = b322436fd9e5cc52fa1da9db345838026351bcea
RMD160 (Net-Daemon-0.48.tar.gz) = 0a0dab641a7a9ca0964ce33f9d3af7de375cd1e0
Size (Net-Daemon-0.48.tar.gz) = 29513 bytes