pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Moved corkscrew from security to net



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9be4903322b1
branches:  trunk
changeset: 481528:9be4903322b1
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Oct 06 11:23:55 2004 +0000

description:
Moved corkscrew from security to net

diffstat:

 net/Makefile                |   3 ++-
 security/Makefile           |   3 +--
 security/corkscrew/DESCR    |   1 -
 security/corkscrew/MESSAGE  |  14 --------------
 security/corkscrew/Makefile |  17 -----------------
 security/corkscrew/PLIST    |   4 ----
 security/corkscrew/distinfo |   4 ----
 7 files changed, 3 insertions(+), 43 deletions(-)

diffs (94 lines):

diff -r 72e78cf6dbfa -r 9be4903322b1 net/Makefile
--- a/net/Makefile      Wed Oct 06 11:23:26 2004 +0000
+++ b/net/Makefile      Wed Oct 06 11:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.495 2004/10/03 09:26:12 tron Exp $
+# $NetBSD: Makefile,v 1.496 2004/10/06 11:23:55 martti Exp $
 #
 
 COMMENT=       Networking tools
@@ -50,6 +50,7 @@
 SUBDIR+=       coda_doc
 SUBDIR+=       coda_intro
 SUBDIR+=       connect
+SUBDIR+=       corkscrew
 SUBDIR+=       ctorrent
 SUBDIR+=       dante
 SUBDIR+=       dc_gui2
diff -r 72e78cf6dbfa -r 9be4903322b1 security/Makefile
--- a/security/Makefile Wed Oct 06 11:23:26 2004 +0000
+++ b/security/Makefile Wed Oct 06 11:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2004/10/06 00:14:23 wiz Exp $
+# $NetBSD: Makefile,v 1.199 2004/10/06 11:23:55 martti Exp $
 #
 
 COMMENT=       Security tools
@@ -21,7 +21,6 @@
 SUBDIR+=       bitstir
 SUBDIR+=       cfs
 SUBDIR+=       chkrootkit
-SUBDIR+=       corkscrew
 SUBDIR+=       crack
 SUBDIR+=       crypto++
 SUBDIR+=       cy-login
diff -r 72e78cf6dbfa -r 9be4903322b1 security/corkscrew/DESCR
--- a/security/corkscrew/DESCR  Wed Oct 06 11:23:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Corkscrew is a tool for tunneling SSH through HTTP proxies.
diff -r 72e78cf6dbfa -r 9be4903322b1 security/corkscrew/MESSAGE
--- a/security/corkscrew/MESSAGE        Wed Oct 06 11:23:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-===========================================================================
-$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 72e78cf6dbfa -r 9be4903322b1 security/corkscrew/Makefile
--- a/security/corkscrew/Makefile       Wed Oct 06 11:23:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $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 72e78cf6dbfa -r 9be4903322b1 security/corkscrew/PLIST
--- a/security/corkscrew/PLIST  Wed Oct 06 11:23:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@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 72e78cf6dbfa -r 9be4903322b1 security/corkscrew/distinfo
--- a/security/corkscrew/distinfo       Wed Oct 06 11:23:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$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