pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/syslog-ng-snmp sysutils/syslog-ng-snmp: impor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/60809892df28
branches: trunk
changeset: 458497:60809892df28
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 17 09:41:44 2021 +0000
description:
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.
diffstat:
sysutils/syslog-ng-snmp/DESCR | 8 ++++++++
sysutils/syslog-ng-snmp/Makefile | 12 ++++++++++++
sysutils/syslog-ng-snmp/PLIST | 2 ++
3 files changed, 22 insertions(+), 0 deletions(-)
diffs (34 lines):
diff -r e2e6fb13d431 -r 60809892df28 sysutils/syslog-ng-snmp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/syslog-ng-snmp/DESCR Fri Sep 17 09:41:44 2021 +0000
@@ -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 -r e2e6fb13d431 -r 60809892df28 sysutils/syslog-ng-snmp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/syslog-ng-snmp/Makefile Fri Sep 17 09:41:44 2021 +0000
@@ -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 -r e2e6fb13d431 -r 60809892df28 sysutils/syslog-ng-snmp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/syslog-ng-snmp/PLIST Fri Sep 17 09:41:44 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/09/17 09:41:44 wiz Exp $
+lib/syslog-ng/libafsnmp.la
Home |
Main Index |
Thread Index |
Old Index