Date: Mon, 27 Jun 2011 07:59:36 -0500 (CDT) From: Jim Riggs <ports@christianserving.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pgollucci@FreeBSD.org Subject: ports/158344: [NEW PORT] devel/libee: An event expression library inspired by CEE Message-ID: <20110627125936.E716327BFA6@zion.christianserving.org> Resent-Message-ID: <201106271320.p5RDKBJn097479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 158344 >Category: ports >Synopsis: [NEW PORT] devel/libee: An event expression library inspired by CEE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 27 13:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jim Riggs >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD syslog 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: This port requires devel/libestr (just submitted) and is required by sysutils/rsyslog6-devel (update to 6.1.9 about to be submitted). Per offline conversations with pgolluci@, he will be maintainer. The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. However, CEE is not finished. At the time of this writing, CEE is under heavy development and even some of its core data structures (like the data dictionary and taxonomy) have not been fully specified. So for the time being, libee should be thought of as a useful library that helps you get your events normalized. If you program cleanly to libee, chances are not bad that only relatively little effort is required to move your app over to be CEE compliant (once the standard is out). WWW: http://www.libee.org/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libee-0.3.1.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: # # libee # libee/files # libee/files/patch-Makefile.in # libee/files/patch-include_libee_timestamp.h # libee/Makefile # libee/pkg-descr # libee/distinfo # libee/pkg-plist # echo c - libee mkdir -p libee > /dev/null 2>&1 echo c - libee/files mkdir -p libee/files > /dev/null 2>&1 echo x - libee/files/patch-Makefile.in sed 's/^X//' >libee/files/patch-Makefile.in << '3d88076e68c4d6c7c22d4e0aab6c4faf' X--- Makefile.in.orig 2011-06-20 14:08:32.835431092 -0500 X+++ Makefile.in 2011-06-20 14:08:56.609771691 -0500 X@@ -257,7 +257,7 @@ X top_builddir = @top_builddir@ X top_srcdir = @top_srcdir@ X SUBDIRS = tests include src X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(prefix)/libdata/pkgconfig X pkgconfig_DATA = libee.pc X ACLOCAL_AMFLAGS = -I m4 X all: config.h 3d88076e68c4d6c7c22d4e0aab6c4faf echo x - libee/files/patch-include_libee_timestamp.h sed 's/^X//' >libee/files/patch-include_libee_timestamp.h << 'da103071681229c37b2a521b065aabd9' X--- include/libee/timestamp.h.orig 2011-06-21 14:30:23.982105039 -0500 X+++ include/libee/timestamp.h 2011-06-21 14:30:49.970716777 -0500 X@@ -29,6 +29,8 @@ X #ifndef LIBEE_TIMESTAMP_H_INCLUDED X #define LIBEE_TIMESTAMP_H_INCLUDED X X+#include <time.h> X+ X /** X * An object to represent a CEE/XML timestamp. X * da103071681229c37b2a521b065aabd9 echo x - libee/Makefile sed 's/^X//' >libee/Makefile << 'af8fa72294adc790586d81aadf49f231' X# New ports collection makefile for: libee X# Date created: 2011-06-20 X# Whom: Jim Riggs <ports@christianserving.org> X# X# $FreeBSD$ X# X XPORTNAME= libee XPORTVERSION= 0.3.1 XCATEGORIES= devel XMASTER_SITES= http://www.libee.org/files/download/ X XMAINTAINER= pgollucci@FreeBSD.org XCOMMENT= An event expression library inspired by CEE X XLIB_DEPENDS= estr:${PORTSDIR}/devel/libestr X XUSE_LDCONFIG= yes X XGNU_CONFIGURE= yes XCONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr" XCONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench X X.include <bsd.port.mk> af8fa72294adc790586d81aadf49f231 echo x - libee/pkg-descr sed 's/^X//' >libee/pkg-descr << '95fc3f6039c75f99e8896ab723bb8ac2' XThe core idea of libee is to provide a small but hopefully convenient XAPI layer above the CEE standard. However, CEE is not finished. At the Xtime of this writing, CEE is under heavy development and even some of Xits core data structures (like the data dictionary and taxonomy) have Xnot been fully specified. So for the time being, libee should be Xthought of as a useful library that helps you get your events Xnormalized. If you program cleanly to libee, chances are not bad that Xonly relatively little effort is required to move your app over to be XCEE compliant (once the standard is out). X XWWW: http://www.libee.org/ 95fc3f6039c75f99e8896ab723bb8ac2 echo x - libee/distinfo sed 's/^X//' >libee/distinfo << 'e78bb9be3bc3ed8dc8ac13e719aad8e1' XSHA256 (libee-0.3.1.tar.gz) = 7c665b786cf6501378d0a1a64107c82441df9607fcc5340893aa8b82ff6ceaee XSIZE (libee-0.3.1.tar.gz) = 350704 e78bb9be3bc3ed8dc8ac13e719aad8e1 echo x - libee/pkg-plist sed 's/^X//' >libee/pkg-plist << '84ce7823c76cb0ff38f80d172c74cf98' X@comment $FreeBSD$ Xinclude/libee/apache.h Xinclude/libee/ctx.h Xinclude/libee/event.h Xinclude/libee/field.h Xinclude/libee/fieldbucket.h Xinclude/libee/fieldset.h Xinclude/libee/fieldtype.h Xinclude/libee/int.h Xinclude/libee/internal.h Xinclude/libee/libee.h Xinclude/libee/namelist.h Xinclude/libee/obj.h Xinclude/libee/parser.h Xinclude/libee/primitivetype.h Xinclude/libee/tag.h Xinclude/libee/tagbucket.h Xinclude/libee/tagset.h Xinclude/libee/timestamp.h Xinclude/libee/valnode.h Xinclude/libee/value.h Xinclude/libee/valuetype.h Xlib/libee.a Xlib/libee.la Xlib/libee.so Xlib/libee.so.0 Xlibdata/pkgconfig/libee.pc Xsbin/convert X@dirrm include/libee 84ce7823c76cb0ff38f80d172c74cf98 exit --- libee-0.3.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110627125936.E716327BFA6>