Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 02:16:45 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26519: New port: net/corkscrew: A HTTP tunnelling utility for SSH
Message-ID:  <200104121646.f3CGkj293973@aeris.kyne.com.au>

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

>Number:         26519
>Category:       ports
>Synopsis:       New port: net/corkscrew: A HTTP tunnelling utility for SSH
>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:   Thu Apr 12 09:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
none
>Environment:

>Description:

Corkscrew is a simple utility to help tunnel SSH connections through
web proxies.

Corkscrew is known to work with the Gauntlet and CacheFlow proxies.

>How-To-Repeat:

>Fix:
# 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:
#
#	corkscrew
#	corkscrew/distinfo
#	corkscrew/pkg-descr
#	corkscrew/Makefile
#	corkscrew/pkg-comment
#	corkscrew/pkg-plist
#
echo c - corkscrew
mkdir -p corkscrew > /dev/null 2>&1
echo x - corkscrew/distinfo
sed 's/^X//' >corkscrew/distinfo << 'END-of-corkscrew/distinfo'
XMD5 (corkscrew-1.3.tar.gz) = c61f469224ac97ed231e355ea671afd8
END-of-corkscrew/distinfo
echo x - corkscrew/pkg-descr
sed 's/^X//' >corkscrew/pkg-descr << 'END-of-corkscrew/pkg-descr'
XCorkscrew is a simple utility to help tunnel SSH connections through
Xweb proxies.
X
XAdd the following line to your ~/.ssh/config file (replacing HOST and
XPORT with your web proxy settings):
X	ProxyCommand /usr/local/bin/corkscrew HOST -p PORT %h %p
X
XCorkscrew is known to work with the Gauntlet and CacheFlow proxies.
X
XWWW: http://www.agroman.net/corkscrew/
END-of-corkscrew/pkg-descr
echo x - corkscrew/Makefile
sed 's/^X//' >corkscrew/Makefile << 'END-of-corkscrew/Makefile'
X# New ports collection makefile for:	corkscrew
X# Date created:			Apr 12, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	corkscrew
XPORTVERSION=	1.3
XCATEGORIES=	net
XMASTER_SITES=	http://www.agroman.net/corkscrew/
X
XMAINTAINER=	mark@kyne.com.au
X
XGNU_CONFIGURE=	yes
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-corkscrew/Makefile
echo x - corkscrew/pkg-comment
sed 's/^X//' >corkscrew/pkg-comment << 'END-of-corkscrew/pkg-comment'
XA HTTP tunnelling utility for SSH
END-of-corkscrew/pkg-comment
echo x - corkscrew/pkg-plist
sed 's/^X//' >corkscrew/pkg-plist << 'END-of-corkscrew/pkg-plist'
Xbin/corkscrew
END-of-corkscrew/pkg-plist
exit

>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?200104121646.f3CGkj293973>