From owner-freebsd-ports Sat May 15 3:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DDEA14C96 for ; Sat, 15 May 1999 03:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA97153; Sat, 15 May 1999 03:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from p.funk.org (node1484.a2000.nl [62.108.20.132]) by hub.freebsd.org (Postfix) with ESMTP id DAFC914F50 for ; Sat, 15 May 1999 03:46:20 -0700 (PDT) (envelope-from alexlh@p.funk.org) Received: (from alexlh@localhost) by p.funk.org (8.9.3/8.9.2) id AAA46119; Fri, 12 Feb 1999 00:01:10 +0100 (CET) (envelope-from alexlh) Message-Id: <199902112301.AAA46119@p.funk.org> Date: Fri, 12 Feb 1999 00:01:10 +0100 (CET) From: Alex Le Heux Reply-To: alexlh@p.funk.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11723: new port for sslproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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