Bug 105370 - [new port] sysutils/eventlog, a syslog API replacement that provedes structure to messages
Summary: [new port] sysutils/eventlog, a syslog API replacement that provedes structur...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 10:40 UTC by ivan.lago
Modified: 2006-11-14 13:00 UTC (History)
0 users

See Also:


Attachments
eventlog.shar (2.29 KB, text/plain)
2006-11-10 10:40 UTC, ivan.lago
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ivan.lago 2006-11-10 10:40:22 UTC
New port for eventlog, a syslog API replacement that provedes structure to messages. Required to bump syslog-ng port to version 2.0
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-10 10:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-11-14 12:40:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-14 12:40:58 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-11-14 12:50:15 UTC
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"