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:
parent
d65b135cba
commit
17b684d4f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366499
@ -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
|
||||
|
16
textproc/py-pygtail/Makefile
Normal file
16
textproc/py-pygtail/Makefile
Normal 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>
|
2
textproc/py-pygtail/distinfo
Normal file
2
textproc/py-pygtail/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pygtail-0.4.0.tar.gz) = 63aaa784554c4c476703d14a83dafbeb6cbf8e71e4306b0e8cfa7433028995b5
|
||||
SIZE (pygtail-0.4.0.tar.gz) = 4547
|
6
textproc/py-pygtail/pkg-descr
Normal file
6
textproc/py-pygtail/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user