diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-17 09:41:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-17 09:41:44 +0000 |
commit | be9188dee69267367d1fc2dc75f4fdf2b06bf89e (patch) | |
tree | 30edf22dc2e95255bf106424765cb2bc4ca7f282 | |
parent | 67f3c92494547ff644d12387ecb8d8e9ea7f994f (diff) | |
download | pkgsrc-be9188dee69267367d1fc2dc75f4fdf2b06bf89e.tar.gz |
sysutils/syslog-ng-snmp: import syslog-ng-snmp-3.34.1
Based on files provided by Chavdar Ivanov.
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
This package contains the snmp module.
-rw-r--r-- | sysutils/syslog-ng-snmp/DESCR | 8 | ||||
-rw-r--r-- | sysutils/syslog-ng-snmp/Makefile | 12 | ||||
-rw-r--r-- | sysutils/syslog-ng-snmp/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/syslog-ng-snmp/DESCR b/sysutils/syslog-ng-snmp/DESCR new file mode 100644 index 00000000000..b61cc16bb12 --- /dev/null +++ b/sysutils/syslog-ng-snmp/DESCR @@ -0,0 +1,8 @@ +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 + +This package contains the snmp module. diff --git a/sysutils/syslog-ng-snmp/Makefile b/sysutils/syslog-ng-snmp/Makefile new file mode 100644 index 00000000000..a9b6b358fd8 --- /dev/null +++ b/sysutils/syslog-ng-snmp/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2021/09/17 09:41:44 wiz Exp $ + +SYSLOG_MOD= snmp +SYSLOG_MOD_DIR= afsnmp +COMMENT= Syslog-ng AFSNMP module + +.include "../../sysutils/syslog-ng/module.mk" + +CONFIGURE_ARGS+= --enable-afsnmp + +.include "../../net/net-snmp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/syslog-ng-snmp/PLIST b/sysutils/syslog-ng-snmp/PLIST new file mode 100644 index 00000000000..8293121afb0 --- /dev/null +++ b/sysutils/syslog-ng-snmp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/09/17 09:41:44 wiz Exp $ +lib/syslog-ng/libafsnmp.la |