diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2006-02-18 18:41:46 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2006-02-18 18:41:46 +0000 |
commit | ace74cd27d657731d3c64b76a8b7b5ad6e0d57a0 (patch) | |
tree | 5b3e86b4bbf696fe4c0945295edbd4014ff103f1 | |
parent | bb9d153d5c8740219e48c8c44e110f175e10c8b8 (diff) |
Notes
-rw-r--r-- | sysutils/multitail/Makefile | 2 | ||||
-rw-r--r-- | sysutils/multitail/distinfo | 6 | ||||
-rw-r--r-- | sysutils/multitail/pkg-descr | 18 |
3 files changed, 16 insertions, 10 deletions
diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile index d96810c6b38f..164cadb6cc67 100644 --- a/sysutils/multitail/Makefile +++ b/sysutils/multitail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= multitail -PORTVERSION= 3.8.5 +PORTVERSION= 3.8.6 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/multitail/ EXTRACT_SUFX= .tgz diff --git a/sysutils/multitail/distinfo b/sysutils/multitail/distinfo index 456faa360655..7a94e24ef09b 100644 --- a/sysutils/multitail/distinfo +++ b/sysutils/multitail/distinfo @@ -1,3 +1,3 @@ -MD5 (multitail-3.8.5.tgz) = 0aa5967a9383b6e6c8799520e37126f2 -SHA256 (multitail-3.8.5.tgz) = d91d07bc14f41a84f900dc0a42d62e0c5204df2400b8a42410decb2e5bcd0e72 -SIZE (multitail-3.8.5.tgz) = 75200 +MD5 (multitail-3.8.6.tgz) = af26ff2b8a6b7cc0e644f37ae60f0b02 +SHA256 (multitail-3.8.6.tgz) = 7cc70b42c1424bea45bb1ca30fa950396186ef2823e8ae00acb7223510100a5c +SIZE (multitail-3.8.6.tgz) = 75711 diff --git a/sysutils/multitail/pkg-descr b/sysutils/multitail/pkg-descr index f5e2681d697f..1da81d56d788 100644 --- a/sysutils/multitail/pkg-descr +++ b/sysutils/multitail/pkg-descr @@ -1,9 +1,15 @@ -Multitail lets you view one or multiple files like the original tail program. -The difference is that this program creates multiple windows on your console -(with ncurses). It can also use colors while displaying the logfiles for faster -recognizing which lines are important and which are not. It is optimized for -terminal-sessions through slow links. It is possible to define for each window -(or for all) what lines should be displayed, by using regular expressions. +MultiTail lets you view one or multiple files like the original tail program. +The difference is that it creates multiple windows on your console (with +ncurses). It can also monitor wildcards: if another file matching the wildcard +has a more recent modification date, it will automatically switch to that file. +That way you can, for example, monitor a complete directory of files. Merging +of 2 or even more logfiles is possible. It can also use colors while displaying +the logfiles (through regular expressions), for faster recognition of what is +important and what not. It can also filter lines (again with regular +expressions). It has interactive menus for editing given regular expressions +and deleting and adding windows. One can also have windows with the output of +shell scripts and other software. When viewing the output of external software, +MultiTail can mimic the functionality of tools like 'watch' and such. WWW: http://www.vanheusden.com/multitail/ |