pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog-omprog rsyslog-omprog: Import version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acbaf0ec93cf
branches:  trunk
changeset: 373952:acbaf0ec93cf
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 12 09:06:17 2018 +0000

description:
rsyslog-omprog: Import version 8.31.0 into pkgsrc.

This module permits to integrate arbitrary external programs into
rsyslog's logging.  It is similar to the "execute program (^)" action,
but offers better security and much higher performance. While "execute
program (^)" can be a useful tool for executing programs if rare events
occur, omprog can be used to provide massive amounts of log data to a
program.

diffstat:

 sysutils/rsyslog-omprog/DESCR    |   6 ++++++
 sysutils/rsyslog-omprog/Makefile |  14 ++++++++++++++
 sysutils/rsyslog-omprog/PLIST    |   2 ++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 8941b408bb22 -r acbaf0ec93cf sysutils/rsyslog-omprog/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsyslog-omprog/DESCR     Fri Jan 12 09:06:17 2018 +0000
@@ -0,0 +1,6 @@
+This module permits to integrate arbitrary external programs into
+rsyslog's logging.  It is similar to the "execute program (^)" action,
+but offers better security and much higher performance. While "execute
+program (^)" can be a useful tool for executing programs if rare events
+occur, omprog can be used to provide massive amounts of log data to a
+program.
diff -r 8941b408bb22 -r acbaf0ec93cf sysutils/rsyslog-omprog/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsyslog-omprog/Makefile  Fri Jan 12 09:06:17 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2018/01/12 09:06:17 jperkin Exp $
+
+RSYSLOG_MOD=   omprog
+PKGNAME=       ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
+
+DEPENDS+=      rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog
+
+.include "../../sysutils/rsyslog/Makefile.common"
+
+CONFIGURE_ARGS+=       --enable-omprog
+
+BUILD_DIRS=            plugins/omprog
+
+.include "../../mk/bsd.pkg.mk"
diff -r 8941b408bb22 -r acbaf0ec93cf sysutils/rsyslog-omprog/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsyslog-omprog/PLIST     Fri Jan 12 09:06:17 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/12 09:06:17 jperkin Exp $
+lib/rsyslog/omprog.la



Home | Main Index | Thread Index | Old Index