pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sslproxy The Symbion SSL Proxy listens on a T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51bb48503429
branches:  trunk
changeset: 551048:51bb48503429
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Fri Dec 05 12:52:39 2008 +0000

description:
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:

 security/sslproxy/DESCR    |   2 ++
 security/sslproxy/Makefile |  24 ++++++++++++++++++++++++
 security/sslproxy/PLIST    |   4 ++++
 security/sslproxy/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 4b4b91ca2124 -r 51bb48503429 security/sslproxy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sslproxy/DESCR   Fri Dec 05 12:52:39 2008 +0000
@@ -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 -r 4b4b91ca2124 -r 51bb48503429 security/sslproxy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sslproxy/Makefile        Fri Dec 05 12:52:39 2008 +0000
@@ -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@localhost
+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 -r 4b4b91ca2124 -r 51bb48503429 security/sslproxy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sslproxy/PLIST   Fri Dec 05 12:52:39 2008 +0000
@@ -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 -r 4b4b91ca2124 -r 51bb48503429 security/sslproxy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sslproxy/distinfo        Fri Dec 05 12:52:39 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index