From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 11:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75C19E12 for ; Sun, 10 Feb 2013 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 58785890 for ; Sun, 10 Feb 2013 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1ABo1tl015347 for ; Sun, 10 Feb 2013 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1ABo1w1015342; Sun, 10 Feb 2013 11:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 Feb 2013 11:50:01 GMT Resent-Message-Id: <201302101150.r1ABo1w1015342@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A3B3B970 for ; Sun, 10 Feb 2013 11:42:25 +0000 (UTC) (envelope-from antoine@newdump.dreadbsd.org) Received: from newdump.dreadbsd.org (unknown [IPv6:2a01:e0b:1:64:240:63ff:fee8:7c0b]) by mx1.freebsd.org (Postfix) with ESMTP id 3DAB281B for ; Sun, 10 Feb 2013 11:42:25 +0000 (UTC) Received: from newdump.dreadbsd.org (localhost [127.0.0.1]) by newdump.dreadbsd.org (8.14.5/8.14.5) with ESMTP id r1ABgGv9008399 for ; Sun, 10 Feb 2013 12:42:16 +0100 (CET) (envelope-from antoine@newdump.dreadbsd.org) Received: (from antoine@localhost) by newdump.dreadbsd.org (8.14.5/8.14.5/Submit) id r1ABgBMB008398; Sun, 10 Feb 2013 11:42:11 GMT (envelope-from antoine) Message-Id: <201302101142.r1ABgBMB008398@newdump.dreadbsd.org> Date: Sun, 10 Feb 2013 11:42:11 GMT From: Antoine Brodin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176007: [new port] devel/libevtx, library to access the Windows XML Event Log (EVTX) format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 11:50:01 -0000 >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 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 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 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: