summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/Makefile1
-rw-r--r--net/corkscrew/Makefile18
-rw-r--r--net/corkscrew/distinfo1
-rw-r--r--net/corkscrew/pkg-comment1
-rw-r--r--net/corkscrew/pkg-descr10
-rw-r--r--net/corkscrew/pkg-plist1
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