summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 17:49:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 17:49:47 +0000
commit1e28a3746d77419601862eacd64db1c2d2f5c389 (patch)
tree9dc129f2831aa93351720535b4ebf8692bcaaf9a /security
parentAdd the dopewars and phalanx ports. (diff)
Initial import of sslproxy version 19980614.
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org>
Notes
Notes: svn path=/head/; revision=19271
Diffstat (limited to 'security')
-rw-r--r--security/sslproxy/Makefile22
-rw-r--r--security/sslproxy/distinfo1
-rw-r--r--security/sslproxy/files/patch-aa14
-rw-r--r--security/sslproxy/pkg-comment1
-rw-r--r--security/sslproxy/pkg-descr7
-rw-r--r--security/sslproxy/pkg-plist1
6 files changed, 46 insertions, 0 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
new file mode 100644
index 000000000000..0a31c6ec925c
--- /dev/null
+++ b/security/sslproxy/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: sslproxy
+# Version required: 1998_Jun_14
+# Date created: 11 February 1999
+# Whom: Alex Le Heux
+#
+# $Id$
+#
+
+DISTNAME= sslproxy.1998_Jun_14
+PKGNAME= sslproxy-19980614
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/
+
+MAINTAINER= alexlh@funk.org
+
+BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl
+RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
+
+.include <bsd.port.mk>
diff --git a/security/sslproxy/distinfo b/security/sslproxy/distinfo
new file mode 100644
index 000000000000..adfc2ae2f83e
--- /dev/null
+++ b/security/sslproxy/distinfo
@@ -0,0 +1 @@
+MD5 (sslproxy.1998_Jun_14.tar.gz) = b3319dd7cfd9d674dcbcac77480cfc86
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa
new file mode 100644
index 000000000000..a5e318323afc
--- /dev/null
+++ b/security/sslproxy/files/patch-aa
@@ -0,0 +1,14 @@
+--- Makefile.orig Sun Jun 14 15:52:50 1998
++++ Makefile Sat Jun 5 16:24:40 1999
+@@ -12,9 +12,9 @@
+ # if you use cc, remove the -Wall and -g options
+ CC= gcc
+
+-SSLROOT= /usr/local/ssl
++SSLROOT= /usr/local
+
+-CFLAGS= -Wall -I$(SSLROOT)/include -O
++CFLAGS= -Wall -I$(SSLROOT)/include/openssl -O
+ # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
+ # -DHP to the CFLAGS variable
+
diff --git a/security/sslproxy/pkg-comment b/security/sslproxy/pkg-comment
new file mode 100644
index 000000000000..08eb3fdb3c72
--- /dev/null
+++ b/security/sslproxy/pkg-comment
@@ -0,0 +1 @@
+Proxies non-SSL request over an SSL connection.
diff --git a/security/sslproxy/pkg-descr b/security/sslproxy/pkg-descr
new file mode 100644
index 000000000000..98ef70c795b4
--- /dev/null
+++ b/security/sslproxy/pkg-descr
@@ -0,0 +1,7 @@
+You probably know secure HTTP from secure web sites. Say, you want to operate
+a secure web server but have only a normal server. SSL Proxy can be your
+solution: It's plugged into the connection between the client and the server
+and adds Secure Socket Layer (SSL) support. Or the other way around: You have
+an ordinary telnet client but want to connect to a secure site. Just start SSL
+Proxy with the appropriate parameters and -- voila. That's what SSL Proxy can
+do for you.
diff --git a/security/sslproxy/pkg-plist b/security/sslproxy/pkg-plist
new file mode 100644
index 000000000000..d9813fd1a81f
--- /dev/null
+++ b/security/sslproxy/pkg-plist
@@ -0,0 +1 @@
+bin/sslproxy