From owner-svn-ports-all@FreeBSD.ORG Sat Nov 23 09:21:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94B98413; Sat, 23 Nov 2013 09:21:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 830E52E67; Sat, 23 Nov 2013 09:21:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAN9Li2Y024918; Sat, 23 Nov 2013 09:21:44 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAN9Lhbt024913; Sat, 23 Nov 2013 09:21:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311230921.rAN9Lhbt024913@svn.freebsd.org> From: Antoine Brodin Date: Sat, 23 Nov 2013 09:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334650 - in head/devel: . libesedb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 09:21:44 -0000 Author: antoine Date: Sat Nov 23 09:21:43 2013 New Revision: 334650 URL: http://svnweb.freebsd.org/changeset/ports/334650 Log: New port: devel/libesedb Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. ESEDB is used in many different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. WWW: http://code.google.com/p/libesedb/ Added: head/devel/libesedb/ head/devel/libesedb/Makefile (contents, props changed) head/devel/libesedb/distinfo (contents, props changed) head/devel/libesedb/pkg-descr (contents, props changed) head/devel/libesedb/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 23 08:57:06 2013 (r334649) +++ head/devel/Makefile Sat Nov 23 09:21:43 2013 (r334650) @@ -972,6 +972,7 @@ SUBDIR += libeio SUBDIR += libelf SUBDIR += libepp-nicbr + SUBDIR += libesedb SUBDIR += libestr SUBDIR += libev SUBDIR += libevent Added: head/devel/libesedb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libesedb/Makefile Sat Nov 23 09:21:43 2013 (r334650) @@ -0,0 +1,33 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libesedb +DISTVERSION= alpha-20120102 +CATEGORIES= devel +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the ESEDB format + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} +USES= gettext iconv pathfix +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +PORTDOCS= AUTHORS ChangeLog + +OPTIONS_DEFINE= DOCS + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} +.endif + +.include Added: head/devel/libesedb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libesedb/distinfo Sat Nov 23 09:21:43 2013 (r334650) @@ -0,0 +1,2 @@ +SHA256 (libesedb-alpha-20120102.tar.gz) = 068ab53f434376e2c0f4bfa56e98b324a8b2bee89b3588b524f3541112f40e26 +SIZE (libesedb-alpha-20120102.tar.gz) = 1097285 Added: head/devel/libesedb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libesedb/pkg-descr Sat Nov 23 09:21:43 2013 (r334650) @@ -0,0 +1,5 @@ +Library and tools to access the Extensible Storage Engine (ESE) Database File +(EDB) format. ESEDB is used in many different applications like Windows Search, +Windows Mail, Exchange, Active Directory, etc. + +WWW: http://code.google.com/p/libesedb/ Added: head/devel/libesedb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libesedb/pkg-plist Sat Nov 23 09:21:43 2013 (r334650) @@ -0,0 +1,17 @@ +bin/esedbexport +bin/esedbinfo +include/libesedb.h +include/libesedb/codepage.h +include/libesedb/definitions.h +include/libesedb/error.h +include/libesedb/extern.h +include/libesedb/features.h +include/libesedb/types.h +lib/libesedb.a +lib/libesedb.la +lib/libesedb.so +lib/libesedb.so.1 +libdata/pkgconfig/libesedb.pc +man/man1/esedbinfo.1.gz +man/man3/libesedb.3.gz +@dirrm include/libesedb