summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/stunnel/Makefile28
-rw-r--r--security/stunnel/distinfo1
-rw-r--r--security/stunnel/pkg-comment1
-rw-r--r--security/stunnel/pkg-descr9
-rw-r--r--security/stunnel/pkg-plist1
5 files changed, 40 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
new file mode 100644
index 000000000000..93b8f35c739a
--- /dev/null
+++ b/security/stunnel/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: stunnel
+# Version required: 2.1
+# Date created: Mon Jan 11 11:53:54 EET 1999
+# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
+#
+# $Id$
+#
+
+DISTNAME= stunnel-2.1
+CATEGORIES= security
+MASTER_SITES= http://mike.daewoo.com.pl/computer/stunnel/ \
+ ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
+ ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
+ ftp://ftp.all.de/pub2/unix/security/stunnel/ \
+ http://mike.daewoo.com.pl/computer/stunnel/
+
+MAINTAINER= martti.kuparinen@ericsson.com
+
+BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay \
+ ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/SSLeay \
+ ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/SSLeay
+RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/stunnel
+MAN8= stunnel.8
+
+.include <bsd.port.mk>
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo
new file mode 100644
index 000000000000..e798c1d7786b
--- /dev/null
+++ b/security/stunnel/distinfo
@@ -0,0 +1 @@
+MD5 (stunnel-2.1.tar.gz) = 3409d14c4916be25fe88d5f24c90f7cf
diff --git a/security/stunnel/pkg-comment b/security/stunnel/pkg-comment
new file mode 100644
index 000000000000..36598179fccc
--- /dev/null
+++ b/security/stunnel/pkg-comment
@@ -0,0 +1 @@
+SSL encryption wrapper for standard network daemons
diff --git a/security/stunnel/pkg-descr b/security/stunnel/pkg-descr
new file mode 100644
index 000000000000..411bf75de432
--- /dev/null
+++ b/security/stunnel/pkg-descr
@@ -0,0 +1,9 @@
+The stunnel program is designed to work as SSL encryption
+wrapper between remote client and local (inetd-startable) or
+remote server. The concept is that having non-SSL aware dae-
+mons running on your system you can easily setup them to
+communicate with clients over secure SSL channel.
+
+stunnel can be used to add SSL functionality to commonly
+used inetd daemons like POP-2, POP-3 and IMAP servers
+without any changes in the programs' code.
diff --git a/security/stunnel/pkg-plist b/security/stunnel/pkg-plist
new file mode 100644
index 000000000000..b524fda1e5f9
--- /dev/null
+++ b/security/stunnel/pkg-plist
@@ -0,0 +1 @@
+sbin/stunnel