mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
f956e91b1d
commit
4b2ad3d4d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51797
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
SUBDIR += zssh
|
||||
|
||||
SUBDIR += asmodem
|
||||
SUBDIR += bayonne
|
||||
|
25
comms/zssh/Makefile
Normal file
25
comms/zssh/Makefile
Normal 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
1
comms/zssh/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zssh-1.5a.tgz) = d59fbfd7531798c12e6c458760087e0d
|
1
comms/zssh/pkg-comment
Normal file
1
comms/zssh/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Allows you to tunnel a ssh connection over the zmodem protocol
|
9
comms/zssh/pkg-descr
Normal file
9
comms/zssh/pkg-descr
Normal 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
2
comms/zssh/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/zssh
|
||||
bin/ztelnet
|
Loading…
Reference in New Issue
Block a user