diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 04:27:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 04:27:03 +0000 |
commit | 3d43ad8f2bfd1eac1cbb5110ed193c901c749200 (patch) | |
tree | 9bdfba4c93f1ecd36c73ab05e90903d1200beedc /security | |
parent | 2c4799f72d8aa23b7768a9e7c27b4be12e5fbc6e (diff) | |
download | ports-3d43ad8f2bfd1eac1cbb5110ed193c901c749200.tar.gz ports-3d43ad8f2bfd1eac1cbb5110ed193c901c749200.zip |
Initial import of stunnel version 2.1.
An SSL encryption wrapper for standard network daemons.
PR: 9435
Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
Notes
Notes:
svn path=/head/; revision=16161
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 28 | ||||
-rw-r--r-- | security/stunnel/distinfo | 1 | ||||
-rw-r--r-- | security/stunnel/pkg-comment | 1 | ||||
-rw-r--r-- | security/stunnel/pkg-descr | 9 | ||||
-rw-r--r-- | security/stunnel/pkg-plist | 1 |
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 |