From owner-cvs-ports@FreeBSD.ORG Thu Aug 9 10:03:49 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6BC16A41A; Thu, 9 Aug 2007 10:03:49 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE95E13C469; Thu, 9 Aug 2007 10:03:48 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l79A3moT021352; Thu, 9 Aug 2007 10:03:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l79A3mXp021351; Thu, 9 Aug 2007 10:03:48 GMT (envelope-from sat) Message-Id: <200708091003.l79A3mXp021351@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 9 Aug 2007 10:03:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/mtail Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2007 10:03:49 -0000 sat 2007-08-09 10:03:48 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/mtail Makefile distinfo pkg-descr Log: 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 Based on: NetBSD pkgsrc package Revision Changes Path 1.858 +1 -0 ports/misc/Makefile 1.1 +37 -0 ports/misc/mtail/Makefile (new) 1.1 +3 -0 ports/misc/mtail/distinfo (new) 1.1 +16 -0 ports/misc/mtail/pkg-descr (new)