Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 19:53:08 +0100 (CET)
From:      Antoine Brodin <antoine@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175416: [new ports] devel/libevt, library and tools to read windows event logs
Message-ID:  <201301181853.r0IIr8YD012675@peanut.dreadbsd.org>
Resent-Message-ID: <201301181900.r0IJ00Mo097631@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175416
>Category:       ports
>Synopsis:       [new ports] devel/libevt, library and tools to read windows event logs
>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:   Fri Jan 18 19:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org. 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244676M: Tue Dec 25 19:01:00 CET 2012 root@barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERICFAST i386


>Description:
Library and tooling to access the Windows Event Log (EVT) format
WWW: http://code.google.com/p/libevt/

>How-To-Repeat:
>Fix:


--- libevt.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:
#
#	libevt
#	libevt/Makefile
#	libevt/distinfo
#	libevt/pkg-descr
#	libevt/pkg-plist
#
echo c - libevt
mkdir -p libevt > /dev/null 2>&1
echo x - libevt/Makefile
sed 's/^X//' >libevt/Makefile << 'a02a550e7f2a7b5ded11e29afa8f1676'
X# Created by: antoine@FreeBSD.org
X# $FreeBSD$
X
XPORTNAME=	libevt
XDISTVERSION=	alpha-20130111
XCATEGORIES=	devel
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	antoine@FreeBSD.org
XCOMMENT=	Library and tooling to access the Windows Event Log (EVT) 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=		evtexport.1 evtinfo.1
XMAN3=		libevt.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}/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
a02a550e7f2a7b5ded11e29afa8f1676
echo x - libevt/distinfo
sed 's/^X//' >libevt/distinfo << '4383e48a3035ba2543fed3107f2c2ead'
XSHA256 (libevt-alpha-20130111.tar.gz) = 834d6dc2353777e870f17c7d89dadada403451a26e9325b54fe4c509b81f259e
XSIZE (libevt-alpha-20130111.tar.gz) = 1619568
4383e48a3035ba2543fed3107f2c2ead
echo x - libevt/pkg-descr
sed 's/^X//' >libevt/pkg-descr << 'e53299ec83faff6fe92318370f4124dd'
XLibrary and tooling to access the Windows Event Log (EVT) format
X
XWWW: http://code.google.com/p/libevt/
e53299ec83faff6fe92318370f4124dd
echo x - libevt/pkg-plist
sed 's/^X//' >libevt/pkg-plist << '2c6d43d39edf33d9560a3abd923402ad'
Xbin/evtexport
Xbin/evtinfo
Xinclude/libevt.h
Xinclude/libevt/codepage.h
Xinclude/libevt/definitions.h
Xinclude/libevt/error.h
Xinclude/libevt/extern.h
Xinclude/libevt/features.h
Xinclude/libevt/types.h
Xlib/libevt.a
Xlib/libevt.la
Xlib/libevt.so
Xlib/libevt.so.1
X%%PYTHON_SITELIBDIR%%/pyevt.a
X%%PYTHON_SITELIBDIR%%/pyevt.la
X%%PYTHON_SITELIBDIR%%/pyevt.so
Xlibdata/pkgconfig/libevt.pc
X@dirrm include/libevt
2c6d43d39edf33d9560a3abd923402ad
exit
--- libevt.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?201301181853.r0IIr8YD012675>