diff options
author | will <will@FreeBSD.org> | 2001-04-17 18:10:48 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-17 18:10:48 +0000 |
commit | 8db6b7f0850a681652ef1ab3bb13dd4dbdc2e02a (patch) | |
tree | b8ad09eb10a9d38a6fab91d816a1ed0557ac995d /net | |
parent | e41663f464f5bb4c8c0d3a4243f98658a68345eb (diff) | |
download | FreeBSD-ports-8db6b7f0850a681652ef1ab3bb13dd4dbdc2e02a.zip FreeBSD-ports-8db6b7f0850a681652ef1ab3bb13dd4dbdc2e02a.tar.gz |
Add corkscrew 1.3, a HTTP tunnelling utility for SSH.
PR: 26519
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/corkscrew/Makefile | 18 | ||||
-rw-r--r-- | net/corkscrew/distinfo | 1 | ||||
-rw-r--r-- | net/corkscrew/pkg-comment | 1 | ||||
-rw-r--r-- | net/corkscrew/pkg-descr | 10 | ||||
-rw-r--r-- | net/corkscrew/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ba66139..28d015f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -48,6 +48,7 @@ SUBDIR += coda_intro SUBDIR += coda_server SUBDIR += conference + SUBDIR += corkscrew SUBDIR += crescendo SUBDIR += cricket SUBDIR += cryptcat diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile new file mode 100644 index 0000000..955a67b --- /dev/null +++ b/net/corkscrew/Makefile @@ -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> diff --git a/net/corkscrew/distinfo b/net/corkscrew/distinfo new file mode 100644 index 0000000..bbe1eb6 --- /dev/null +++ b/net/corkscrew/distinfo @@ -0,0 +1 @@ +MD5 (corkscrew-1.3.tar.gz) = c61f469224ac97ed231e355ea671afd8 diff --git a/net/corkscrew/pkg-comment b/net/corkscrew/pkg-comment new file mode 100644 index 0000000..d84db7c --- /dev/null +++ b/net/corkscrew/pkg-comment @@ -0,0 +1 @@ +A HTTP tunnelling utility for SSH diff --git a/net/corkscrew/pkg-descr b/net/corkscrew/pkg-descr new file mode 100644 index 0000000..9abecdd --- /dev/null +++ b/net/corkscrew/pkg-descr @@ -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/ diff --git a/net/corkscrew/pkg-plist b/net/corkscrew/pkg-plist new file mode 100644 index 0000000..3e2514b --- /dev/null +++ b/net/corkscrew/pkg-plist @@ -0,0 +1 @@ +bin/corkscrew |