Port details |
- mtail Small tail workalike that performs output coloring
- 1.2.0_1 misc
=1 1.2.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: dmgk@FreeBSD.org
- Port Added: 2007-08-09 10:18:08
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- People watching this port, also watch:: monit, tmux, tcpdump, zrep
- License: MIT
- WWW:
- http://matt.immute.net/src/mtail/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: mtail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1469468477
SHA256 (mtail-1.2.0.tgz) = 56607660a16d8d2ec2903edea557091502f52d34194adb844ccf99a11e495425
SIZE (mtail-1.2.0.tgz) = 10798
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mtail-1.2.0_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7,run shebangfix tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_1 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
1.2.0_1 16 Sep 2019 20:55:08 |
dmgk |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677 |
1.2.0_1 30 Jun 2019 21:27:43 |
swills |
misc/mtail: Restrict to Python 2.7
PR: 238851
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
1.2.0 27 Jul 2016 12:55:15 |
amdmi3 |
- Update to 1.2.0
- Pass maintainership to submitter
- While here, switch to USES=shebangfix
PR: 211370
Submitted by: dg@syrec.org |
1.1.1 31 Dec 2015 01:20:49 |
amdmi3 |
- Add LICENSE
- Switch to USES=tar
- Add NO_ARCH
- Switch to options helpers |
1.1.1 30 Mar 2015 21:40:44 |
bapt |
Remove dead mirror |
1.1.1 20 Oct 2014 17:59:38 |
mva |
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit) |
1.1.1 28 Feb 2014 07:16:42 |
ehaupt |
Support staging |
1.1.1 21 Feb 2014 13:38:12 |
ehaupt |
Remove trailing whitespaces from category misc |
1.1.1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.1.1 25 Mar 2013 04:30:31 |
eadler |
Cleanup unmaintained ports in the misc category:
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish |
1.1.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.1.1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.1.1 09 Aug 2007 10:03:48 |
sat |
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 |