pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/corkscrew Corkscrew is a tool for tunneling SSH th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72e78cf6dbfa
branches:  trunk
changeset: 481527:72e78cf6dbfa
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Oct 06 11:23:26 2004 +0000

description:
Corkscrew is a tool for tunneling SSH through HTTP proxies.

diffstat:

 net/corkscrew/DESCR    |   1 +
 net/corkscrew/MESSAGE  |  14 ++++++++++++++
 net/corkscrew/Makefile |  17 +++++++++++++++++
 net/corkscrew/PLIST    |   4 ++++
 net/corkscrew/distinfo |   4 ++++
 5 files changed, 40 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r c0660e482fca -r 72e78cf6dbfa net/corkscrew/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/corkscrew/DESCR       Wed Oct 06 11:23:26 2004 +0000
@@ -0,0 +1,1 @@
+Corkscrew is a tool for tunneling SSH through HTTP proxies.
diff -r c0660e482fca -r 72e78cf6dbfa net/corkscrew/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/corkscrew/MESSAGE     Wed Oct 06 11:23:26 2004 +0000
@@ -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 -r c0660e482fca -r 72e78cf6dbfa net/corkscrew/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/corkscrew/Makefile    Wed Oct 06 11:23:26 2004 +0000
@@ -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@localhost
+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 -r c0660e482fca -r 72e78cf6dbfa net/corkscrew/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/corkscrew/PLIST       Wed Oct 06 11:23:26 2004 +0000
@@ -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 -r c0660e482fca -r 72e78cf6dbfa net/corkscrew/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/corkscrew/distinfo    Wed Oct 06 11:23:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index