diff options
author | wiz <wiz> | 2001-03-20 14:17:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-20 14:17:43 +0000 |
commit | 563d11d4ed8661657c89be6fb7973af24e74e17d (patch) | |
tree | a35be0659f22a89be05986ff4639c3ca6b06f3a1 /net/p5-Net-Daemon | |
parent | f1cfd9cc967bd3c0619af46feccb3c92b748a5ef (diff) | |
download | pkgsrc-563d11d4ed8661657c89be6fb7973af24e74e17d.tar.gz |
Initial import of p5-Net-Daemon-0.34, provided by Eric Schnoebelen in
pkg/12421: perl5 module for writing networking daemons.
Diffstat (limited to 'net/p5-Net-Daemon')
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-Daemon/files/md5 | 3 | ||||
-rw-r--r-- | net/p5-Net-Daemon/pkg/DESCR | 9 | ||||
-rw-r--r-- | net/p5-Net-Daemon/pkg/PLIST | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile new file mode 100644 index 00000000000..962130f1a7d --- /dev/null +++ b/net/p5-Net-Daemon/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 14:17:43 wiz Exp $ +# + +DISTNAME= Net-Daemon-0.34 +PKGNAME= p5-Net-Daemon-0.34 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= eric@cirr.com +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html +COMMENT= perl5 module for writing networking daemons + +DEPENDS+= p5-Data-Dumper-*:../../devel/p5-Data-Dumper + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Daemon/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Daemon/files/md5 b/net/p5-Net-Daemon/files/md5 new file mode 100644 index 00000000000..f030e20ab96 --- /dev/null +++ b/net/p5-Net-Daemon/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/20 14:17:43 wiz Exp $ + +SHA1 (Net-Daemon-0.34.tar.gz) = e72e5174935ec1e2f409ddccc57f6af3aa4af6ae 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. diff --git a/net/p5-Net-Daemon/pkg/PLIST b/net/p5-Net-Daemon/pkg/PLIST new file mode 100644 index 00000000000..39d8427d2ad --- /dev/null +++ b/net/p5-Net-Daemon/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/20 14:17:43 wiz Exp $ |