ftp replacement that runs over a ssh tunnel, for protocol 1+2, ok turan@

This commit is contained in:
markus 2000-04-25 13:11:03 +00:00
parent 43c2197b49
commit f756c318ba
7 changed files with 65 additions and 0 deletions

25
security/sftp/Makefile Normal file
View File

@ -0,0 +1,25 @@
DISTNAME= sftp-0.8.1
CATEGORIES= net security
MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/
HOMEPAGE= http://www.xbill.org/sftp/
MAINTAINER= 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
GNU_CONFIGURE= Yes
CONFIGURE_ENV+= LIBS="-ltermcap"
FAKE= Yes
post-install:
@mkdir -p ${SFTPDOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${SFTPDOCDIR}/README
.include <bsd.port.mk>

3
security/sftp/files/md5 Normal file
View File

@ -0,0 +1,3 @@
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

@ -0,0 +1,11 @@
--- 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

@ -0,0 +1,12 @@
--- 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

@ -0,0 +1 @@
Ftp replacement that runs over a ssh tunnel

7
security/sftp/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
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.

6
security/sftp/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
bin/rsftp
bin/sftp
bin/sftpserv
man/man1/sftp.1
share/doc/sftp/README
@dirrm share/doc/sftp