Import libee-0.3.0 as wip/libee.

CEE is an upcoming standard used to describe network events in a number
of normalized formats. It's goal is to unify they currently many different
representations that exist in the industry.

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 taxonmy) have not been fully
specified.

More information on CEE can be found: http://cee.mitre.org/
This commit is contained in:
Bartosz Kuzma 2011-04-14 09:06:55 +00:00 committed by Thomas Klausner
parent efeef26f47
commit 8152413655
5 changed files with 78 additions and 0 deletions

11
libee/DESCR Normal file
View file

@ -0,0 +1,11 @@
CEE is an upcoming standard used to describe network events in a number
of normalized formats. It's goal is to unify they currently many different
representations that exist in the industry.
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 taxonmy) have not been fully
specified.
More information on CEE can be found: http://cee.mitre.org/

23
libee/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/04/14 09:06:55 bartoszkuzma Exp $
#
DISTNAME= libee-0.3.0
CATEGORIES= sysutils
MASTER_SITES= http://www.libee.org/files/download/
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://www.libee.org/
COMMENT= Event Expression Library inspired by CEE
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libee.pc.in
.include "../../wip/libestr/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

25
libee/PLIST Normal file
View file

@ -0,0 +1,25 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/14 09:06:55 bartoszkuzma Exp $
include/libee/apache.h
include/libee/ctx.h
include/libee/event.h
include/libee/field.h
include/libee/fieldbucket.h
include/libee/fieldset.h
include/libee/fieldtype.h
include/libee/int.h
include/libee/internal.h
include/libee/libee.h
include/libee/namelist.h
include/libee/obj.h
include/libee/parser.h
include/libee/primitivetype.h
include/libee/tag.h
include/libee/tagbucket.h
include/libee/tagset.h
include/libee/timestamp.h
include/libee/valnode.h
include/libee/value.h
include/libee/valuetype.h
lib/libee.la
lib/pkgconfig/libee.pc
sbin/convert

14
libee/buildlink3.mk Normal file
View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/04/14 09:06:55 bartoszkuzma Exp $
BUILDLINK_TREE+= libee
.if !defined(LIBEE_BUILDLINK3_MK)
LIBEE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libee+= libee>=0.3.0
BUILDLINK_ABI_DEPENDS.libee+= libee>=0.3.0
BUILDLINK_PKGSRCDIR.libee?= ../../wip/libee
.endif # LIBEE_BUILDLINK3_MK
BUILDLINK_TREE+= -libee

5
libee/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/04/14 09:06:55 bartoszkuzma Exp $
SHA1 (libee-0.3.0.tar.gz) = a2211629840f8900878215e31cc1bc836477a384
RMD160 (libee-0.3.0.tar.gz) = 06485acb76f8c65bb85db78496378de3142d6c4d
Size (libee-0.3.0.tar.gz) = 344492 bytes