aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pygtail
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-08-29 10:48:28 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-08-29 10:48:28 +0000
commit17b684d4f53bacaa31b691f7e627e939fb4cdff3 (patch)
tree4dba14aca7d6ee65fded66e155d769ffc32b1fa5 /textproc/py-pygtail
parentd65b135cba1e2e2da69290b1b1790f085de2317d (diff)
downloadports-17b684d4f53bacaa31b691f7e627e939fb4cdff3.tar.gz
ports-17b684d4f53bacaa31b691f7e627e939fb4cdff3.zip
Notes
Diffstat (limited to 'textproc/py-pygtail')
-rw-r--r--textproc/py-pygtail/Makefile16
-rw-r--r--textproc/py-pygtail/distinfo2
-rw-r--r--textproc/py-pygtail/pkg-descr6
3 files changed, 24 insertions, 0 deletions
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 <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>
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