pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libwps



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 25 10:12:34 UTC 2020

Modified Files:
        pkgsrc/converters/libwps: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/converters/libwps/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/libwps/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/libwps/Makefile
diff -u pkgsrc/converters/libwps/Makefile:1.33 pkgsrc/converters/libwps/Makefile:1.34
--- pkgsrc/converters/libwps/Makefile:1.33      Sun Jan 26 05:26:18 2020
+++ pkgsrc/converters/libwps/Makefile   Wed Mar 25 10:12:34 2020
@@ -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@localhost
 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"

Index: pkgsrc/converters/libwps/distinfo
diff -u pkgsrc/converters/libwps/distinfo:1.12 pkgsrc/converters/libwps/distinfo:1.13
--- pkgsrc/converters/libwps/distinfo:1.12      Tue Mar  8 19:02:41 2016
+++ pkgsrc/converters/libwps/distinfo   Wed Mar 25 10:12:34 2020
@@ -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



Home | Main Index | Thread Index | Old Index