summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2004-10-06 11:23:55 +0000
committermartti <martti@pkgsrc.org>2004-10-06 11:23:55 +0000
commita6618f790355778e8af84c96d5fa3360de6bd1eb (patch)
tree38b84b38e50cb2bc800cd074afea8c328220c505 /security
parente9c9a130524f78beb0a347dbfb3bbbe8e37fec21 (diff)
downloadpkgsrc-a6618f790355778e8af84c96d5fa3360de6bd1eb.tar.gz
Moved corkscrew from security to net
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
-rw-r--r--security/corkscrew/DESCR1
-rw-r--r--security/corkscrew/MESSAGE14
-rw-r--r--security/corkscrew/Makefile17
-rw-r--r--security/corkscrew/PLIST4
-rw-r--r--security/corkscrew/distinfo4
6 files changed, 1 insertions, 42 deletions
diff --git a/security/Makefile b/security/Makefile
index 58a00980c74..0c4b53b348e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -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+= beecrypt
SUBDIR+= bitstir
SUBDIR+= cfs
SUBDIR+= chkrootkit
-SUBDIR+= corkscrew
SUBDIR+= crack
SUBDIR+= crypto++
SUBDIR+= cy-login
diff --git a/security/corkscrew/DESCR b/security/corkscrew/DESCR
deleted file mode 100644
index 4b8ebe36ff7..00000000000
--- a/security/corkscrew/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Corkscrew is a tool for tunneling SSH through HTTP proxies.
diff --git a/security/corkscrew/MESSAGE b/security/corkscrew/MESSAGE
deleted file mode 100644
index 5e6b50252ca..00000000000
--- a/security/corkscrew/MESSAGE
+++ /dev/null
@@ -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 --git a/security/corkscrew/Makefile b/security/corkscrew/Makefile
deleted file mode 100644
index 5892f1b8093..00000000000
--- a/security/corkscrew/Makefile
+++ /dev/null
@@ -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
-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
deleted file mode 100644
index b5120855cbc..00000000000
--- a/security/corkscrew/PLIST
+++ /dev/null
@@ -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 --git a/security/corkscrew/distinfo b/security/corkscrew/distinfo
deleted file mode 100644
index 4842f7e4e7c..00000000000
--- a/security/corkscrew/distinfo
+++ /dev/null
@@ -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