svn commit: r366499 - in head/textproc: . py-pygtail

Dmitry Sivachenko demon at FreeBSD.org
Fri Aug 29 10:48:29 UTC 2014


Author: demon
Date: Fri Aug 29 10:48:28 2014
New Revision: 366499
URL: http://svnweb.freebsd.org/changeset/ports/366499
QAT: https://qat.redports.org/buildarchive/r366499/

Log:
  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

Added:
  head/textproc/py-pygtail/
  head/textproc/py-pygtail/Makefile   (contents, props changed)
  head/textproc/py-pygtail/distinfo   (contents, props changed)
  head/textproc/py-pygtail/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Aug 29 10:44:09 2014	(r366498)
+++ head/textproc/Makefile	Fri Aug 29 10:48:28 2014	(r366499)
@@ -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

Added: head/textproc/py-pygtail/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pygtail/Makefile	Fri Aug 29 10:48:28 2014	(r366499)
@@ -0,0 +1,16 @@
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pygtail
+PORTVERSION=	0.4.0
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	demon at 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>

Added: head/textproc/py-pygtail/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pygtail/distinfo	Fri Aug 29 10:48:28 2014	(r366499)
@@ -0,0 +1,2 @@
+SHA256 (pygtail-0.4.0.tar.gz) = 63aaa784554c4c476703d14a83dafbeb6cbf8e71e4306b0e8cfa7433028995b5
+SIZE (pygtail-0.4.0.tar.gz) = 4547

Added: head/textproc/py-pygtail/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pygtail/pkg-descr	Fri Aug 29 10:48:28 2014	(r366499)
@@ -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


More information about the svn-ports-all mailing list