diff options
author | nia <nia@pkgsrc.org> | 2021-03-19 11:49:20 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-03-19 11:49:20 +0000 |
commit | 1a5f17627571169b6f7840cf4d7bd89637688058 (patch) | |
tree | 8855284bd8beb8ea8d917536007c95fe9486982d /converters/libmwaw | |
parent | 8c0848de07fdfe1e0305f26b50c8802fa497c2cb (diff) | |
download | pkgsrc-1a5f17627571169b6f7840cf4d7bd89637688058.tar.gz |
libmwaw: update to 0.3.17
09/13/2020:
- add a parser for Jazz(Lotus) writer and spreasheet files
+ the writer parser can only be called if the file still
contains its resource fork
09/01/2020:
- add a parser for Canvas 3 and 3.5 files
08/24/2020:
- AppleWorks parser: try to retrieve more Windows presentation
08/01/2020:
- add a parser for Drawing Table files
07/22/2020:
- add a parser for Canvas 2 files
07/20/2020:
- configure.ac: add an enable-asan option
06/26/2020:
- API: add new reserved enums in MWAWDocument.hxx
MWAW_T_RESERVED10..MWAW_T_RESERVED29
and add a new define in libmwaw.hxx
MWAW_INTERFACE_VERSION
to check if these enums are defined
Diffstat (limited to 'converters/libmwaw')
-rw-r--r-- | converters/libmwaw/Makefile | 5 | ||||
-rw-r--r-- | converters/libmwaw/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/libmwaw/Makefile b/converters/libmwaw/Makefile index e77894ef3a1..56898365545 100644 --- a/converters/libmwaw/Makefile +++ b/converters/libmwaw/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2021/01/01 08:24:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2021/03/19 11:49:20 nia Exp $ -DISTNAME= libmwaw-0.3.16 -PKGREVISION= 2 +DISTNAME= libmwaw-0.3.17 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmwaw/} EXTRACT_SUFX= .tar.xz diff --git a/converters/libmwaw/distinfo b/converters/libmwaw/distinfo index 231b0d0828e..50c31249e2d 100644 --- a/converters/libmwaw/distinfo +++ b/converters/libmwaw/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/03/25 10:44:04 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/03/19 11:49:20 nia Exp $ -SHA1 (libmwaw-0.3.16.tar.xz) = dcb5fee35fd9a0489e8f8ce666c10899e3aa4bbd -RMD160 (libmwaw-0.3.16.tar.xz) = 111e5dc4e9cefbd812dafd4168ea0c0cc18aca04 -SHA512 (libmwaw-0.3.16.tar.xz) = c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a -Size (libmwaw-0.3.16.tar.xz) = 1306872 bytes +SHA1 (libmwaw-0.3.17.tar.xz) = e884ccf8f9a67e58a6a5581e10c45da4f0ff0e61 +RMD160 (libmwaw-0.3.17.tar.xz) = bb92b16e03bab3ec37e8c514341678e6e5a2837c +SHA512 (libmwaw-0.3.17.tar.xz) = c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4 +Size (libmwaw-0.3.17.tar.xz) = 1349700 bytes |