./sysutils/lnav, Log file navigator, an enhanced log viewer

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


Branch: CURRENT, Version: 0.11.1nb5, Package name: lnav-0.11.1nb5, Maintainer: pkgsrc-users

An advanced log file viewer for the small-scale. Watch and analyze
your log files from a terminal.

Many logging tools, like Splunk, provide great features but are
optimized for large-scale deployments. They require installing
and configuring servers before they can be effectively used. There
is still a need for a robust log file analyzer for the terminal.

Just point lnav to a directory and it will take care of the rest.
File formats are automatically detected and compressed files are
unpacked on the fly.

Log files are a wealth of information, lnav can help highlight the
parts that are important and filter out the noise.


Required to run:
[devel/ncursesw] [devel/pcre] [devel/readline] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2214.922 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-08-02 21:27:32 by Nia Alarie | Files touched by this commit (16)
Log message:
*: Instead of using BUILDLINK_TRANSFORM to force a "gnu" language
variant when a package is using GNU extensions without setting
-std=gnuXX, use FORCE_(C|CXX)_STD.
   2023-05-25 00:42:53 by Havard Eidnes | Files touched by this commit (9)
Log message:
lnav: fix build on NetBSD/macppc and reduce amount of warnings.

 - The program uses alloca() but insists on use of -std=c++14.
   alloca(), however, especially on NetBSD/macppc, needs the
   -std=gnu++14 feature set, so force use of that standard.
 - isdigit() argument nees to be `unsigned char` or EOF. Add cast.
 - On NetBSD, `time_t` isn't a `long`, and there is apparently
   no portable way to supply a printf format for a `time_t`.
   Cast to `long long` and print with %lld.
 - A `role_t` is not the same as `int`, causing -Wformat warning.
   Cast to `int` before printing.
 - Avoid trying to right-shift with 32 on a 32-bit platform.
 - Print `unsigned int` with %u, and not with %ld.

Lots of signedness warnings remain, reported to upstream in
https://github.com/tstack/lnav/issues/1157.  I'll be requesting
pull requests for some of the others above.

Bump PKGREVISION.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-01-19 11:40:28 by Thomas Klausner | Files touched by this commit (1)
Log message:
lnav: set GCC_REQD to 8 to fix build on NetBSD 9

(string_view)
   2023-01-17 11:18:33 by Thomas Klausner | Files touched by this commit (3)
Log message:
lnav: add upstream bug report URLs