pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/syslog-ng-geoip2 sysutils/syslog-ng-geoip2: i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bff00eb74dc
branches:  trunk
changeset: 458449:1bff00eb74dc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 16 09:23:25 2021 +0000

description:
sysutils/syslog-ng-geoip2: import syslog-ng-geoip2-3.34.1

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 geoip2 module.

diffstat:

 sysutils/syslog-ng-geoip2/DESCR    |   8 ++++++++
 sysutils/syslog-ng-geoip2/Makefile |  12 ++++++++++++
 sysutils/syslog-ng-geoip2/PLIST    |   2 ++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 7d2f1e953fb3 -r 1bff00eb74dc sysutils/syslog-ng-geoip2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/syslog-ng-geoip2/DESCR   Thu Sep 16 09:23:25 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 geoip2 module.
diff -r 7d2f1e953fb3 -r 1bff00eb74dc sysutils/syslog-ng-geoip2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/syslog-ng-geoip2/Makefile        Thu Sep 16 09:23:25 2021 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2021/09/16 09:23:25 wiz Exp $
+
+SYSLOG_MOD=            geoip2
+SYSLOG_MOD_TARGET=     geoip2-plugin
+COMMENT=               Syslog-ng GeoIP module
+
+.include "../../sysutils/syslog-ng/module.mk"
+
+CONFIGURE_ENV+=                GEOIP_LIBS="-L${BUILDLINK_PREFIX.GeoIP}/lib -lGeoIP"
+
+.include "../../geography/libmaxminddb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d2f1e953fb3 -r 1bff00eb74dc sysutils/syslog-ng-geoip2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/syslog-ng-geoip2/PLIST   Thu Sep 16 09:23:25 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/09/16 09:23:25 wiz Exp $
+lib/syslog-ng/libgeoip2-plugin.la



Home | Main Index | Thread Index | Old Index