FreeBSD Bugzilla – Attachment 116403 Details for
Bug 158344
[NEW PORT] devel/libee: An event expression library inspired by CEE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
libee-0.3.1.shar
libee-0.3.1.shar (text/plain), 4.02 KB, created by
Jim Riggs
on 2011-06-27 14:20:10 UTC
(
hide
)
Description:
libee-0.3.1.shar
Filename:
MIME Type:
Creator:
Jim Riggs
Created:
2011-06-27 14:20:10 UTC
Size:
4.02 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 158344
: 116403