bfc9f160a7
Version 1.1.2, 2015-07-20 - permit newline inside parser definition - new parser "cisco-interface-spec" - new parser "json" to process json parts of the message - new parser "mac48" to process mac layer addresses - new parser "name-value-list" (currently inofficial, experimental) - some parsers did incorrectly report success when an error occurred - call "rest" parser only if nothing else matches. - new API to support error callbacks - testbench is now enabled by default - bugfix: misadressing on some constant values - bugfix: add missing function prototypes
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/10/12 10:06:26 fhajny Exp $
|
|
|
|
DISTNAME= liblognorm-1.1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.liblognorm.com/files/download/
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://www.liblognorm.com/
|
|
COMMENT= Tool to normalize log data
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= lognorm.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-docs
|
|
|
|
.include "../../textproc/json-c/buildlink3.mk"
|
|
.include "../../devel/libestr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|