From 157312b97a675d1b1d6c4616919aa2e5495b517e Mon Sep 17 00:00:00 2001 From: will Date: Tue, 4 Jul 2000 03:55:39 +0000 Subject: Add hsftp, a ftp emulator that provides the look-and-feel of an FTP session but uses ssh to transport commands and data. Neat! --- ftp/hsftp/Makefile | 20 ++++++++++++++++++++ ftp/hsftp/distinfo | 1 + ftp/hsftp/pkg-comment | 1 + ftp/hsftp/pkg-descr | 5 +++++ ftp/hsftp/pkg-plist | 1 + 5 files changed, 28 insertions(+) create mode 100644 ftp/hsftp/Makefile create mode 100644 ftp/hsftp/distinfo create mode 100644 ftp/hsftp/pkg-comment create mode 100644 ftp/hsftp/pkg-descr create mode 100644 ftp/hsftp/pkg-plist (limited to 'ftp/hsftp') 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 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 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 -- cgit