Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 00:01:10 +0100 (CET)
From:      Alex Le Heux <alexlh@p.funk.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11723: new port for sslproxy
Message-ID:  <199902112301.AAA46119@p.funk.org>

next in thread | raw e-mail | index | archive | help

>Number:         11723
>Category:       ports
>Synopsis:       new port for sslproxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 15 03:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alex Le Heux
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
funk.org
>Environment:

	

>Description:

I made a port for sslproxy, which is a program which will 'proxy'
a non-ssl connection over ssl.

I hope I did everything right :-)

Here's the shar:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sslproxy
#	sslproxy/Makefile
#	sslproxy/pkg
#	sslproxy/pkg/COMMENT
#	sslproxy/pkg/DESCR
#	sslproxy/pkg/PLIST
#	sslproxy/files
#	sslproxy/files/md5
#	sslproxy/patches
#	sslproxy/patches/patch-aa
#
echo c - sslproxy
mkdir -p sslproxy > /dev/null 2>&1
echo x - sslproxy/Makefile
sed 's/^X//' >sslproxy/Makefile << 'END-of-sslproxy/Makefile'
X# New ports collection makefile for:	sslproxy
X# Version required:	1998_Jun_14
X# Date created:		11 February 1999
X# Whom:			Alex Le Heux
X#
X# $Id$
X#
X
XDISTNAME=	sslproxy.1998_Jun_14
XPKGNAME=	sslproxy-1998-Jun-14
XCATEGORIES=	security
XMASTER_SITES=	ftp://ftp.obdev.at/pub/Products/sslproxy/
X
XMAINTAINER=	alexlh@funk.org
X
XBUILD_DEPENDS=	${PREFIX}/include/ssl.h:${PORTSDIR}/security/openssl
XRUN_DEPENDS=	${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
X
X.include <bsd.port.mk>
END-of-sslproxy/Makefile
echo c - sslproxy/pkg
mkdir -p sslproxy/pkg > /dev/null 2>&1
echo x - sslproxy/pkg/COMMENT
sed 's/^X//' >sslproxy/pkg/COMMENT << 'END-of-sslproxy/pkg/COMMENT'
XProxies non-SSL request over an SSL connection.
END-of-sslproxy/pkg/COMMENT
echo x - sslproxy/pkg/DESCR
sed 's/^X//' >sslproxy/pkg/DESCR << 'END-of-sslproxy/pkg/DESCR'
XYou probably know secure HTTP from secure web sites. Say, you want to operate
Xa secure web server but have only a normal server. SSL Proxy can be your
Xsolution: It's plugged into the connection between the client and the server
Xand adds Secure Socket Layer (SSL) support. Or the other way around: You have
Xan ordinary telnet client but want to connect to a secure site. Just start SSL
XProxy with the appropriate parameters and -- voila. That's what SSL Proxy can
Xdo for you. 
END-of-sslproxy/pkg/DESCR
echo x - sslproxy/pkg/PLIST
sed 's/^X//' >sslproxy/pkg/PLIST << 'END-of-sslproxy/pkg/PLIST'
Xbin/sslproxy
END-of-sslproxy/pkg/PLIST
echo c - sslproxy/files
mkdir -p sslproxy/files > /dev/null 2>&1
echo x - sslproxy/files/md5
sed 's/^X//' >sslproxy/files/md5 << 'END-of-sslproxy/files/md5'
XMD5 (sslproxy.1998_Jun_14.tar.gz) = b3319dd7cfd9d674dcbcac77480cfc86
END-of-sslproxy/files/md5
echo c - sslproxy/patches
mkdir -p sslproxy/patches > /dev/null 2>&1
echo x - sslproxy/patches/patch-aa
sed 's/^X//' >sslproxy/patches/patch-aa << 'END-of-sslproxy/patches/patch-aa'
X--- Makefile.orig	Sun Jun 14 22:52:50 1998
X+++ Makefile	Thu Feb 11 23:54:59 1999
X@@ -12,7 +12,7 @@
X # if you use cc, remove the -Wall and -g options
X CC= gcc
X 
X-SSLROOT= /usr/local/ssl
X+SSLROOT= /usr/local
X 
X CFLAGS= -Wall -I$(SSLROOT)/include -O
X # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
END-of-sslproxy/patches/patch-aa
exit


>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902112301.AAA46119>