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/Makefile | |
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/Makefile')
-rw-r--r-- | converters/libmwaw/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |