aboutsummaryrefslogtreecommitdiff
path: root/comms/zssh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-19 08:58:26 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-19 08:58:26 +0000
commit4b2ad3d4d802a559ecf3999dd62738cfc2967419 (patch)
treea132a0a93cfc4389ce64b2ed7a5aec540a7412b3 /comms/zssh
parentf956e91b1da9c8cdf6deb6520e92752df60cf583 (diff)
downloadports-4b2ad3d4d802a559ecf3999dd62738cfc2967419.tar.gz
ports-4b2ad3d4d802a559ecf3999dd62738cfc2967419.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)
Notes
Notes: svn path=/head/; revision=51797
Diffstat (limited to 'comms/zssh')
-rw-r--r--comms/zssh/Makefile25
-rw-r--r--comms/zssh/distinfo1
-rw-r--r--comms/zssh/pkg-comment1
-rw-r--r--comms/zssh/pkg-descr9
-rw-r--r--comms/zssh/pkg-plist2
5 files changed, 38 insertions, 0 deletions
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