From antoine@newdump.dreadbsd.org  Sun Feb 10 11:42:25 2013
Return-Path: <antoine@newdump.dreadbsd.org>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <antoine@freebsd.org>
Reply-To: Antoine Brodin <antoine@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] devel/libevtx, library to access the Windows XML Event Log (EVTX) format
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 11:50:01 UTC 2013
>Closed-Date:    Tue Feb 12 10:30:50 UTC 2013
>Last-Modified:  Tue Feb 12 10:40:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->antoine 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 10 11:50:09 UTC 2013 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176007 
Responsible-Changed-From-To: antoine->freebsd-ports-bugs 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sun Feb 10 11:51:29 UTC 2013 
Responsible-Changed-Why:  
I am not a ports committer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176007 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Feb 12 10:30:49 UTC 2013 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176007 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176007: commit references a PR
Date: Tue, 12 Feb 2013 10:31:18 +0000 (UTC)

 Author: miwi
 Date: Tue Feb 12 10:31:09 2013
 New Revision: 312094
 URL: http://svnweb.freebsd.org/changeset/ports/312094
 
 Log:
   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>
 
 Added:
   head/devel/libevtx/
   head/devel/libevtx/Makefile   (contents, props changed)
   head/devel/libevtx/distinfo   (contents, props changed)
   head/devel/libevtx/pkg-descr   (contents, props changed)
   head/devel/libevtx/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Tue Feb 12 10:30:26 2013	(r312093)
 +++ head/devel/Makefile	Tue Feb 12 10:31:09 2013	(r312094)
 @@ -965,6 +965,7 @@
      SUBDIR += libevent-hiphop
      SUBDIR += libevent2
      SUBDIR += libevt
 +    SUBDIR += libevtx
      SUBDIR += libewf
      SUBDIR += libexecinfo
      SUBDIR += libexplain
 
 Added: head/devel/libevtx/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libevtx/Makefile	Tue Feb 12 10:31:09 2013	(r312094)
 @@ -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>
 
 Added: head/devel/libevtx/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libevtx/distinfo	Tue Feb 12 10:31:09 2013	(r312094)
 @@ -0,0 +1,2 @@
 +SHA256 (libevtx-alpha-20130209.tar.gz) = 777eedcee4c5104768feca7c6c2702742dbda9cd4579277d6ad8e920cb3d8329
 +SIZE (libevtx-alpha-20130209.tar.gz) = 1640979
 
 Added: head/devel/libevtx/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libevtx/pkg-descr	Tue Feb 12 10:31:09 2013	(r312094)
 @@ -0,0 +1,3 @@
 +Library and tooling to access the Windows XML Event Log (EVTX) format
 +
 +WWW: http://code.google.com/p/libevtx/
 
 Added: head/devel/libevtx/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libevtx/pkg-plist	Tue Feb 12 10:31:09 2013	(r312094)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
