From futhwo@dad.ieo-research.it  Fri Nov 10 10:38:39 2006
Return-Path: <futhwo@dad.ieo-research.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 22BA716A412
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Nov 2006 10:38:39 +0000 (UTC)
	(envelope-from futhwo@dad.ieo-research.it)
Received: from boeing.ieo-research.it (boeing.ieo-research.it [85.239.176.145])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3D743D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Nov 2006 10:38:37 +0000 (GMT)
	(envelope-from futhwo@dad.ieo-research.it)
Received: (qmail 17662 invoked by uid 811); 10 Nov 2006 10:38:36 -0000
Received: from 85.239.176.145 by boeing.ieo-research.it (envelope-from <futhwo@dad.ieo-research.it>, uid 803) with qmail-scanner-1.25 
 (clamdscan: 0.88.5/2184. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.6.  
 Clear:RC:1(85.239.176.145):. 
 Processed in 0.199519 secs); 10 Nov 2006 10:38:36 -0000
Received: from unknown (HELO dad.ieo-research.it) ([85.239.176.145])
          (envelope-sender <futhwo@dad.ieo-research.it>)
          by smtp.ieo-research.it (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 10 Nov 2006 10:38:35 -0000
Received: (from futhwo@dad.ieo-research.it)
	by dad.ieo-research.it (mini_sendmail/1.3.6 29jun2005);
	Fri, 10 Nov 2006 11:38:35 CET
	(sender futhwo@dad.ieo-research.it)
Message-Id: <20061110103837.4D3D743D4C@mx1.FreeBSD.org>
Date: Fri, 10 Nov 2006 10:38:37 +0000 (GMT)
From: Charlie & <root>
Reply-To: Charlie & <root>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] port for eventlog, required by syslog-ng 2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105370
>Category:       ports
>Synopsis:       [new port] sysutils/eventlog, a syslog API replacement that provedes structure to messages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 10 10:40:22 GMT 2006
>Closed-Date:    Tue Nov 14 12:40:17 GMT 2006
>Last-Modified:  Tue Nov 14 13:00:07 GMT 2006
>Originator:     Ivan Lago <ivan.lago@ifom-ieo-campus.it>
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
European Institute of Oncology
>Environment:
System: FreeBSD spare.ifom-ieo-campus.it 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #3: Tue Nov 7 11:58:25 CET 2006 root@spare.ifom-firc.it:/usr/obj/usr/src/sys/SPARE i386

>Description:
New port for eventlog, a syslog API replacement that provedes structure to messages. Required to bump syslog-ng port to version 2.0

>How-To-Repeat:
>Fix:
--- eventlog.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	eventlog
#	eventlog/Makefile
#	eventlog/pkg-descr
#	eventlog/distinfo
#	eventlog/pkg-plist
#
echo c - eventlog
mkdir -p eventlog > /dev/null 2>&1
echo x - eventlog/Makefile
sed 's/^X//' >eventlog/Makefile << 'END-of-eventlog/Makefile'
X# New ports collection makefile for:	eventlog
X# Date created:		10 november 2006
X# Whom:			Ivan Lago <ivan.lago@ifom-ieo-campus.it>
X#
X# $FreeBSD: ports/sysutils/eventlog/Makefile,v 1.0 2006/11/10 
X#
X
XPORTNAME=	eventlog
XPORTVERSION=	0.2.5
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.balabit.com/downloads/syslog-ng/2.0/src/
X
XMAINTAINER=	ports@freebsd.org
XCOMMENT=	replacement of the simple syslog() API providing structure to messages.
X
XGNU_CONFIGURE=	"yes"
X
X.include <bsd.port.mk>
END-of-eventlog/Makefile
echo x - eventlog/pkg-descr
sed 's/^X//' >eventlog/pkg-descr << 'END-of-eventlog/pkg-descr'
XThe EventLog library aims to be a replacement of the simple syslog() API
Xprovided on UNIX systems. The major difference between EventLog and syslog
Xis that EventLog tries to add structure to messages.
X
XWhere you had a simple non-structrured string in syslog() you have a
Xcombination of description and tag/value pairs.
X
XEventLog provides an interface to build, format and output an event record.
XThe exact format and output method can be customized by the administrator
Xvia a configuration file.
END-of-eventlog/pkg-descr
echo x - eventlog/distinfo
sed 's/^X//' >eventlog/distinfo << 'END-of-eventlog/distinfo'
XMD5 (eventlog-0.2.5.tar.gz) = a6bdba91f88540cc69b398fd138d86cd
XSHA256 (eventlog-0.2.5.tar.gz) = 914319726bcd01a4055b1c5e09671085875af6de2b0d8589841916139574ee11
XSIZE (eventlog-0.2.5.tar.gz) = 312164
END-of-eventlog/distinfo
echo x - eventlog/pkg-plist
sed 's/^X//' >eventlog/pkg-plist << 'END-of-eventlog/pkg-plist'
Xinclude/eventlog/evtlog.h
Xinclude/eventlog/evtmaps.h
Xlib/libevtlog.a
Xlib/libevtlog.la
Xlib/libevtlog.so
Xlib/libevtlog.so.0
Xlib/pkgconfig/eventlog.pc
X@dirrm share/nls/en_US.US-ASCII
X@dirrm share/nls/POSIX
X@dirrm lib/pkgconfig
X@dirrm include/eventlog
END-of-eventlog/pkg-plist
exit
--- eventlog.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Nov 10 10:50:24 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105370 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Nov 14 12:40:16 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105370 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105370: commit references a PR
Date: Tue, 14 Nov 2006 12:40:58 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105370: commit references a PR
Date: Tue, 14 Nov 2006 12:50:15 +0000 (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"
 
>Unformatted:
