diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-18 15:44:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-18 15:44:11 +0000 |
commit | b94d3337c09a1cf07ec9acabeb6ae05758817f9d (patch) | |
tree | 4b162414f60a33fdbcd04513dad56480b4f6e0d5 /sysutils/Makefile | |
parent | 38e579be6db5c808f2275494f53ba0ea867d1d1b (diff) |
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 <viric_at_vicerveza_dot_homeunix_dot_net>
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 <viric_at_vicerveza_dot_homeunix_dot_net>
Notes
Notes:
svn path=/head/; revision=203994
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f8c92459568b..4f9354b77333 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -644,6 +644,7 @@ SUBDIR += timemon SUBDIR += tinybsd SUBDIR += titlefix + SUBDIR += tm SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += topless |