Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -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-18 | use python buildlink | drochner | 1 | -7/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-06-04 | Update mtail to 1.0.0 | zuntum | 2 | -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-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-28 | Initial import of mtail-0.9.2 | zuntum | 4 | -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. |