summaryrefslogtreecommitdiff
path: root/misc/mtail
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-4/+8
their files via a custom do-install target.
2007-08-08Update misc/mtail to 1.1.1, provided by Martin Wilke <miwi@FreeBSD.org> in ↵zuntum2-7/+6
pkg/34512 Changes: 1.1.1: * changed threading/signal handling code to accommodate changes in python 2.0 (thanks to joseph grossberg for the bug report). 1.1.0: * added support for tailing multiple files. * added -v and -q options (and long versions) related to filename banner printing. * very minor bugfixes. * added --config option to explicitly specify config file.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-01-18use python buildlinkdrochner1-7/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-06-04Update mtail to 1.0.0zuntum2-5/+5
Changelog: Very little change has been made since 0.9.2, but since no more bugs have been found, the program is now labeled 1.0.0.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-28Initial import of mtail-0.9.2zuntum4-0/+47
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.