svn commit: r357350 - in head/textproc: . libe-book00
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 10 17:08:59 UTC 2014
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 at 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 <bsd.port.mk>
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
+ at dirrm include/libe-book-0.0/libe-book
+ at dirrm include/libe-book-0.0
More information about the svn-ports-all
mailing list