diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-17 18:10:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-17 18:10:48 +0000 |
commit | f745d0e97d49377e955261ffdb975b8edceee1fe (patch) | |
tree | 078967bcfd1712053244db4e92a4fbf2bb350bd7 | |
parent | 8fb52e7ad5583593580e5a35c41e94452fd368a3 (diff) | |
download | ports-f745d0e97d49377e955261ffdb975b8edceee1fe.tar.gz ports-f745d0e97d49377e955261ffdb975b8edceee1fe.zip |
Notes
-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 ba661399295b..28d015f56600 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 000000000000..955a67b80f2b --- /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 000000000000..bbe1eb6535f7 --- /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 000000000000..d84db7c212a4 --- /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 000000000000..9abecdd5e51b --- /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 000000000000..3e2514ba36ff --- /dev/null +++ b/net/corkscrew/pkg-plist @@ -0,0 +1 @@ +bin/corkscrew |