summaryrefslogtreecommitdiff
path: root/net/corkscrew
diff options
context:
space:
mode:
authormartti <martti>2004-10-06 11:23:26 +0000
committermartti <martti>2004-10-06 11:23:26 +0000
commit264ef1739e150498ca1123755813ab1b37d8b894 (patch)
tree029ff64a29f4bfb4a7d9bfd675d578ffa7936f44 /net/corkscrew
parent4b781dbfb5c13cb11def58cebcbd4aa92ccfa252 (diff)
downloadpkgsrc-264ef1739e150498ca1123755813ab1b37d8b894.tar.gz
Corkscrew is a tool for tunneling SSH through HTTP proxies.
Diffstat (limited to 'net/corkscrew')
-rw-r--r--net/corkscrew/DESCR1
-rw-r--r--net/corkscrew/MESSAGE14
-rw-r--r--net/corkscrew/Makefile17
-rw-r--r--net/corkscrew/PLIST4
-rw-r--r--net/corkscrew/distinfo4
5 files changed, 40 insertions, 0 deletions
diff --git a/net/corkscrew/DESCR b/net/corkscrew/DESCR
new file mode 100644
index 00000000000..4b8ebe36ff7
--- /dev/null
+++ b/net/corkscrew/DESCR
@@ -0,0 +1 @@
+Corkscrew is a tool for tunneling SSH through HTTP proxies.
diff --git a/net/corkscrew/MESSAGE b/net/corkscrew/MESSAGE
new file mode 100644
index 00000000000..90880d860c8
--- /dev/null
+++ b/net/corkscrew/MESSAGE
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/10/06 11:23:26 martti Exp $
+
+How Is It Used?
+---------------
+Setting up Corkscrew with SSH/OpenSSH is very simple. Adding
+the following line to your ~/.ssh/config file will usually do
+the trick (replace proxy.example.com and 8080 with correct values):
+
+Host *
+ ProxyCommand ${PREFIX}/bin/corkscrew proxy.example.com 8080 %h %p
+
+Read ${PREFIX}/share/doc/corkscrew/README for further information.
+===========================================================================
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile
new file mode 100644
index 00000000000..adda020936c
--- /dev/null
+++ b/net/corkscrew/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/06 11:23:26 martti Exp $
+
+DISTNAME= corkscrew-2.0
+CATEGORIES= net
+MASTER_SITES= http://www.agroman.net/corkscrew/
+
+MAINTAINER= martti@NetBSD.org
+HOMEPAGE= http://www.agroman.net/corkscrew
+COMMENT= Tool for tunneling SSH through HTTP proxies
+
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corkscrew
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/corkscrew
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/corkscrew/PLIST b/net/corkscrew/PLIST
new file mode 100644
index 00000000000..bbd5e190c25
--- /dev/null
+++ b/net/corkscrew/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/06 11:23:26 martti Exp $
+bin/corkscrew
+share/doc/corkscrew/README
+@dirrm share/doc/corkscrew
diff --git a/net/corkscrew/distinfo b/net/corkscrew/distinfo
new file mode 100644
index 00000000000..0c06a3bde4c
--- /dev/null
+++ b/net/corkscrew/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/06 11:23:26 martti Exp $
+
+SHA1 (corkscrew-2.0.tar.gz) = 8bdb4c0dc71048136c721c33229b9bf795230b32
+Size (corkscrew-2.0.tar.gz) = 56749 bytes