diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-12-12 09:50:37 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-12-12 09:50:37 +0000 |
commit | fd7e0f8f8e78c7e0b162ad12b8238692651e87b1 (patch) | |
tree | 6fca61b4e0989c7d5e2c8e215fcfb20c6b94df2f /security/symbion-sslproxy | |
parent | 506e4ece925777ec59739fab3448104613e08b44 (diff) | |
download | ports-fd7e0f8f8e78c7e0b162ad12b8238692651e87b1.tar.gz ports-fd7e0f8f8e78c7e0b162ad12b8238692651e87b1.zip |
Notes
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 000000000000..06c09af0fc24 --- /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 000000000000..bc228c8fe0bd --- /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 000000000000..971890034a37 --- /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 000000000000..b578e0a0f8e8 --- /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/ |