From 3d43ad8f2bfd1eac1cbb5110ed193c901c749200 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 18 Jan 1999 04:27:03 +0000 Subject: Initial import of stunnel version 2.1. An SSL encryption wrapper for standard network daemons. PR: 9435 Submitted by: Martti Kuparinen --- security/stunnel/Makefile | 28 ++++++++++++++++++++++++++++ security/stunnel/distinfo | 1 + security/stunnel/pkg-comment | 1 + security/stunnel/pkg-descr | 9 +++++++++ security/stunnel/pkg-plist | 1 + 5 files changed, 40 insertions(+) create mode 100644 security/stunnel/Makefile create mode 100644 security/stunnel/distinfo create mode 100644 security/stunnel/pkg-comment create mode 100644 security/stunnel/pkg-descr create mode 100644 security/stunnel/pkg-plist (limited to 'security') 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 +# +# $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 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 -- cgit v1.2.3