Add zssh 1.5a, which allows you to tunnel a ssh connection over the

zmodem protocol.

PR:		31268
Submitted by:	Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
This commit is contained in:
Will Andrews 2001-12-19 08:58:26 +00:00
parent f956e91b1d
commit 4b2ad3d4d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51797
6 changed files with 39 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# $FreeBSD$
#
SUBDIR += zssh
SUBDIR += asmodem
SUBDIR += bayonne

25
comms/zssh/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: zssh
# Date created: 13 October 2001
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= zssh
PORTVERSION= 1.5a
CATEGORIES= comms security
MASTER_SITES= http://prdownloads.sf.net/zssh/
EXTRACT_SUFX= .tgz
MAINTAINER= gslin@ccca.nctu.edu.tw
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
HAS_CONFIGURE= yes
MAN1= zssh.1 ztelnet.1
post-configure:
@${PERL} -pi -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>

1
comms/zssh/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (zssh-1.5a.tgz) = d59fbfd7531798c12e6c458760087e0d

1
comms/zssh/pkg-comment Normal file
View file

@ -0,0 +1 @@
Allows you to tunnel a ssh connection over the zmodem protocol

9
comms/zssh/pkg-descr Normal file
View file

@ -0,0 +1,9 @@
zssh (Zmodem SSH) is a program for interactively transferring files to a
remote machine while using the secure shell (ssh). It is intended to be a
convenient alternative to scp, allowing to transfer files without having to
open another session and re-authenticate oneself. zssh is an interactive
wrapper for ssh used to switch the ssh connection between the remote shell
and file transfers. Files are transferred through the zmodem protocol,
using the rz and sz commands.
WWW: http://zssh.sourceforge.net/

2
comms/zssh/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/zssh
bin/ztelnet