summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorryoon <ryoon>2015-08-12 00:25:27 +0000
committerryoon <ryoon>2015-08-12 00:25:27 +0000
commit5b58c51eceaade6f89163fee6181dd646d63a705 (patch)
tree43da5bb52c7eba581cba097ca7fc31743a1b46eb /converters
parentf9ee9418d8674cc5c195dd70180ba3b5cbf1fc07 (diff)
downloadpkgsrc-5b58c51eceaade6f89163fee6181dd646d63a705.tar.gz
Update to 0.1.2
* Update COMMENT. Changelog: libetonyek 0.1.2 - Use symbol visibility on Linux. The library only exports the two public functions now. - Refactor the parser to allow sharing of code among Keynote, Pages and Numbers parsers. - Add initial support for Pages (v. 4 only): text and text formatting, tables. - Parse text language. - Parse links. - Fix parsing of tab stops. - Add dependency on glm. - Add initial support for Numbers (v. 2 only): sheets and cell content. - Fix parsing of simple cell text content, which was ignored previously. - Various small bugfixes and improvements.
Diffstat (limited to 'converters')
-rw-r--r--converters/libetonyek/Makefile15
-rw-r--r--converters/libetonyek/distinfo8
2 files changed, 13 insertions, 10 deletions
diff --git a/converters/libetonyek/Makefile b/converters/libetonyek/Makefile
index 4abf78a5d12..fd2cee3f72d 100644
--- a/converters/libetonyek/Makefile
+++ b/converters/libetonyek/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2015/04/17 15:52:59 adam Exp $
+# $NetBSD: Makefile,v 1.9 2015/08/12 00:25:27 ryoon Exp $
-DISTNAME= libetonyek-0.1.1
-PKGREVISION= 3
+DISTNAME= libetonyek-0.1.2
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://www.freedesktop.org/wiki/Software/libetonyek/
-COMMENT= Library for Apple Keynote presentations
+HOMEPAGE= https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
+COMMENT= Library for Apple Office suite files
LICENSE= mpl-2.0
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
@@ -18,15 +17,19 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
+# Boost qi.hpp
+CXXFLAGS+= -std=c++0x
+
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
-CONFIGURE_ARGS+= --with-boost-filesystem=boost_filesystem
PKGCONFIG_OVERRIDE+= libetonyek.pc.in
.include "../../converters/libwpd/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/mdds/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/glm/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/libetonyek/distinfo b/converters/libetonyek/distinfo
index dcbef372f98..70ed55686bd 100644
--- a/converters/libetonyek/distinfo
+++ b/converters/libetonyek/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/07/22 11:13:26 wiz Exp $
+$NetBSD: distinfo,v 1.4 2015/08/12 00:25:27 ryoon Exp $
-SHA1 (libetonyek-0.1.1.tar.bz2) = 26abb0524a28e2d5ab371710c81b7aca1cb2f322
-RMD160 (libetonyek-0.1.1.tar.bz2) = 67518fd79f9b0755db5e88f2e3f6cbdd33b034d9
-Size (libetonyek-0.1.1.tar.bz2) = 423556 bytes
+SHA1 (libetonyek-0.1.2.tar.bz2) = 9d48326ee688256010a631bfcd62dac706dbcff1
+RMD160 (libetonyek-0.1.2.tar.bz2) = 819e93e3f6a2857099cf5cf5a1488e8df01ce79b
+Size (libetonyek-0.1.2.tar.bz2) = 430157 bytes