aboutsummaryrefslogtreecommitdiff
path: root/ftp/hsftp
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-04 03:55:39 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-04 03:55:39 +0000
commit911e4ee83edd010af53138df062e64dda9dc5e3d (patch)
treefde484b43cf5d5ab1249cfeb208461292480806e /ftp/hsftp
parent92bb33040b833324fdf120ce7004f5d3939a97be (diff)
downloadports-911e4ee83edd010af53138df062e64dda9dc5e3d.tar.gz
ports-911e4ee83edd010af53138df062e64dda9dc5e3d.zip
Add hsftp, a ftp emulator that provides the look-and-feel of an FTP session
but uses ssh to transport commands and data. Neat!
Notes
Notes: svn path=/head/; revision=30156
Diffstat (limited to 'ftp/hsftp')
-rw-r--r--ftp/hsftp/Makefile20
-rw-r--r--ftp/hsftp/distinfo1
-rw-r--r--ftp/hsftp/pkg-comment1
-rw-r--r--ftp/hsftp/pkg-descr5
-rw-r--r--ftp/hsftp/pkg-plist1
5 files changed, 28 insertions, 0 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile
new file mode 100644
index 000000000000..651ea916bbe9
--- /dev/null
+++ b/ftp/hsftp/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hsftp
+# Date created: Mon 03 Jul 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= hsftp
+PORTVERSION= 1.7
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/network/file-transfer
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+MAKEFILE= makefile
+MAN1= hsftp.1
+
+.include <bsd.port.mk>
diff --git a/ftp/hsftp/distinfo b/ftp/hsftp/distinfo
new file mode 100644
index 000000000000..d0f2fd00c418
--- /dev/null
+++ b/ftp/hsftp/distinfo
@@ -0,0 +1 @@
+MD5 (hsftp-1.7.tar.gz) = 8871ba6564e608047a3fa85b1a246388
diff --git a/ftp/hsftp/pkg-comment b/ftp/hsftp/pkg-comment
new file mode 100644
index 000000000000..32d1d1828c44
--- /dev/null
+++ b/ftp/hsftp/pkg-comment
@@ -0,0 +1 @@
+FTP emulator that uses ssh to transport commands/data
diff --git a/ftp/hsftp/pkg-descr b/ftp/hsftp/pkg-descr
new file mode 100644
index 000000000000..9ca413542c0d
--- /dev/null
+++ b/ftp/hsftp/pkg-descr
@@ -0,0 +1,5 @@
+hsftp is an FTP emulator that provides the
+look-and-feel of an FTP session, but uses SSH (1.x)
+to transport commands and data.
+
+- Will <andrews@technologist.com>
diff --git a/ftp/hsftp/pkg-plist b/ftp/hsftp/pkg-plist
new file mode 100644
index 000000000000..745eb3e70841
--- /dev/null
+++ b/ftp/hsftp/pkg-plist
@@ -0,0 +1 @@
+bin/hsftp