New port: py-pygtail:

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
This commit is contained in:
Dmitry Sivachenko 2014-08-29 10:48:28 +00:00
parent d65b135cba
commit 17b684d4f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366499
4 changed files with 25 additions and 0 deletions

View File

@ -1180,6 +1180,7 @@
SUBDIR += py-pyctpp2
SUBDIR += py-pyelasticsearch
SUBDIR += py-pygments
SUBDIR += py-pygtail
SUBDIR += py-pyscss
SUBDIR += py-pysrt
SUBDIR += py-pystache

View File

@ -0,0 +1,16 @@
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygtail
PORTVERSION= 0.4.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python module which reads log file lines that have not been read
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pygtail-0.4.0.tar.gz) = 63aaa784554c4c476703d14a83dafbeb6cbf8e71e4306b0e8cfa7433028995b5
SIZE (pygtail-0.4.0.tar.gz) = 4547

View File

@ -0,0 +1,6 @@
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