mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
15b7aa1860
provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. Where you had a simple non-structrured string in syslog() you have a combination of description and tag/value pairs. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. PR: ports/105370 Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it>
21 lines
489 B
Makefile
21 lines
489 B
Makefile
# New ports collection makefile for: eventlog
|
|
# Date created: 10 november 2006
|
|
# Whom: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eventlog
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.balabit.com/downloads/syslog-ng/2.0/src/
|
|
|
|
MAINTAINER= ivan.lago@ifom-ieo-campus.it
|
|
COMMENT= Replacement of the simple syslog() API providing structure to messages.
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|