Add corkscrew 1.3, a HTTP tunnelling utility for SSH.

PR:		26519
Submitted by:	Mark Pulford <mark@kyne.com.au>
This commit is contained in:
Will Andrews
2001-04-17 18:10:48 +00:00
parent 8fb52e7ad5
commit f745d0e97d
6 changed files with 32 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
SUBDIR += coda_intro
SUBDIR += coda_server
SUBDIR += conference
SUBDIR += corkscrew
SUBDIR += crescendo
SUBDIR += cricket
SUBDIR += cryptcat

18
net/corkscrew/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# New ports collection makefile for: corkscrew
# Date created: Apr 12, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= corkscrew
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.agroman.net/corkscrew/
MAINTAINER= mark@kyne.com.au
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>

1
net/corkscrew/distinfo Normal file
View File

@@ -0,0 +1 @@
MD5 (corkscrew-1.3.tar.gz) = c61f469224ac97ed231e355ea671afd8

View File

@@ -0,0 +1 @@
A HTTP tunnelling utility for SSH

10
net/corkscrew/pkg-descr Normal file
View File

@@ -0,0 +1,10 @@
Corkscrew is a simple utility to help tunnel SSH connections through
web proxies.
Add the following line to your ~/.ssh/config file (replacing HOST and
PORT with your web proxy settings):
ProxyCommand /usr/local/bin/corkscrew HOST -p PORT %h %p
Corkscrew is known to work with the Gauntlet and CacheFlow proxies.
WWW: http://www.agroman.net/corkscrew/

1
net/corkscrew/pkg-plist Normal file
View File

@@ -0,0 +1 @@
bin/corkscrew