pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libetonyek Update to 0.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30dd06cad37e
branches:  trunk
changeset: 375089:30dd06cad37e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Feb 02 23:55:20 2018 +0000

description:
Update to 0.1.7

Changelog:
libetonyek 0.1.7

- Fix a few issues found by Coverity.
- Correctly compute cell row and column.
- Improve reconstruction of gradients.
- Improve resolution of cell styles.
- Parse non-RGB colors.
- Improve handling of table border lines.
- Convert cell values to text in presentation and text documents.
- Handle following-paragraph and following-layout styles.
- Allow building with different versions of mdds (1.2 is the default).
- Require C++11 for build.
- Fix several issues found by oss-fuzz.
- Disable error output from libxml2.
- Improve lookup of parent styles.
- Never insert a page break in a footnote.
- Drop outdated MSVC project files.
- Various small fixes and improvements.

diffstat:

 converters/libetonyek/Makefile                |   9 ++++-----
 converters/libetonyek/distinfo                |  11 ++++++-----
 converters/libetonyek/patches/patch-configure |  15 +++++++++++++++
 3 files changed, 25 insertions(+), 10 deletions(-)

diffs (61 lines):

diff -r 94c786b2f4ff -r 30dd06cad37e converters/libetonyek/Makefile
--- a/converters/libetonyek/Makefile    Fri Feb 02 23:53:54 2018 +0000
+++ b/converters/libetonyek/Makefile    Fri Feb 02 23:55:20 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2018/01/01 21:18:06 adam Exp $
+# $NetBSD: Makefile,v 1.18 2018/02/02 23:55:20 ryoon Exp $
 
-DISTNAME=      libetonyek-0.1.6
-PKGREVISION=   5
+DISTNAME=      libetonyek-0.1.7
 CATEGORIES=    converters
 MASTER_SITES=  http://dev-www.libreoffice.org/src/
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
@@ -27,7 +26,7 @@
 .include "../../converters/libwpd/buildlink3.mk"
 .include "../../converters/librevenge/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/mdds/buildlink3.mk"
+.include "../../devel/mdds1.2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
diff -r 94c786b2f4ff -r 30dd06cad37e converters/libetonyek/distinfo
--- a/converters/libetonyek/distinfo    Fri Feb 02 23:53:54 2018 +0000
+++ b/converters/libetonyek/distinfo    Fri Feb 02 23:55:20 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/02/13 08:37:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/02/02 23:55:20 ryoon Exp $
 
-SHA1 (libetonyek-0.1.6.tar.bz2) = 0d432c7ca6cc00f2f83b2b4e949e124d496a27f0
-RMD160 (libetonyek-0.1.6.tar.bz2) = 60fa88175030a4a3781cb1e48083ef02a0767a67
-SHA512 (libetonyek-0.1.6.tar.bz2) = f8d4d4bde19c738ec33a8e4d7956a30fd77d3cc07a1b981c9a5c6c1e29594ab887b014cdeb6660e689e9089bf68e80d64c02329706e8f5c62f40940a9018ab3d
-Size (libetonyek-0.1.6.tar.bz2) = 1696455 bytes
+SHA1 (libetonyek-0.1.7.tar.xz) = 7dcc5eee68ad7dcc31b9230fa6e8ced6c346dc07
+RMD160 (libetonyek-0.1.7.tar.xz) = 470eeaa42e690a6eaf7da0e7513a145fbc1d5e32
+SHA512 (libetonyek-0.1.7.tar.xz) = bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f
+Size (libetonyek-0.1.7.tar.xz) = 1256232 bytes
+SHA1 (patch-configure) = f1dda3166bf0271bdd58a4a7eff04768b450906b
diff -r 94c786b2f4ff -r 30dd06cad37e converters/libetonyek/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libetonyek/patches/patch-configure     Fri Feb 02 23:55:20 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2018/02/02 23:55:20 ryoon Exp $
+
+* Fix POSIX shell portability issue
+
+--- configure.orig     2017-10-23 08:03:59.000000000 +0000
++++ configure
+@@ -19205,7 +19205,7 @@ CPPFLAGS="${saved_CPPFLAGS}"
+ saved_CPPFLAGS="${CPPFLAGS}"
+ CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
+ GLM_headers="glm/glm.hpp"
+-if test "x$enable_tests" == "xyes"; then :
++if test "x$enable_tests" = "xyes"; then :
+   GLM_headers="$GLM_headers glm/gtx/io.hpp"
+ fi
+ for ac_header in $GLM_headers



Home | Main Index | Thread Index | Old Index