diff options
author | barner <barner@FreeBSD.org> | 2005-12-12 09:50:37 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-12-12 09:50:37 +0000 |
commit | 5dbcbeb1772b039802015d7bed0694eea943081b (patch) | |
tree | 939d0f41fc375dcb854f1d70800c72aa17895c72 /security/symbion-sslproxy | |
parent | df68b1ca315c34f0adfbccfa2efcd79f674adba2 (diff) | |
download | FreeBSD-ports-5dbcbeb1772b039802015d7bed0694eea943081b.zip FreeBSD-ports-5dbcbeb1772b039802015d7bed0694eea943081b.tar.gz |
Add symbion-sslproxy 1.0.5, an SSL proxy for securing unsecure
connections.
PR: ports/90216
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/symbion-sslproxy')
-rw-r--r-- | security/symbion-sslproxy/Makefile | 44 | ||||
-rw-r--r-- | security/symbion-sslproxy/distinfo | 3 | ||||
-rw-r--r-- | security/symbion-sslproxy/files/pkg-message.in | 5 | ||||
-rw-r--r-- | security/symbion-sslproxy/pkg-descr | 4 |
4 files changed, 56 insertions, 0 deletions
diff --git a/security/symbion-sslproxy/Makefile b/security/symbion-sslproxy/Makefile new file mode 100644 index 0000000..06c09af --- /dev/null +++ b/security/symbion-sslproxy/Makefile @@ -0,0 +1,44 @@ +# Ports collection Makefile for: symbion-sslproxy +# Date created: 10 Dec 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= symbion-sslproxy +PORTVERSION= 1.0.5 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sslproxy +DISTNAME= sslproxy-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= An SSL proxy for securing unsecure connections + +USE_OPENSSL= YES +USE_GMAKE= YES +USE_REINPLACE= YES +PLIST_FILES= sbin/ssl_proxy +SUB_FILES+= pkg-message + +.include <bsd.port.pre.mk> + +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + +post-patch: + ${REINPLACE_CMD} -e 's|CC =|CC ?=|' \ + -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile.global + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +post-install: + ${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> diff --git a/security/symbion-sslproxy/distinfo b/security/symbion-sslproxy/distinfo new file mode 100644 index 0000000..bc228c8 --- /dev/null +++ b/security/symbion-sslproxy/distinfo @@ -0,0 +1,3 @@ +MD5 (sslproxy-1.0.5.tgz) = 2c44e4bdc171673c2ddf5902072ff1eb +SHA256 (sslproxy-1.0.5.tgz) = 36d7fcf7789430cacdb9e7e6d054eecbd726f41c0015c83778ddd2befd6777d9 +SIZE (sslproxy-1.0.5.tgz) = 23756 diff --git a/security/symbion-sslproxy/files/pkg-message.in b/security/symbion-sslproxy/files/pkg-message.in new file mode 100644 index 0000000..9718900 --- /dev/null +++ b/security/symbion-sslproxy/files/pkg-message.in @@ -0,0 +1,5 @@ +=============================================================================== +This software doesn't have a configuration file. +You can see the usage information with the -h command line option +and in %%DOCSDIR%%/README. +=============================================================================== diff --git a/security/symbion-sslproxy/pkg-descr b/security/symbion-sslproxy/pkg-descr new file mode 100644 index 0000000..b578e0a --- /dev/null +++ b/security/symbion-sslproxy/pkg-descr @@ -0,0 +1,4 @@ +The Symbion SSL Proxy listens on a TCP port, accepts SSL connections, and +forwards them to an other (local or remote) TCP port, or UNIX domain socket. + +WWW: http://sourceforge.net/projects/sslproxy/ |