aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pygtail
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Allow concurrent installation of module for python2/3 (bin/pygtail).Dmitry Sivachenko2015-12-281-1/+1
| | | | Notes: svn path=/head/; revision=404623
* Update to version 0.6.1Dmitry Sivachenko2015-12-072-3/+3
| | | | Notes: svn path=/head/; revision=403198
* New port: py-pygtail:Dmitry Sivachenko2014-08-293-0/+24
A python "port" of logcheck's logtail2. Pygtail reads log file lines that have not been read. It will even handle log files that have been rotated. WWW: https://pypi.python.org/pypi/pygtail Notes: svn path=/head/; revision=366499