non port: misc/mtail/Makefile |
Number of commits found: 14 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Monday, 16 Sep 2019
|
20:55 dmgk
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677
 |
Sunday, 30 Jun 2019
|
21:27 swills
misc/mtail: Restrict to Python 2.7
PR: 238851
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
 |
Wednesday, 27 Jul 2016
|
12:55 amdmi3
- Update to 1.2.0
- Pass maintainership to submitter
- While here, switch to USES=shebangfix
PR: 211370
Submitted by: dg@syrec.org
 |
Thursday, 31 Dec 2015
|
01:20 amdmi3
- Add LICENSE
- Switch to USES=tar
- Add NO_ARCH
- Switch to options helpers
 |
Monday, 30 Mar 2015
|
21:40 bapt
Remove dead mirror
 |
Monday, 20 Oct 2014
|
17:59 mva
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit)
 |
Friday, 28 Feb 2014
|
07:16 ehaupt
Support staging
 |
Friday, 21 Feb 2014
|
13:38 ehaupt
Remove trailing whitespaces from category misc
 |
Monday, 10 Feb 2014
|
13:54 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)
 |
Friday, 20 Sep 2013
|
20:50 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
 |
Monday, 25 Mar 2013
|
04:30 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
 |
Sunday, 7 Sep 2008
|
00:19 linimon
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
 |
Thursday, 9 Aug 2007
|
10:03 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
 |
Number of commits found: 14 |