summaryrefslogtreecommitdiffstats
path: root/security/p5-Net-Daemon-SSL
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-09-02 16:29:26 +0000
committergarga <garga@FreeBSD.org>2005-09-02 16:29:26 +0000
commitef467d92ff65be7563ba76ca1022943d7d1add00 (patch)
treef0b4b362af368db138ddea67b598b0146aaeefc0 /security/p5-Net-Daemon-SSL
parent531b1a7cb4590edf2953baf8c99b31a4cfe2c7e2 (diff)
downloadFreeBSD-ports-ef467d92ff65be7563ba76ca1022943d7d1add00.zip
FreeBSD-ports-ef467d92ff65be7563ba76ca1022943d7d1add00.tar.gz
Add p5-Net-Daemon-SSL 1.0, perl5 extension for portable daemons.
PR: ports/85125 Submitted by: Simon Dick <simond@irrelevant.org>
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 0000000..dc7691b
--- /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 0000000..1d802d2
--- /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 0000000..fc01da0
--- /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 0000000..b3873a6
--- /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
OpenPOWER on IntegriCloud