From 17b684d4f53bacaa31b691f7e627e939fb4cdff3 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Fri, 29 Aug 2014 10:48:28 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/py-pygtail/Makefile | 16 ++++++++++++++++ textproc/py-pygtail/distinfo | 2 ++ textproc/py-pygtail/pkg-descr | 6 ++++++ 4 files changed, 25 insertions(+) create mode 100644 textproc/py-pygtail/Makefile create mode 100644 textproc/py-pygtail/distinfo create mode 100644 textproc/py-pygtail/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index c5a92e4e2c72..0bf437fd2590 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/py-pygtail/Makefile b/textproc/py-pygtail/Makefile new file mode 100644 index 000000000000..5391850df26f --- /dev/null +++ b/textproc/py-pygtail/Makefile @@ -0,0 +1,16 @@ +# Created by: Dmitry Sivachenko +# $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 diff --git a/textproc/py-pygtail/distinfo b/textproc/py-pygtail/distinfo new file mode 100644 index 000000000000..e78cdedf5cc8 --- /dev/null +++ b/textproc/py-pygtail/distinfo @@ -0,0 +1,2 @@ +SHA256 (pygtail-0.4.0.tar.gz) = 63aaa784554c4c476703d14a83dafbeb6cbf8e71e4306b0e8cfa7433028995b5 +SIZE (pygtail-0.4.0.tar.gz) = 4547 diff --git a/textproc/py-pygtail/pkg-descr b/textproc/py-pygtail/pkg-descr new file mode 100644 index 000000000000..86a4235e02a9 --- /dev/null +++ b/textproc/py-pygtail/pkg-descr @@ -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