diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-16 09:23:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-16 09:23:25 +0000 |
commit | cab4914d769dd2d7257d3ce670c03ecbe2283953 (patch) | |
tree | ab29d6d4ad7921c17aeb6ff065021b0e54ab527b | |
parent | bad85c228dec82659fede439963c669f55a52a3b (diff) | |
download | pkgsrc-cab4914d769dd2d7257d3ce670c03ecbe2283953.tar.gz |
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.
-rw-r--r-- | sysutils/syslog-ng-geoip2/DESCR | 8 | ||||
-rw-r--r-- | sysutils/syslog-ng-geoip2/Makefile | 12 | ||||
-rw-r--r-- | sysutils/syslog-ng-geoip2/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/syslog-ng-geoip2/DESCR b/sysutils/syslog-ng-geoip2/DESCR new file mode 100644 index 00000000000..29137b94e5c --- /dev/null +++ b/sysutils/syslog-ng-geoip2/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 geoip2 module. diff --git a/sysutils/syslog-ng-geoip2/Makefile b/sysutils/syslog-ng-geoip2/Makefile new file mode 100644 index 00000000000..fc1d1db9efd --- /dev/null +++ b/sysutils/syslog-ng-geoip2/Makefile @@ -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 --git a/sysutils/syslog-ng-geoip2/PLIST b/sysutils/syslog-ng-geoip2/PLIST new file mode 100644 index 00000000000..7780dcdf268 --- /dev/null +++ b/sysutils/syslog-ng-geoip2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/09/16 09:23:25 wiz Exp $ +lib/syslog-ng/libgeoip2-plugin.la |