diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-09 10:03:48 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-09 10:03:48 +0000 |
commit | b795ffa42319cb6cae3f411a5d7fdaf275765eb4 (patch) | |
tree | 482730dc55e99e648b1883a0e79ed12dafcd33cd /misc/Makefile | |
parent | b7d0d9c75a75594e2cd4a02bef44c724e899e503 (diff) | |
download | ports-b795ffa42319cb6cae3f411a5d7fdaf275765eb4.tar.gz ports-b795ffa42319cb6cae3f411a5d7fdaf275765eb4.zip |
Add port misc/mtail:
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.
WWW: http://matt.immute.net/src/mtail/
Author: Matt Hellige <matt@immute.net>
Based on: NetBSD pkgsrc package
Notes
Notes:
svn path=/head/; revision=197375
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 9d5634445d0f..d56f3d2c6653 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -322,6 +322,7 @@ SUBDIR += misterproper SUBDIR += mmv SUBDIR += mshell + SUBDIR += mtail SUBDIR += mtx SUBDIR += nagios-base-logos SUBDIR += najitool |