summaryrefslogtreecommitdiff
path: root/net/sftp
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-12-21 22:37:51 +0000
committerhubertf <hubertf>1999-12-21 22:37:51 +0000
commitcf9c72097b8a5e237fc3f84310e54e6e7ca48437 (patch)
tree898026a879c88cc5cc5b2e579372e5664b73c134 /net/sftp
parent0f42f3b21eda435b90214ee44f28dfc807eec8f8 (diff)
downloadpkgsrc-cf9c72097b8a5e237fc3f84310e54e6e7ca48437.tar.gz
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.
Diffstat (limited to 'net/sftp')
-rw-r--r--net/sftp/Makefile20
-rw-r--r--net/sftp/files/md53
-rw-r--r--net/sftp/pkg/COMMENT1
-rw-r--r--net/sftp/pkg/DESCR7
-rw-r--r--net/sftp/pkg/PLIST6
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