diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-26 08:40:54 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-26 08:40:54 +0000 |
commit | e5525d42bbd87b9e9cf8c933b47ce30503980bed (patch) | |
tree | e01efb0a36e284fc68cd411357111531837faab8 /net/omnitty | |
parent | 21cd3ff31a2878539fa1dfeee8d8f02d1e794532 (diff) | |
download | ports-e5525d42bbd87b9e9cf8c933b47ce30503980bed.tar.gz ports-e5525d42bbd87b9e9cf8c933b47ce30503980bed.zip |
Notes
Diffstat (limited to 'net/omnitty')
-rw-r--r-- | net/omnitty/Makefile | 42 | ||||
-rw-r--r-- | net/omnitty/distinfo | 3 | ||||
-rw-r--r-- | net/omnitty/pkg-descr | 11 |
3 files changed, 56 insertions, 0 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile new file mode 100644 index 000000000000..ea28714f6de4 --- /dev/null +++ b/net/omnitty/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: omnitty +# Date created: May 21 2006 +# Whom: Rong-En Fan <rafan@infor.org> +# +# $FreeBSD$ +# + +PORTNAME= omnitty +PORTVERSION= 0.3.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= rafan@infor.org +COMMENT= A curses-based SSH multiplexer + +LIB_DEPENDS= rote:${PORTSDIR}/devel/rote + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +ALL_TARGET= ${PORTNAME} + +MAN1= ${PORTNAME}.1 + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= does not work on FreeBSD 4.x +.endif + +post-patch: + ${REINPLACE_CMD} 's|<alloca.h>|<stdlib.h>|' \ + ${WRKSRC}/machmgr.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.post.mk> diff --git a/net/omnitty/distinfo b/net/omnitty/distinfo new file mode 100644 index 000000000000..a0a52d72d5ad --- /dev/null +++ b/net/omnitty/distinfo @@ -0,0 +1,3 @@ +MD5 (omnitty-0.3.0.tar.gz) = 5d35c4dfdc3194de94527e28a27d8461 +SHA256 (omnitty-0.3.0.tar.gz) = d17f3e97c05ff60c5bad0f9ef9b297e80023e8f0813f6d874fe35e2d516c7ba3 +SIZE (omnitty-0.3.0.tar.gz) = 51200 diff --git a/net/omnitty/pkg-descr b/net/omnitty/pkg-descr new file mode 100644 index 000000000000..b7140e4a47fb --- /dev/null +++ b/net/omnitty/pkg-descr @@ -0,0 +1,11 @@ +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/ |