diff options
author | martti <martti> | 2004-09-22 06:59:44 +0000 |
---|---|---|
committer | martti <martti> | 2004-09-22 06:59:44 +0000 |
commit | 5afacd62e7bd48fd5a85d0b8cd3f419860545893 (patch) | |
tree | 7e1b8216aac0b02e0753b2e49cc1d6ab6b0d86a4 /security | |
parent | 5d9ec8cfffdf42ed16ab4590588464f9210ce7de (diff) | |
download | pkgsrc-5afacd62e7bd48fd5a85d0b8cd3f419860545893.tar.gz |
Corkscrew is a tool for tunneling SSH through HTTP proxies.
Diffstat (limited to 'security')
-rw-r--r-- | security/corkscrew/DESCR | 1 | ||||
-rw-r--r-- | security/corkscrew/MESSAGE | 14 | ||||
-rw-r--r-- | security/corkscrew/Makefile | 17 | ||||
-rw-r--r-- | security/corkscrew/PLIST | 4 | ||||
-rw-r--r-- | security/corkscrew/distinfo | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/security/corkscrew/DESCR b/security/corkscrew/DESCR new file mode 100644 index 00000000000..4b8ebe36ff7 --- /dev/null +++ b/security/corkscrew/DESCR @@ -0,0 +1 @@ +Corkscrew is a tool for tunneling SSH through HTTP proxies. diff --git a/security/corkscrew/MESSAGE b/security/corkscrew/MESSAGE new file mode 100644 index 00000000000..5e6b50252ca --- /dev/null +++ b/security/corkscrew/MESSAGE @@ -0,0 +1,14 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/09/22 06:59:44 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/security/corkscrew/Makefile b/security/corkscrew/Makefile new file mode 100644 index 00000000000..5892f1b8093 --- /dev/null +++ b/security/corkscrew/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/22 06:59:44 martti Exp $ + +DISTNAME= corkscrew-2.0 +CATEGORIES= security +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/security/corkscrew/PLIST b/security/corkscrew/PLIST new file mode 100644 index 00000000000..b5120855cbc --- /dev/null +++ b/security/corkscrew/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/22 06:59:44 martti Exp $ +bin/corkscrew +share/doc/corkscrew/README +@dirrm share/doc/corkscrew diff --git a/security/corkscrew/distinfo b/security/corkscrew/distinfo new file mode 100644 index 00000000000..4842f7e4e7c --- /dev/null +++ b/security/corkscrew/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/22 06:59:44 martti Exp $ + +SHA1 (corkscrew-2.0.tar.gz) = 8bdb4c0dc71048136c721c33229b9bf795230b32 +Size (corkscrew-2.0.tar.gz) = 56749 bytes |