Date: Sun, 10 Feb 2013 11:42:11 GMT From: Antoine Brodin <antoine@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/176007: [new port] devel/libevtx, library to access the Windows XML Event Log (EVTX) format Message-ID: <201302101142.r1ABgBMB008398@newdump.dreadbsd.org> Resent-Message-ID: <201302101150.r1ABo1w1015342@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176007 >Category: ports >Synopsis: [new port] devel/libevtx, library to access the Windows XML Event Log (EVTX) format >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: Sun Feb 10 11:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: none >Environment: System: FreeBSD everglades 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/libevtx, library and tooling to access the Windows XML Event Log (EVTX) format >How-To-Repeat: >Fix: --- libevtx.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: # # libevtx # libevtx/Makefile # libevtx/distinfo # libevtx/pkg-descr # libevtx/pkg-plist # echo c - libevtx mkdir -p libevtx > /dev/null 2>&1 echo x - libevtx/Makefile sed 's/^X//' >libevtx/Makefile << '87f4617054b8ae7fe6984dc13cf2d318' X# Created by: Antoine Brodin <antoine@FreeBSD.org> X# $FreeBSD$ X XPORTNAME= libevtx XDISTVERSION= alpha-20130209 XCATEGORIES= devel XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= antoine@FreeBSD.org XCOMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format X XLICENSE= LGPL3 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-python XUSE_GETTEXT= yes XUSE_GNOME= gnomehack XUSE_ICONV= yes XUSE_PYTHON= yes XUSE_LDCONFIG= yes X XLDFLAGS+= -L${LOCALBASE}/lib XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} X XMAN1= evtxinfo.1 XMAN3= libevtx.3 X XOPTIONS_DEFINE= DOCS EXAMPLES X XPORTDOCS= AUTHORS ChangeLog XPORTEXAMPLES= * X X.include <bsd.port.options.mk> X Xpost-install: X.if ${PORT_OPTIONS:MDOCS} X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} X.endif X.if ${PORT_OPTIONS:MEXAMPLES} X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \ X ${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR} X.endif X X.include <bsd.port.mk> 87f4617054b8ae7fe6984dc13cf2d318 echo x - libevtx/distinfo sed 's/^X//' >libevtx/distinfo << '64219dc184e258ecbd8ef26207bcf206' XSHA256 (libevtx-alpha-20130209.tar.gz) = 777eedcee4c5104768feca7c6c2702742dbda9cd4579277d6ad8e920cb3d8329 XSIZE (libevtx-alpha-20130209.tar.gz) = 1640979 64219dc184e258ecbd8ef26207bcf206 echo x - libevtx/pkg-descr sed 's/^X//' >libevtx/pkg-descr << 'edab4fb22dfc89128b12daffedcaef6c' XLibrary and tooling to access the Windows XML Event Log (EVTX) format X XWWW: http://code.google.com/p/libevtx/ edab4fb22dfc89128b12daffedcaef6c echo x - libevtx/pkg-plist sed 's/^X//' >libevtx/pkg-plist << 'd9d57434821205eb3f4f3752a22d04e5' Xbin/evtxexport Xbin/evtxinfo Xinclude/libevtx.h Xinclude/libevtx/codepage.h Xinclude/libevtx/definitions.h Xinclude/libevtx/error.h Xinclude/libevtx/extern.h Xinclude/libevtx/features.h Xinclude/libevtx/types.h Xlib/libevtx.a Xlib/libevtx.la Xlib/libevtx.so Xlib/libevtx.so.1 X%%PYTHON_SITELIBDIR%%/pyevtx.a X%%PYTHON_SITELIBDIR%%/pyevtx.la X%%PYTHON_SITELIBDIR%%/pyevtx.so Xlibdata/pkgconfig/libevtx.pc X@dirrm include/libevtx d9d57434821205eb3f4f3752a22d04e5 exit --- libevtx.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?201302101142.r1ABgBMB008398>