diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sftp/Makefile | 20 | ||||
-rw-r--r-- | net/sftp/files/md5 | 3 | ||||
-rw-r--r-- | net/sftp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/sftp/pkg/DESCR | 7 | ||||
-rw-r--r-- | net/sftp/pkg/PLIST | 6 |
5 files changed, 37 insertions, 0 deletions
diff --git a/net/sftp/Makefile b/net/sftp/Makefile new file mode 100644 index 00000000000..1cdefe12527 --- /dev/null +++ b/net/sftp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/21 22:37:51 hubertf Exp $ +# + +DISTNAME= sftp-0.4 +CATEGORIES= net +MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.xbill.org/sftp/ + +GNU_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rsftp ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/sftp.1 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sftp + +.include "../../mk/bsd.pkg.mk" diff --git a/net/sftp/files/md5 b/net/sftp/files/md5 new file mode 100644 index 00000000000..a82fd9d8a95 --- /dev/null +++ b/net/sftp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/21 22:37:51 hubertf Exp $ + +MD5 (sftp-0.4.tar.gz) = 6165f7264ee50372cba6da542e09f937 diff --git a/net/sftp/pkg/COMMENT b/net/sftp/pkg/COMMENT new file mode 100644 index 00000000000..6fe559ac622 --- /dev/null +++ b/net/sftp/pkg/COMMENT @@ -0,0 +1 @@ +Ftp replacement that runs over an ssh tunnel diff --git a/net/sftp/pkg/DESCR b/net/sftp/pkg/DESCR new file mode 100644 index 00000000000..52aeb57b819 --- /dev/null +++ b/net/sftp/pkg/DESCR @@ -0,0 +1,7 @@ +sftp is an ftp replacement that runs over an ssh tunnel. Two programs +are included - sftp and sftpserv. When sftp is run and a host is +connected to (either by running 'sftp remotehost' or 'open remotehost' +from the sftp prompt), an ssh connection is initiated to the remote +host, and sftpserv is run. So, sftpserv must be in your path on +the remote host. Note that since sftpserv is run from ssh, no root +privileges are necessary. diff --git a/net/sftp/pkg/PLIST b/net/sftp/pkg/PLIST new file mode 100644 index 00000000000..ec0647b2b58 --- /dev/null +++ b/net/sftp/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/21 22:37:51 hubertf Exp $ +bin/rsftp +bin/sftp +bin/sftpserv +man/man1/sftp.1 +share/doc/README.sftp |