aboutsummaryrefslogtreecommitdiffstats
path: root/misc/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-08-09 18:03:48 +0800
committersat <sat@FreeBSD.org>2007-08-09 18:03:48 +0800
commite1a6b7ff63c29a1554ae33096b093e2a9ddb81fb (patch)
tree3ea6be3d2bd1b5acac68048e6457e080f1ccf7ca /misc/Makefile
parentde33b894f3e3991785e11eace4bad95994af1540 (diff)
downloadfreebsd-ports-gnome-e1a6b7ff63c29a1554ae33096b093e2a9ddb81fb.tar.gz
freebsd-ports-gnome-e1a6b7ff63c29a1554ae33096b093e2a9ddb81fb.tar.zst
freebsd-ports-gnome-e1a6b7ff63c29a1554ae33096b093e2a9ddb81fb.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
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
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