diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-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 |
6 files changed, 29 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index c0c61f8364f..862ce91aa9d 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -14,6 +14,7 @@ SUBDIR += gftp SUBDIR += greed SUBDIR += gtm + SUBDIR += hsftp SUBDIR += jmirror SUBDIR += junglemonkey SUBDIR += lftp diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile new file mode 100644 index 00000000000..651ea916bbe --- /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 00000000000..d0f2fd00c41 --- /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 00000000000..32d1d1828c4 --- /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 00000000000..9ca413542c0 --- /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 00000000000..745eb3e7084 --- /dev/null +++ b/ftp/hsftp/pkg-plist @@ -0,0 +1 @@ +bin/hsftp |