./misc/multitail, View one or multiple files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.1.5, Package name: multitail-7.1.5, Maintainer: vins

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 curses). 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.
* Merge 2 or more logfiles.
* Use colors while displaying the logfiles (through regular
expressions), for faster recognition of what is important and what not.
* Filter lines (again with regular expressions) and has interactive
menus for editing given regular expressions and deleting and adding
windows.
* 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.



Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 149.014 KB

Version history: (Expand)


CVS history: (Expand)


   2025-05-27 21:15:12 by Paolo Vincenzo Olivo | Files touched by this commit (15) | Package updated
Log message:
misc/multitail: update to 7.1.5

# pkgsrc changes

* Switch to Github hosting.
* Switch to build with CMake.
* Allow to use NetBSD curses.
* Install conversion scripts.
* Add LICENSE.
* Take maintainership.

# upstream changes

No changelog provided.
   2024-03-19 02:51:18 by Nia Alarie | Files touched by this commit (1)
Log message:
multitail: Fix building on Tiger
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2017-01-05 17:08:19 by Roy Marples | Files touched by this commit (1)
Log message:
Note we need libpanel from curses.
   2017-01-05 13:38:30 by Roy Marples | Files touched by this commit (1)
Log message:
Allow to use NetBSD-7.99 curses
   2017-01-04 23:26:02 by Roy Marples | Files touched by this commit (1)
Log message:
Add missing patch for system curses support.