Subject: CVS commit: pkgsrc/sysutils/mlog
From: Amitai Schleier
Date: 2024-01-19 16:58:00
Message id: 20240119155800.68F3CFA42@cvs.NetBSD.org

Log Message:
Add mlog: Merge log files by timestamp

mlog reads lines from multiple log files and prints them in
chronological order. The files need to start with comparable timestamps.
mlog prints the oldest line first, thus preserving relative order.

mlog behaves like a combination of 'sort -m' and 'tail -f'.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/mlog/DESCR
1.1addpkgsrc/sysutils/mlog/Makefile
1.1addpkgsrc/sysutils/mlog/PLIST
1.1addpkgsrc/sysutils/mlog/distinfo
1.1addpkgsrc/sysutils/mlog/patches/patch-Makefile