Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 21:14:32 -0400 (EDT)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97942: [NEW PORT] net/omnitty: A curses-based SSH multiplexer
Message-ID:  <200605260114.k4Q1EWEW026962@woodstock.rafan.org>
Resent-Message-ID: <200605260130.k4Q1UIIf098789@freefall.freebsd.org>

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

>Number:         97942
>Category:       ports
>Synopsis:       [NEW PORT] net/omnitty: A curses-based SSH multiplexer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 01:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Wed May 17 00:28:05 EDT 2006
>Description:
Omnitty is a curses-based program that allows one to log into several
machines simultaneously and interact with them, selectively directing
input to individual machines or groups of selected machines.

You can run both line-oriented and screen oriented in the target
machines, because Omnitty has built-in terminal emulation capability.
When the window is large enough, Omnitty also displays a "summary area"
for each machine, in which it shows what the latest output from the
machine was, so you can have an idea of what is going on in each machine. 

WWW: http://omnitty.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- omnitty-0.3.0.shar begins here ---
# 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:
#
#	omnitty
#	omnitty/Makefile
#	omnitty/distinfo
#	omnitty/pkg-descr
#
echo c - omnitty
mkdir -p omnitty > /dev/null 2>&1
echo x - omnitty/Makefile
sed 's/^X//' >omnitty/Makefile << 'END-of-omnitty/Makefile'
X# New ports collection makefile for:	omnitty
X# Date created:				May 21 2006
X# Whom:					Rong-En Fan <rafan@infor.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	omnitty
XPORTVERSION=	0.3.0
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	rafan@infor.org
XCOMMENT=	A curses-based SSH multiplexer
X
XLIB_DEPENDS=	rote:${PORTSDIR}/devel/rote
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XALL_TARGET=	${PORTNAME}
X
XMAN1=		${PORTNAME}.1
X
XPLIST_FILES=	bin/${PORTNAME}
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XIGNORE=		does not work on FreeBSD 4.x
X.endif
X
Xpost-patch:
X	${REINPLACE_CMD} 's|<alloca.h>|<stdlib.h>|' \
X		${WRKSRC}/machmgr.c
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.post.mk>
END-of-omnitty/Makefile
echo x - omnitty/distinfo
sed 's/^X//' >omnitty/distinfo << 'END-of-omnitty/distinfo'
XMD5 (omnitty-0.3.0.tar.gz) = 5d35c4dfdc3194de94527e28a27d8461
XSHA256 (omnitty-0.3.0.tar.gz) = d17f3e97c05ff60c5bad0f9ef9b297e80023e8f0813f6d874fe35e2d516c7ba3
XSIZE (omnitty-0.3.0.tar.gz) = 51200
END-of-omnitty/distinfo
echo x - omnitty/pkg-descr
sed 's/^X//' >omnitty/pkg-descr << 'END-of-omnitty/pkg-descr'
XOmnitty is a curses-based program that allows one to log into several
Xmachines simultaneously and interact with them, selectively directing
Xinput to individual machines or groups of selected machines.
X
XYou can run both line-oriented and screen oriented in the target
Xmachines, because Omnitty has built-in terminal emulation capability.
XWhen the window is large enough, Omnitty also displays a "summary area"
Xfor each machine, in which it shows what the latest output from the
Xmachine was, so you can have an idea of what is going on in each machine. 
X
XWWW: http://omnitty.sourceforge.net/
END-of-omnitty/pkg-descr
exit
--- omnitty-0.3.0.shar ends here ---

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



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