From f2de88bdee2392a778547e5c1c626dcb23367412 Mon Sep 17 00:00:00 2001 From: fhajny Date: Sun, 1 Nov 2015 19:08:22 +0000 Subject: Import syslog-ng Python bindings as sysutils/py-syslog-ng. --- sysutils/py-syslog-ng/DESCR | 6 ++++++ sysutils/py-syslog-ng/Makefile | 16 ++++++++++++++++ sysutils/py-syslog-ng/PLIST | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 sysutils/py-syslog-ng/DESCR create mode 100644 sysutils/py-syslog-ng/Makefile create mode 100644 sysutils/py-syslog-ng/PLIST diff --git a/sysutils/py-syslog-ng/DESCR b/sysutils/py-syslog-ng/DESCR new file mode 100644 index 00000000000..03d56de759f --- /dev/null +++ b/sysutils/py-syslog-ng/DESCR @@ -0,0 +1,6 @@ +Syslog-ng tries to fill the gaps original syslogd's were lacking: + * powerful configurability + * filtering based on message content + * message integrity, message encryption + * portability + * better network forwarding diff --git a/sysutils/py-syslog-ng/Makefile b/sysutils/py-syslog-ng/Makefile new file mode 100644 index 00000000000..7ffcc8ebc16 --- /dev/null +++ b/sysutils/py-syslog-ng/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2015/11/01 19:08:22 fhajny Exp $ + +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +SYSLOG_MOD= python +SYSLOG_MOD_TARGET= mod-python +COMMENT= Syslog-ng Python module + +.include "../../sysutils/syslog-ng/Makefile.module" + +CONFIGURE_ARGS+= --with-python=${PYVERSSUFFIX} + +INSTALL_TARGET+= install-pylib +PY_PATCHPLIST= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-syslog-ng/PLIST b/sysutils/py-syslog-ng/PLIST new file mode 100644 index 00000000000..05106053e5b --- /dev/null +++ b/sysutils/py-syslog-ng/PLIST @@ -0,0 +1,40 @@ +@comment $NetBSD: PLIST,v 1.1 2015/11/01 19:08:22 fhajny Exp $ +${PYSITELIB}/syslogng/__init__.py +${PYSITELIB}/syslogng/__init__.pyc +${PYSITELIB}/syslogng/debuggercli/__init__.py +${PYSITELIB}/syslogng/debuggercli/__init__.pyc +${PYSITELIB}/syslogng/debuggercli/choicecompleter.py +${PYSITELIB}/syslogng/debuggercli/choicecompleter.pyc +${PYSITELIB}/syslogng/debuggercli/commandlinelexer.py +${PYSITELIB}/syslogng/debuggercli/commandlinelexer.pyc +${PYSITELIB}/syslogng/debuggercli/completer.py +${PYSITELIB}/syslogng/debuggercli/completer.pyc +${PYSITELIB}/syslogng/debuggercli/completerlang.py +${PYSITELIB}/syslogng/debuggercli/completerlang.pyc +${PYSITELIB}/syslogng/debuggercli/debuggercli.py +${PYSITELIB}/syslogng/debuggercli/debuggercli.pyc +${PYSITELIB}/syslogng/debuggercli/debuglang.py +${PYSITELIB}/syslogng/debuggercli/debuglang.pyc +${PYSITELIB}/syslogng/debuggercli/getoptlexer.py +${PYSITELIB}/syslogng/debuggercli/getoptlexer.pyc +${PYSITELIB}/syslogng/debuggercli/langcompleter.py +${PYSITELIB}/syslogng/debuggercli/langcompleter.pyc +${PYSITELIB}/syslogng/debuggercli/lexer.py +${PYSITELIB}/syslogng/debuggercli/lexer.pyc +${PYSITELIB}/syslogng/debuggercli/lexertoken.py +${PYSITELIB}/syslogng/debuggercli/lexertoken.pyc +${PYSITELIB}/syslogng/debuggercli/macrocompleter.py +${PYSITELIB}/syslogng/debuggercli/macrocompleter.pyc +${PYSITELIB}/syslogng/debuggercli/readline.py +${PYSITELIB}/syslogng/debuggercli/readline.pyc +${PYSITELIB}/syslogng/debuggercli/syslognginternals.py +${PYSITELIB}/syslogng/debuggercli/syslognginternals.pyc +${PYSITELIB}/syslogng/debuggercli/tablexer.py +${PYSITELIB}/syslogng/debuggercli/tablexer.pyc +${PYSITELIB}/syslogng/debuggercli/templatelang.py +${PYSITELIB}/syslogng/debuggercli/templatelang.pyc +${PYSITELIB}/syslogng/debuggercli/templatelexer.py +${PYSITELIB}/syslogng/debuggercli/templatelexer.pyc +${PYSITELIB}/syslogng/debuggercli/tflang.py +${PYSITELIB}/syslogng/debuggercli/tflang.pyc +lib/syslog-ng/libmod-python.la -- cgit v1.2.3