diff options
author | will <will@FreeBSD.org> | 2001-12-19 16:58:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-19 16:58:26 +0800 |
commit | 0c93e7031e592a28648a81b3d82cfc69b03c93a4 (patch) | |
tree | bba19dc1c78aab7eac630ecc8cf041d08cd63ac4 /comms | |
parent | 61c0275cb6e36ccaffcd9151ead524251f364226 (diff) | |
download | freebsd-ports-gnome-0c93e7031e592a28648a81b3d82cfc69b03c93a4.tar.gz freebsd-ports-gnome-0c93e7031e592a28648a81b3d82cfc69b03c93a4.tar.zst freebsd-ports-gnome-0c93e7031e592a28648a81b3d82cfc69b03c93a4.zip |
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)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/zssh/Makefile | 25 | ||||
-rw-r--r-- | comms/zssh/distinfo | 1 | ||||
-rw-r--r-- | comms/zssh/pkg-comment | 1 | ||||
-rw-r--r-- | comms/zssh/pkg-descr | 9 | ||||
-rw-r--r-- | comms/zssh/pkg-plist | 2 |
6 files changed, 39 insertions, 0 deletions
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 <bsd.port.mk> 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 |