From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 17:08:59 2014 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 D4E1864F; Tue, 10 Jun 2014 17:08:59 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1B532BED; Tue, 10 Jun 2014 17:08:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AH8xN2008209; Tue, 10 Jun 2014 17:08:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AH8weJ008204; Tue, 10 Jun 2014 17:08:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101708.s5AH8weJ008204@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 17:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357350 - in head/textproc: . libe-book00 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.18 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: Tue, 10 Jun 2014 17:08:59 -0000 Author: bapt Date: Tue Jun 10 17:08:58 2014 New Revision: 357350 URL: http://svnweb.freebsd.org/changeset/ports/357350 QAT: https://qat.redports.org/buildarchive/r357350/ Log: LibreOffice 4.2 depends on libe-book00 Added: head/textproc/libe-book00/ head/textproc/libe-book00/Makefile (contents, props changed) head/textproc/libe-book00/distinfo (contents, props changed) head/textproc/libe-book00/pkg-descr (contents, props changed) head/textproc/libe-book00/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jun 10 17:01:10 2014 (r357349) +++ head/textproc/Makefile Tue Jun 10 17:08:58 2014 (r357350) @@ -352,6 +352,7 @@ SUBDIR += libcsv SUBDIR += libcue SUBDIR += libe-book + SUBDIR += libe-book00 SUBDIR += libebml SUBDIR += libextractor SUBDIR += libexttextcat Added: head/textproc/libe-book00/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libe-book00/Makefile Tue Jun 10 17:08:58 2014 (r357350) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= libe-book +PORTVERSION= 0.0.3 +CATEGORIES= textproc +MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ +PKGNAMESUFFIX= 00 + +MAINTAINER= office@FreeBSD.org +COMMENT= Library for import of reflowable e-book formats + +LICENSE= LGPL21 MPL +LICENSE_COMB= dual + +OPTIONS_DEFINE= DOCS + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ + libwpd-0.9.so:${PORTSDIR}/textproc/libwpd + +USE_GNOME= libxml2 + +USES= gmake libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT" +INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --disable-werror --without-docs +CPPFLAGS+= -I${LOCALBASE}/include + +post-install: + ${RM} -f ${STAGEDIR}${PREFIX}/bin/* + +.include Added: head/textproc/libe-book00/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libe-book00/distinfo Tue Jun 10 17:08:58 2014 (r357350) @@ -0,0 +1,2 @@ +SHA256 (libe-book-0.0.3.tar.xz) = b19811069c7518808ee2c7d74a4012f3645ab656d79290909c192f9ec278b01b +SIZE (libe-book-0.0.3.tar.xz) = 332808 Added: head/textproc/libe-book00/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libe-book00/pkg-descr Tue Jun 10 17:08:58 2014 (r357350) @@ -0,0 +1,14 @@ +libe-book is a library and a set of tools for reading and converting various +non-HTML reflowable e-book formats. + +Currently supported are: +- eReader .pdb +- FictionBook v. 2 (including zipped files) +- PalmDoc Ebook - Plucker .pdb +- QiOO (mobile format, for java-enabled cellphones) +- TCR (simple compressed text format) +- TealDoc +- zTXT +- ZVR (simple compressed text format) + +WWW: http://sourceforge.net/projects/libebook/ Added: head/textproc/libe-book00/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libe-book00/pkg-plist Tue Jun 10 17:08:58 2014 (r357350) @@ -0,0 +1,19 @@ +include/libe-book-0.0/libe-book/FB2Document.h +include/libe-book-0.0/libe-book/IMPDocument.h +include/libe-book-0.0/libe-book/LRFDocument.h +include/libe-book-0.0/libe-book/PDBDocument.h +include/libe-book-0.0/libe-book/PLKRDocument.h +include/libe-book-0.0/libe-book/PMLDocument.h +include/libe-book-0.0/libe-book/QIOODocument.h +include/libe-book-0.0/libe-book/TCRDocument.h +include/libe-book-0.0/libe-book/TDDocument.h +include/libe-book-0.0/libe-book/ZTXTDocument.h +include/libe-book-0.0/libe-book/ZVRDocument.h +include/libe-book-0.0/libe-book/EBOOKDocument.h +include/libe-book-0.0/libe-book/libe-book.h +lib/libe-book-0.0.so +lib/libe-book-0.0.so.0 +lib/libe-book-0.0.so.0.0.3 +libdata/pkgconfig/libe-book-0.0.pc +@dirrm include/libe-book-0.0/libe-book +@dirrm include/libe-book-0.0