New port for eventlog, a syslog API replacement that provedes structure to messages. Required to bump syslog-ng port to version 2.0
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
miwi 2006-11-14 12:46:33 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/syslog-ng2 Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/syslog-ng2/files patch-configure patch-syslog-names.c patch-syslog-ng.h syslog-ng.conf.sample syslog-ng.sh.in Log: syslog-ng (Syslog New Generation) is a powerful replacement for the standard syslogd. Features include: - ability to filter messages based on content using regular expressions - forwarding logs on TCP WWW: http://www.balabit.com/products/syslog_ng/ -Vince Valenti vince@blue-box.net PR: ports/105370 Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it> Revision Changes Path 1.854 +1 -0 ports/sysutils/Makefile 1.1 +55 -0 ports/sysutils/syslog-ng2/Makefile (new) 1.1 +3 -0 ports/sysutils/syslog-ng2/distinfo (new) 1.1 +23 -0 ports/sysutils/syslog-ng2/files/patch-configure (new) 1.1 +20 -0 ports/sysutils/syslog-ng2/files/patch-syslog-names.c (new) 1.1 +15 -0 ports/sysutils/syslog-ng2/files/patch-syslog-ng.h (new) 1.1 +181 -0 ports/sysutils/syslog-ng2/files/syslog-ng.conf.sample (new) 1.1 +36 -0 ports/sysutils/syslog-ng2/files/syslog-ng.sh.in (new) 1.1 +10 -0 ports/sysutils/syslog-ng2/pkg-descr (new) 1.1 +25 -0 ports/sysutils/syslog-ng2/pkg-message (new) 1.1 +11 -0 ports/sysutils/syslog-ng2/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"