1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Library and tooling to access the Windows XML Event Log (EVTX) format

WWW: http://code.google.com/p/libevtx/

PR:		ports/176007
Submitted by:	Antoine Brodin <antoine@FreeBSD.org>
This commit is contained in:
Martin Wilke 2013-02-12 10:31:09 +00:00
parent 4e930d1462
commit 4d6e173681
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312094
5 changed files with 70 additions and 0 deletions

View File

@ -965,6 +965,7 @@
SUBDIR += libevent-hiphop
SUBDIR += libevent2
SUBDIR += libevt
SUBDIR += libevtx
SUBDIR += libewf
SUBDIR += libexecinfo
SUBDIR += libexplain

46
devel/libevtx/Makefile Normal file
View File

@ -0,0 +1,46 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= libevtx
DISTVERSION= alpha-20130209
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format
LICENSE= LGPL3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python
USE_GETTEXT= yes
USE_GNOME= gnomehack
USE_ICONV= yes
USE_PYTHON= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
MAN1= evtxinfo.1
MAN3= libevtx.3
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= AUTHORS ChangeLog
PORTEXAMPLES= *
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

2
devel/libevtx/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (libevtx-alpha-20130209.tar.gz) = 777eedcee4c5104768feca7c6c2702742dbda9cd4579277d6ad8e920cb3d8329
SIZE (libevtx-alpha-20130209.tar.gz) = 1640979

3
devel/libevtx/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Library and tooling to access the Windows XML Event Log (EVTX) format
WWW: http://code.google.com/p/libevtx/

18
devel/libevtx/pkg-plist Normal file
View File

@ -0,0 +1,18 @@
bin/evtxexport
bin/evtxinfo
include/libevtx.h
include/libevtx/codepage.h
include/libevtx/definitions.h
include/libevtx/error.h
include/libevtx/extern.h
include/libevtx/features.h
include/libevtx/types.h
lib/libevtx.a
lib/libevtx.la
lib/libevtx.so
lib/libevtx.so.1
%%PYTHON_SITELIBDIR%%/pyevtx.a
%%PYTHON_SITELIBDIR%%/pyevtx.la
%%PYTHON_SITELIBDIR%%/pyevtx.so
libdata/pkgconfig/libevtx.pc
@dirrm include/libevtx