summaryrefslogtreecommitdiff
path: root/security/p5-Net-Daemon-SSL
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-02 16:29:26 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-02 16:29:26 +0000
commit47d5dca53620cb4b8aa01e701ecb7dd3f116c719 (patch)
treec6123053ba3d25f8b2666e2c7fc5c0724ecf722c /security/p5-Net-Daemon-SSL
parentFix build on 4-stable: Use ports version of libpcap since system version (diff)
Add p5-Net-Daemon-SSL 1.0, perl5 extension for portable daemons.
PR: ports/85125 Submitted by: Simon Dick <simond@irrelevant.org>
Notes
Notes: svn path=/head/; revision=141812
Diffstat (limited to 'security/p5-Net-Daemon-SSL')
-rw-r--r--security/p5-Net-Daemon-SSL/Makefile27
-rw-r--r--security/p5-Net-Daemon-SSL/distinfo2
-rw-r--r--security/p5-Net-Daemon-SSL/pkg-descr9
-rw-r--r--security/p5-Net-Daemon-SSL/pkg-plist3
4 files changed, 41 insertions, 0 deletions
diff --git a/security/p5-Net-Daemon-SSL/Makefile b/security/p5-Net-Daemon-SSL/Makefile
new file mode 100644
index 000000000000..dc7691b6c5a6
--- /dev/null
+++ b/security/p5-Net-Daemon-SSL/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Net-Daemon-SSL
+# Date created: 25 April 2005
+# Whom: Simon Dick <simond@irrelevant.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Daemon-SSL
+PORTVERSION= 1.0
+CATEGORIES= security net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= simond@irrelevant.org
+COMMENT= Perl5 extension for portable daemons
+
+PERL_CONFIGURE= yes
+
+BUILD_DEPENDS+= ${SITE_PERL}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \
+ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS+= ${SITE_PERL}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \
+ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+
+MAN3= Net::Daemon::SSL.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Net-Daemon-SSL/distinfo b/security/p5-Net-Daemon-SSL/distinfo
new file mode 100644
index 000000000000..1d802d23f34a
--- /dev/null
+++ b/security/p5-Net-Daemon-SSL/distinfo
@@ -0,0 +1,2 @@
+MD5 (Net-Daemon-SSL-1.0.tar.gz) = b1fb782a93346641f9e84afc4bc6bafe
+SIZE (Net-Daemon-SSL-1.0.tar.gz) = 2394
diff --git a/security/p5-Net-Daemon-SSL/pkg-descr b/security/p5-Net-Daemon-SSL/pkg-descr
new file mode 100644
index 000000000000..fc01da0034be
--- /dev/null
+++ b/security/p5-Net-Daemon-SSL/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/security/p5-Net-Daemon-SSL/pkg-plist b/security/p5-Net-Daemon-SSL/pkg-plist
new file mode 100644
index 000000000000..b3873a6edf0f
--- /dev/null
+++ b/security/p5-Net-Daemon-SSL/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Net/Daemon/SSL.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/SSL/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/SSL