diff options
author | will <will@FreeBSD.org> | 2000-07-04 11:55:39 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-04 11:55:39 +0800 |
commit | 157312b97a675d1b1d6c4616919aa2e5495b517e (patch) | |
tree | 88f4c50ae01e30bd9040b409027123cb505ec85d /ftp/hsftp | |
parent | a0fed64c6ab5cb0a578ab303e7e3e1f82081eecf (diff) | |
download | freebsd-ports-gnome-157312b97a675d1b1d6c4616919aa2e5495b517e.tar.gz freebsd-ports-gnome-157312b97a675d1b1d6c4616919aa2e5495b517e.tar.zst freebsd-ports-gnome-157312b97a675d1b1d6c4616919aa2e5495b517e.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!
Diffstat (limited to 'ftp/hsftp')
-rw-r--r-- | ftp/hsftp/Makefile | 20 | ||||
-rw-r--r-- | ftp/hsftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/hsftp/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/hsftp/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/hsftp/pkg-plist | 1 |
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 |