summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2008-12-05 12:52:39 +0000
committersborrill <sborrill@pkgsrc.org>2008-12-05 12:52:39 +0000
commit488e7d3e72437886d4648b83bfba3567c178571f (patch)
tree85f7ae512c776a032dcf498ee188553074264d9a /security
parent83ff034b1dc978d8ac118b8a6ce51747b55d581b (diff)
downloadpkgsrc-488e7d3e72437886d4648b83bfba3567c178571f.tar.gz
The Symbion SSL Proxy listens on a TCP port, accepts SSL connections, and
forwards them to another (local or remote) TCP port, or UNIX domain socket.
Diffstat (limited to 'security')
-rw-r--r--security/sslproxy/DESCR2
-rw-r--r--security/sslproxy/Makefile24
-rw-r--r--security/sslproxy/PLIST4
-rw-r--r--security/sslproxy/distinfo5
4 files changed, 35 insertions, 0 deletions
diff --git a/security/sslproxy/DESCR b/security/sslproxy/DESCR
new file mode 100644
index 00000000000..eab038aef72
--- /dev/null
+++ b/security/sslproxy/DESCR
@@ -0,0 +1,2 @@
+The Symbion SSL Proxy listens on a TCP port, accepts SSL connections, and
+forwards them to another (local or remote) TCP port, or UNIX domain socket.
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
new file mode 100644
index 00000000000..962709d25ac
--- /dev/null
+++ b/security/sslproxy/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/05 12:52:39 sborrill Exp $
+
+DISTNAME= sslproxy-1.0.5
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sslproxy/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sourceforge.net/projects/sslproxy/
+COMMENT= Small SSL proxy
+
+PKG_DESTDIR_SUPPORT= user-destdir
+EXTRACT_SUFX= .tgz
+
+USE_TOOLS+= gmake
+
+DOCDIR= ${PREFIX}/share/doc/ssl_proxy
+INSTALLATION_DIRS= bin ${DOCDIR}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${DESTDIR}${PREFIX}/bin/ssl_proxy
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/sslproxy/PLIST b/security/sslproxy/PLIST
new file mode 100644
index 00000000000..4fc952befbd
--- /dev/null
+++ b/security/sslproxy/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/05 12:52:39 sborrill Exp $
+bin/ssl_proxy
+share/doc/ssl_proxy/README
+@dirrm share/doc/ssl_proxy
diff --git a/security/sslproxy/distinfo b/security/sslproxy/distinfo
new file mode 100644
index 00000000000..fde139c59db
--- /dev/null
+++ b/security/sslproxy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/05 12:52:39 sborrill Exp $
+
+SHA1 (sslproxy-1.0.5.tgz) = 539d9f8cffa4c65692523dd28688c5350c92b259
+RMD160 (sslproxy-1.0.5.tgz) = 300f7449bc1d8fbb20b0eb9b4aa22233a3f4179b
+Size (sslproxy-1.0.5.tgz) = 23756 bytes