Commit graph

7 commits

Author SHA1 Message Date
hubertf
a8ce6d1667 Update multitail to 4.0.6. Fixes PR 33817.
Changes: too many to list; most importantly the distfile's available
from the master site.
2006-06-25 00:01:44 +00:00
joerg
5f504824c0 Add DragonFly support. When will the Large File Hacks for/from Linux
finally die?
2006-02-24 19:05:40 +00:00
rillig
3efe8f8368 Added a patch that passes the pkgsrc LDFLAGS to the compiler and linker. 2006-02-23 18:03:57 +00:00
rillig
e6cd99b6c7 Updated multitail to 3.8.5.
Changes include:
- Many bug fixes.
- Many portability improvements.
- Interactive mode for adding/removing log files on-the-fly.
2006-02-16 06:05:31 +00:00
jmc
3080d12839 Upgrade this to 2.4 (as 2.0 no longer exists for download).
Changes since 2.0:

Version 2.1: this release features filename completion when adding files through
 the menu
Version 2.2: fileselectors now shows the files sorted, has page up/down support
and actually works :-) Also the windows are now initially filled as much as poss
ible.
Version 2.3: field delimiters (for -cf) can be any size now (not just one charac
ter), statuslines are now optional, if a window closes, a popup-box is displayed
 (can be switched off), fixed a small memory-leak, fixed a potential segfault, f
ixed a couple of (sp)lint-warnings, radically changed the errorhandling, some fi
xes to get thing work (again) on MacOS-X. WARNING: the installationlocation has
been changed to /usr/bin! So first do make uninstall on the previous release!
Version 2.4: --retry now also works on platforms where tail does not support --r
etry, MultiTail works again on Solaris, added merge-mode: all files are merged
 into one window, made window-selection into a scrollable window, fixed compilat
ion-warnings, windows are filled as much as possible again on Solaris
2003-05-12 04:16:15 +00:00
mjl
4cbc43834e Update multitail to 2.0
- you can now also tail external commands with MultiTail.
  - negating regular expressions did not work.
2003-04-23 11:56:33 +00:00
mjl
d7c9984637 Initial import of multitail 1.8
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.

Note: I tried to make it NOT depend on ncurses and use the built-in
      curses instead.
2003-04-18 08:44:16 +00:00