remove sftp, creates only confusion

This commit is contained in:
markus 2001-05-19 16:20:53 +00:00
parent 4c3833238d
commit 9ab4955e51
7 changed files with 1 additions and 71 deletions

View File

@ -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

View File

@ -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 <markus@openbsd.org>
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 <bsd.port.mk>

View File

@ -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

View File

@ -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@

View File

@ -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 <readline/readline.h>
+#ifndef __OpenBSD__
#include <readline/history.h>
+#endif /* __OpenBSD__ */
#endif
#include "sftp.h"

View File

@ -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}

View File

@ -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