Add symbion-sslproxy 1.0.5, an SSL proxy for securing unsecure
connections. PR: ports/90216 Submitted by: Gabor Kovesdan
This commit is contained in:
parent
506e4ece92
commit
fd7e0f8f8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150964
5 changed files with 57 additions and 0 deletions
|
@ -533,6 +533,7 @@
|
|||
SUBDIR += sudosh
|
||||
SUBDIR += super
|
||||
SUBDIR += swatch
|
||||
SUBDIR += symbion-sslproxy
|
||||
SUBDIR += tea-total
|
||||
SUBDIR += termlog
|
||||
SUBDIR += tinc
|
||||
|
|
44
security/symbion-sslproxy/Makefile
Normal file
44
security/symbion-sslproxy/Makefile
Normal file
|
@ -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>
|
3
security/symbion-sslproxy/distinfo
Normal file
3
security/symbion-sslproxy/distinfo
Normal file
|
@ -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
|
5
security/symbion-sslproxy/files/pkg-message.in
Normal file
5
security/symbion-sslproxy/files/pkg-message.in
Normal file
|
@ -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.
|
||||
===============================================================================
|
4
security/symbion-sslproxy/pkg-descr
Normal file
4
security/symbion-sslproxy/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue