Date: Tue, 14 Nov 2006 12:40:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/eventlog Makefile distinfo pkg-descr pkg-plist Message-ID: <200611141240.kAECeg9v020082@repoman.freebsd.org>
index | next in thread | raw e-mail
miwi 2006-11-14 12:40:41 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/eventlog Makefile distinfo pkg-descr pkg-plist
Log:
The EventLog library aims to be a replacement of the simple syslog() API
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>
Revision Changes Path
1.853 +1 -0 ports/sysutils/Makefile
1.1 +20 -0 ports/sysutils/eventlog/Makefile (new)
1.1 +3 -0 ports/sysutils/eventlog/distinfo (new)
1.1 +10 -0 ports/sysutils/eventlog/pkg-descr (new)
1.1 +8 -0 ports/sysutils/eventlog/pkg-plist (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611141240.kAECeg9v020082>
