From b38e910899bad2d6ae2049b599dcdd525420c53d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 17 May 2026 13:35:43 +0300 Subject: Fix postgres --- ports/pylogsentinel/Makefile | 19 +++++++++++++++++++ ports/pylogsentinel/distinfo | 3 +++ ports/pylogsentinel/pkg-descr | 2 ++ 3 files changed, 24 insertions(+) create mode 100644 ports/pylogsentinel/Makefile create mode 100644 ports/pylogsentinel/distinfo create mode 100644 ports/pylogsentinel/pkg-descr (limited to 'ports') diff --git a/ports/pylogsentinel/Makefile b/ports/pylogsentinel/Makefile new file mode 100644 index 0000000..20224b1 --- /dev/null +++ b/ports/pylogsentinel/Makefile @@ -0,0 +1,19 @@ +PORTNAME= pylogsentinel +PORTVERSION= 0.3.1 +CATEGORIES= sysutils python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jan@jantuomi.fi +COMMENT= Lightweight cron-friendly log monitoring utility + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include diff --git a/ports/pylogsentinel/distinfo b/ports/pylogsentinel/distinfo new file mode 100644 index 0000000..4171f3b --- /dev/null +++ b/ports/pylogsentinel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747478400 +SHA256 (pylogsentinel-0.3.1.tar.gz) = 229c12e9925c29569b7f118f47bffa867c789624bd41df19d76611be401d0fdb +SIZE (pylogsentinel-0.3.1.tar.gz) = 15257 diff --git a/ports/pylogsentinel/pkg-descr b/ports/pylogsentinel/pkg-descr new file mode 100644 index 0000000..dab5b1d --- /dev/null +++ b/ports/pylogsentinel/pkg-descr @@ -0,0 +1,2 @@ +Lightweight cron-friendly log monitoring utility with regex rules +and per-rule shell actions. -- cgit v1.3