Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: source-changes
Date: 03/28/2001 18:48:27
Module Name:	doc
Committed By:	zuntum
Date:		Wed Mar 28 15:48:26 UTC 2001

Modified Files:
	doc: pkg-CHANGES

Log Message:
Note mtail-0.9.2 addition

mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.

It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.


To generate a diff of this commit:
cvs rdiff -r1.3934 -r1.3935 doc/pkg-CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.