* Upgrade to 3.8.6.

* Update pkg-descr.
This commit is contained in:
Oliver Braun 2006-02-18 18:41:46 +00:00
parent bb9d153d5c
commit ace74cd27d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156314
3 changed files with 16 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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/