diff options
-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 |