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:
@@ -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
18
net/corkscrew/Makefile
Normal 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
1
net/corkscrew/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (corkscrew-1.3.tar.gz) = c61f469224ac97ed231e355ea671afd8
|
||||
1
net/corkscrew/pkg-comment
Normal file
1
net/corkscrew/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
A HTTP tunnelling utility for SSH
|
||||
10
net/corkscrew/pkg-descr
Normal file
10
net/corkscrew/pkg-descr
Normal 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
1
net/corkscrew/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
bin/corkscrew
|
||||
Reference in New Issue
Block a user