From owner-cvs-all@FreeBSD.ORG Tue Dec 18 15:44:11 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6E0316A420; Tue, 18 Dec 2007 15:44:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D03813C4CC; Tue, 18 Dec 2007 15:44:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBIFiBhT077111; Tue, 18 Dec 2007 15:44:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBIFiBxC077110; Tue, 18 Dec 2007 15:44:11 GMT (envelope-from sat) Message-Id: <200712181544.lBIFiBxC077110@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 18 Dec 2007 15:44:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/tm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 15:44:11 -0000 sat 2007-12-18 15:44:11 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/tm Makefile distinfo pkg-descr Log: Add port sysutils/tm: Terminal mixer can start processes inside a pseudo-terminal, which can be accessed through a Unix socket, TCP or even raw ethernet (not yet ported to FreeBSD). The programs can be linked to the current terminal, or they can be unlinked like in nohup. But even in this latter case you can connect to them using the mentioned protocols. tm can also start programs as if they communicate through pipes instead of terminals, and this can be quite useful for remote-controlling applications. More than one client can connect to the served pseudo-terminal, either using tm as a client or telnet for TCP. You can choose if they are only allowed to read, or they can also contribute on input. WWW: http://vicerveza.homeunix.net/~viric/soft/tm/ Author: Lluis Batlle i Rossell Terminal mixer can start processes inside a pseudo-terminal, which can be accessed through a Unix socket, TCP or even raw ethernet (not yet ported to FreeBSD). The programs can be linked to the current terminal, or they can be unlinked like in nohup. But even in this latter case you can connect to them using the mentioned protocols. tm can also start programs as if they communicate through pipes instead of terminals, and this can be quite useful for remote-controlling applications. More than one client can connect to the served pseudo-terminal, either using tm as a client or telnet for TCP. You can choose if they are only allowed to read, or they can also contribute on input. WWW: http://vicerveza.homeunix.net/~viric/soft/tm/ Author: Lluis Batlle i Rossell Revision Changes Path 1.963 +1 -0 ports/sysutils/Makefile 1.1 +36 -0 ports/sysutils/tm/Makefile (new) 1.1 +3 -0 ports/sysutils/tm/distinfo (new) 1.1 +16 -0 ports/sysutils/tm/pkg-descr (new)