diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-02-27 05:52:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-02-27 05:52:44 +0000 |
commit | 5eae85527d0859cef627fd1e26749ab139b81108 (patch) | |
tree | 7422c622bae81f2c15b928a8d1fc4b03d65dd5b0 /net/p5-Net-Daemon | |
parent | Remove redundant LIB_DEPENDS, (diff) |
Add p5-Net-Daemon,
it's perl5 extension of portable daemons.
Notes
Notes:
svn path=/head/; revision=26322
Diffstat (limited to 'net/p5-Net-Daemon')
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 28 | ||||
-rw-r--r-- | net/p5-Net-Daemon/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-Daemon/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Daemon/pkg-descr | 9 | ||||
-rw-r--r-- | net/p5-Net-Daemon/pkg-plist | 6 |
5 files changed, 45 insertions, 0 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile new file mode 100644 index 000000000000..d7ead2385f92 --- /dev/null +++ b/net/p5-Net-Daemon/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Net-Daemon +# Version required: 0.29 +# Date created: 27 Feb 2000 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $FreeBSD$ +# + +DISTNAME= Net-Daemon-0.29 +PKGNAME= p5-Net-Daemon-0.29 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= vanilla@FreeBSD.ORG + +USE_PERL5= YES + +MAN3= Net::Daemon.3 \ + Net::Daemon::Log.3 \ + Net::Daemon::Test.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/net/p5-Net-Daemon/distinfo b/net/p5-Net-Daemon/distinfo new file mode 100644 index 000000000000..3778d2d5c234 --- /dev/null +++ b/net/p5-Net-Daemon/distinfo @@ -0,0 +1 @@ +MD5 (Net-Daemon-0.29.tar.gz) = a283854dab5eb4dd1c49bd5371d14e48 diff --git a/net/p5-Net-Daemon/pkg-comment b/net/p5-Net-Daemon/pkg-comment new file mode 100644 index 000000000000..09cee41e76fd --- /dev/null +++ b/net/p5-Net-Daemon/pkg-comment @@ -0,0 +1 @@ +Perl5 extension for portable daemons. diff --git a/net/p5-Net-Daemon/pkg-descr b/net/p5-Net-Daemon/pkg-descr new file mode 100644 index 000000000000..fc01da0034be --- /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 000000000000..a0f483d99b01 --- /dev/null +++ b/net/p5-Net-Daemon/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon/Log.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon/Test.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Daemon/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Daemon +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Daemon |