From 488e7d3e72437886d4648b83bfba3567c178571f Mon Sep 17 00:00:00 2001 From: sborrill Date: Fri, 5 Dec 2008 12:52:39 +0000 Subject: 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. --- security/sslproxy/DESCR | 2 ++ security/sslproxy/Makefile | 24 ++++++++++++++++++++++++ security/sslproxy/PLIST | 4 ++++ security/sslproxy/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 security/sslproxy/DESCR create mode 100644 security/sslproxy/Makefile create mode 100644 security/sslproxy/PLIST create mode 100644 security/sslproxy/distinfo (limited to 'security') 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 -- cgit v1.2.3