pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/corkscrew Corkscrew is a tool for tunneling S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4caa6a22e1e0
branches: trunk
changeset: 480935:4caa6a22e1e0
user: martti <martti%pkgsrc.org@localhost>
date: Wed Sep 22 06:59:44 2004 +0000
description:
Corkscrew is a tool for tunneling SSH through HTTP proxies.
diffstat:
security/corkscrew/DESCR | 1 +
security/corkscrew/MESSAGE | 14 ++++++++++++++
security/corkscrew/Makefile | 17 +++++++++++++++++
security/corkscrew/PLIST | 4 ++++
security/corkscrew/distinfo | 4 ++++
5 files changed, 40 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r 14cf2886ac71 -r 4caa6a22e1e0 security/corkscrew/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/corkscrew/DESCR Wed Sep 22 06:59:44 2004 +0000
@@ -0,0 +1,1 @@
+Corkscrew is a tool for tunneling SSH through HTTP proxies.
diff -r 14cf2886ac71 -r 4caa6a22e1e0 security/corkscrew/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/corkscrew/MESSAGE Wed Sep 22 06:59:44 2004 +0000
@@ -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 -r 14cf2886ac71 -r 4caa6a22e1e0 security/corkscrew/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/corkscrew/Makefile Wed Sep 22 06:59:44 2004 +0000
@@ -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@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 14cf2886ac71 -r 4caa6a22e1e0 security/corkscrew/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/corkscrew/PLIST Wed Sep 22 06:59:44 2004 +0000
@@ -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 -r 14cf2886ac71 -r 4caa6a22e1e0 security/corkscrew/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/corkscrew/distinfo Wed Sep 22 06:59:44 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index