From 4b2ad3d4d802a559ecf3999dd62738cfc2967419 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 19 Dec 2001 08:58:26 +0000 Subject: 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) --- comms/Makefile | 1 + comms/zssh/Makefile | 25 +++++++++++++++++++++++++ comms/zssh/distinfo | 1 + comms/zssh/pkg-comment | 1 + comms/zssh/pkg-descr | 9 +++++++++ comms/zssh/pkg-plist | 2 ++ 6 files changed, 39 insertions(+) create mode 100644 comms/zssh/Makefile create mode 100644 comms/zssh/distinfo create mode 100644 comms/zssh/pkg-comment create mode 100644 comms/zssh/pkg-descr create mode 100644 comms/zssh/pkg-plist (limited to 'comms') diff --git a/comms/Makefile b/comms/Makefile index 0a0d9dc9222d..4a5472bd4ffb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += zssh SUBDIR += asmodem SUBDIR += bayonne diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile new file mode 100644 index 000000000000..fae3f6aa16ba --- /dev/null +++ b/comms/zssh/Makefile @@ -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 diff --git a/comms/zssh/distinfo b/comms/zssh/distinfo new file mode 100644 index 000000000000..ca304f6e8906 --- /dev/null +++ b/comms/zssh/distinfo @@ -0,0 +1 @@ +MD5 (zssh-1.5a.tgz) = d59fbfd7531798c12e6c458760087e0d diff --git a/comms/zssh/pkg-comment b/comms/zssh/pkg-comment new file mode 100644 index 000000000000..62349ec200c5 --- /dev/null +++ b/comms/zssh/pkg-comment @@ -0,0 +1 @@ +Allows you to tunnel a ssh connection over the zmodem protocol diff --git a/comms/zssh/pkg-descr b/comms/zssh/pkg-descr new file mode 100644 index 000000000000..3119f963ddc7 --- /dev/null +++ b/comms/zssh/pkg-descr @@ -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/ diff --git a/comms/zssh/pkg-plist b/comms/zssh/pkg-plist new file mode 100644 index 000000000000..413c2b6f8aa2 --- /dev/null +++ b/comms/zssh/pkg-plist @@ -0,0 +1,2 @@ +bin/zssh +bin/ztelnet -- cgit v1.2.3