Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 03:25:50 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/31268: New port: comms/zssh
Message-ID:  <20011014192550.3D0623D86@infomath.math.nctu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         31268
>Category:       ports
>Synopsis:       New port: comms/zssh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 14 12:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #3: Fri Sep 21 18:13:19 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/usr/src/sys/compile/InFoMath i386


	
>Description:

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/
	
>How-To-Repeat:
	N/A
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zssh
#	zssh/Makefile
#	zssh/distinfo
#	zssh/pkg-comment
#	zssh/pkg-descr
#	zssh/pkg-plist
#
echo c - zssh
mkdir -p zssh > /dev/null 2>&1
echo x - zssh/Makefile
sed 's/^X//' >zssh/Makefile << 'END-of-zssh/Makefile'
X# New ports collection makefile for:	zssh
X# Date created:			13 October 2001
X# Whom:				Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zssh
XPORTVERSION=	1.5a
XCATEGORIES=	comms security
XMASTER_SITES=	http://prdownloads.sf.net/zssh/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	gslin@ccca.nctu.edu.tw
X
XRUN_DEPENDS=	lrz:${PORTSDIR}/comms/lrzsz
X
XHAS_CONFIGURE=	yes
X
XMAN1=		zssh.1 ztelnet.1
X
Xpost-configure:
X	@${PERL} -pi -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-zssh/Makefile
echo x - zssh/distinfo
sed 's/^X//' >zssh/distinfo << 'END-of-zssh/distinfo'
XMD5 (zssh-1.5a.tgz) = d59fbfd7531798c12e6c458760087e0d
END-of-zssh/distinfo
echo x - zssh/pkg-comment
sed 's/^X//' >zssh/pkg-comment << 'END-of-zssh/pkg-comment'
XAllows you to perform interactive file transfers while using ssh
END-of-zssh/pkg-comment
echo x - zssh/pkg-descr
sed 's/^X//' >zssh/pkg-descr << 'END-of-zssh/pkg-descr'
Xzssh (Zmodem SSH) is a program for interactively transferring files to a
Xremote machine while using the secure shell (ssh). It is intended to be a
Xconvenient alternative to scp, allowing to transfer files without having to
Xopen another session and re-authenticate oneself. zssh is an interactive
Xwrapper for ssh used to switch the ssh connection between the remote shell
Xand file transfers. Files are transferred through the zmodem protocol,
Xusing the rz and sz commands.
X
XWWW: http://zssh.sourceforge.net/
END-of-zssh/pkg-descr
echo x - zssh/pkg-plist
sed 's/^X//' >zssh/pkg-plist << 'END-of-zssh/pkg-plist'
Xbin/zssh
Xbin/ztelnet
END-of-zssh/pkg-plist
exit

	

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011014192550.3D0623D86>