From 32470d7ceca64d88d797818e105e79e11ce7f8e2 Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 25 Mar 2020 10:12:34 +0000 Subject: libwps: Update to 0.4.10 0.4.9 -> 0.4.10 - QuattroPro: add parser of .qwp files - all: support complex encoding... 0.4.8 -> 0.4.9 - QuattroPro: add parser to .wb3 files, - Multiplan: add parser to DOS v1-v3 files. 0.4.7 -> 0.4.8 - charts: try to retrieve charts in .wk*, .wq* files, - QuattroPro: add parser to .wb[12] files, - switch to c++11, - fuzzing: correct many problems, 0.4.6 -> 0.4.7 - correct many problem detected with fuzzing, - QuattroPro: correct reading of wq1 formula with references. 0.4.5 -> 0.4.6 - Lotus 123: add support to read SmartSuite 98's files, - Lotus: allow to convert file with a password. 0.4.4 -> 0.4.5 - Lotus 123: add support to read SmartSuite 97's files, - implement LICS conversion correctly. 0.4.3 -> 0.4.4 - Lotus .wk3, .wk4: retrieve more formattings, - Lotus .wk3: add support to read .fm3 file, - MsWorks v4: retrieve page's embedded objects. --- converters/libwps/Makefile | 29 +++++++++++++---------------- converters/libwps/distinfo | 10 +++++----- 2 files changed, 18 insertions(+), 21 deletions(-) (limited to 'converters/libwps') diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile index d100b74dfb4..22630088ae1 100644 --- a/converters/libwps/Makefile +++ b/converters/libwps/Makefile @@ -1,30 +1,27 @@ -# $NetBSD: Makefile,v 1.33 2020/01/26 05:26:18 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2020/03/25 10:12:34 nia Exp $ -DISTNAME= libwps-0.4.3 -PKGREVISION= 11 +DISTNAME= libwps-0.4.10 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwps/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libwps.sourceforge.net/ COMMENT= Library for importing Microsoft Works documents LICENSE= gnu-lgpl-v2.1 -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-docs -PKGCONFIG_OVERRIDE+= libwps.pc.in +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config -BUILDLINK_TRANSFORM+= rm:-Werror +# C++11 +GCC_REQD+= 4.7 -.include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mclang) -_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable -CWRAPPERS_APPEND.cxx+= -Wno-unused-private-field -Wno-unused-const-variable -.endif +CONFIGURE_ARGS+= --without-docs +CONFIGURE_ARGS+= --disable-werror + +PKGCONFIG_OVERRIDE+= libwps.pc.in .include "../../converters/librevenge/buildlink3.mk" .include "../../converters/libwpd/buildlink3.mk" diff --git a/converters/libwps/distinfo b/converters/libwps/distinfo index 6e4c7b04cb4..18649286e1c 100644 --- a/converters/libwps/distinfo +++ b/converters/libwps/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/03/08 19:02:41 ryoon Exp $ +$NetBSD: distinfo,v 1.13 2020/03/25 10:12:34 nia Exp $ -SHA1 (libwps-0.4.3.tar.bz2) = a1c8c64ac2e9573b3c162cac95ebd409f3163228 -RMD160 (libwps-0.4.3.tar.bz2) = efa26fcccf39171cee52eac234cd9a9baef0126b -SHA512 (libwps-0.4.3.tar.bz2) = a7be3997962a7aab4f471ef0d4b7c13d5af2bbcd6ab0ecd0f62f191ba6c9ce96f68043930ff1cdddc4f4690d893475a49ad534651bf5f5e37fa82d5ae52c851a -Size (libwps-0.4.3.tar.bz2) = 718043 bytes +SHA1 (libwps-0.4.10.tar.xz) = 01f5fb626ed82bb3044baa28e265791f0949daee +RMD160 (libwps-0.4.10.tar.xz) = d6af92027f38243f24b1cc9cbfcac8d0f50b38e6 +SHA512 (libwps-0.4.10.tar.xz) = e5a6155d9e59df226e72db5723ae7574d3f3fdc49bd64156e11f9d3715748fb919dd3d2ab83b6d5fb80c002e7d4ca12563f6ff80472a6485f374b037404acf83 +Size (libwps-0.4.10.tar.xz) = 695448 bytes -- cgit v1.2.3