From 9ab4955e51e64cc240e58ef1003314b7f5596d66 Mon Sep 17 00:00:00 2001 From: markus Date: Sat, 19 May 2001 16:20:53 +0000 Subject: [PATCH] remove sftp, creates only confusion --- security/Makefile | 3 +-- security/sftp/Makefile | 27 ------------------------- security/sftp/files/md5 | 3 --- security/sftp/patches/patch-makefile.in | 11 ---------- security/sftp/patches/patch-readline | 12 ----------- security/sftp/pkg/DESCR | 9 --------- security/sftp/pkg/PLIST | 7 ------- 7 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 security/sftp/Makefile delete mode 100644 security/sftp/files/md5 delete mode 100644 security/sftp/patches/patch-makefile.in delete mode 100644 security/sftp/patches/patch-readline delete mode 100644 security/sftp/pkg/DESCR delete mode 100644 security/sftp/pkg/PLIST diff --git a/security/Makefile b/security/Makefile index 74ef28dc179..e4f7aa675b6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2001/05/16 15:30:13 jakob Exp $ +# $OpenBSD: Makefile,v 1.71 2001/05/19 16:20:53 markus Exp $ # $FreeBSD: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp $ # @@ -63,7 +63,6 @@ SUBDIR += rdp SUBDIR += scanlogd SUBDIR += scanssh - SUBDIR += sftp SUBDIR += shash SUBDIR += shash,static SUBDIR += slurpie diff --git a/security/sftp/Makefile b/security/sftp/Makefile deleted file mode 100644 index efdcba86a22..00000000000 --- a/security/sftp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $OpenBSD: Makefile,v 1.5 2001/05/06 03:46:19 lebel Exp $ -DISTNAME= sftp-0.8.1 -COMMENT= "Ftp replacement that runs over a ssh tunnel" - -CATEGORIES= net security -NEED_VERSION= 1.402 -MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ -HOMEPAGE= http://www.xbill.org/sftp/ - -MAINTAINER= Markus Friedl - -LICENSE_TYPE= GPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -SFTPDOCDIR= ${PREFIX}/share/doc/sftp - -CONFIGURE_STYLE= gnu -CONFIGURE_ENV+= LIBS="-ltermcap" - -post-install: - @${INSTALL_DATA_DIR} ${SFTPDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${SFTPDOCDIR}/README - -.include diff --git a/security/sftp/files/md5 b/security/sftp/files/md5 deleted file mode 100644 index d49a7e2a9f7..00000000000 --- a/security/sftp/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sftp-0.8.1.tar.gz) = 8323143de57b3c75151efac8cecf627f -RMD160 (sftp-0.8.1.tar.gz) = efe956e62f9d8e82fa86eee92f7c9a7e60a3f589 -SHA1 (sftp-0.8.1.tar.gz) = 3a7bb75dc6243f1e0f56e8b96d7634722d8dac70 diff --git a/security/sftp/patches/patch-makefile.in b/security/sftp/patches/patch-makefile.in deleted file mode 100644 index 9b0aa455d5f..00000000000 --- a/security/sftp/patches/patch-makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Apr 12 15:28:03 2000 -+++ Makefile.in Wed Apr 12 15:27:51 2000 -@@ -3,7 +3,7 @@ - LIBS = @LIBS@ - INSTALL=@INSTALL@ - --ROOT= -+ROOT=$(DESTDIR) - prefix=$(ROOT)@prefix@ - exec_prefix=@exec_prefix@ - bindir=@bindir@ diff --git a/security/sftp/patches/patch-readline b/security/sftp/patches/patch-readline deleted file mode 100644 index 93a0d985953..00000000000 --- a/security/sftp/patches/patch-readline +++ /dev/null @@ -1,12 +0,0 @@ ---- sftp.c.orig Tue Feb 15 16:30:50 2000 -+++ sftp.c Wed Apr 12 16:57:56 2000 -@@ -26,7 +26,9 @@ - #endif - #ifdef HAVE_LIBREADLINE - #include -+#ifndef __OpenBSD__ - #include -+#endif /* __OpenBSD__ */ - #endif - - #include "sftp.h" diff --git a/security/sftp/pkg/DESCR b/security/sftp/pkg/DESCR deleted file mode 100644 index 0610b8dcb22..00000000000 --- a/security/sftp/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -sftp and rsftp are ftp replacements that run over an ssh or rsh -tunnel. These programs allows files to be transferred to and from -remote servers. Authentication is provided by the underlying ssh/rsh -connection. - -When sftp or rsftp is run, the server (sftpserv) is automatically -run on the remote end. - -WWW: ${HOMEPAGE} diff --git a/security/sftp/pkg/PLIST b/security/sftp/pkg/PLIST deleted file mode 100644 index 4f5b6e47f3e..00000000000 --- a/security/sftp/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.2 2000/06/20 21:11:36 espie Exp $ -bin/rsftp -bin/sftp -bin/sftpserv -man/man1/sftp.1 -share/doc/sftp/README -@dirrm share/doc/sftp