diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
5 files changed, 57 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 74fa1e2..7e25eea 100644 --- a/security/Makefile +++ b/security/Makefile @@ -533,6 +533,7 @@ SUBDIR += sudosh SUBDIR += super SUBDIR += swatch + SUBDIR += symbion-sslproxy SUBDIR += tea-total SUBDIR += termlog SUBDIR += tinc 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/ |