diff options
author | nia <nia@pkgsrc.org> | 2020-03-25 10:44:04 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-25 10:44:04 +0000 |
commit | 1d8ff1b18157e25db93f61d80bd3e48c1481a678 (patch) | |
tree | 15cd34531f7d11aeb3f3f660eadb5f2b8adffb0f /converters/libmwaw/distinfo | |
parent | 3951c26f1a1def4836a959f87c48012b0be23a75 (diff) | |
download | pkgsrc-1d8ff1b18157e25db93f61d80bd3e48c1481a678.tar.gz |
libmwaw: Update to 0.3.16
- remove the QuarkXPress parser (must be in libqxp)
- retrieve the annotation in MsWord 5 document,
- try to better understand RagTime 5-6 document:
+ retrieve document with one spreasheet as
spreadsheet,
+ retrieve character attachments and footnotes
as comments
- add a parser for QuarkXPress v1-2 files
- small changes when converting MacWrite II/pro files
- transform bitmap in PNG if zlib is avalaible
- add a parser for Fractal Design/MetaCreations/Corel Painter v1-v10
- modernize the code(unique_ptr, ...)
- fix some fuzzer problems
- add a parser for Microsoft Multiplan v1.11 mac files
- Claris Resolve/Wingz: try to retrieve's the graphic, textbox, ...
- require c++-11 + modernize the code,
- AppleWorks/ClarisWorks: try to retrieve more data in dabase's file
(the pictures, replace enum id by their values, the calculation's formula).
- PowerPoint: correct a problem with bullet's encoding in v3-v4 Mac's files,
- Microsoft Word: try to retrieve some metadata.
- correct many fuzzing's errors,
- FreeHand's parser: correct some minor errors.
- add a parser to read Windows PowerPoint 95 files
- add some parsers to read Mac PowerPoint v4 files and Windows PowerPoint v2,v4 files
- add some parsers to read Mac PowerPoint v1-v3 files and Windows PowerPoint v3 files
- accept to read structured input containing a DataFork's stream and a RsrcInfo's stream
(or the three following streams DataFork,InfoFork,RsrcFork)
- modified the converters to create such an input when they find a rsrc fork...
- allow to compile with clang++ using arguments:
"-Weverything -Wno-padded"
- allow to compile with clang++ using arguments:
"-Weverything -Wno-padded -Wno-old-style-cast -Wno-covered-switch-default"
- fix some problems found by afl
- add a parser to Cricket Draw v1.1.1 files,
- add a parser for MouseWrite files
- add a parser for MaxWrite files
- add a parser to Cricket Draw v1.0.1 files,
- add a class to store transformation: MWAwTransformation
- add a parser for Aldus FreeHand version 1 and 2 files
which are not converted by libfreehand's library.
It seems logical to move back someday this parser
in libfreehand library...
- ApplePict: read uncompressed Quicktime opcode
- ClarisWorks/AppleWorks: retrieve some metadata
- all: generate real date/time fields...
- all: improve the checking of formats when parsing a file
- RagTime v5-v6 parser: try to retrieve the embedded spreadsheets
+ begin to understand the hierarchical structures which store
a chart (but not the meaning of each field),
- ClarisWorks/AppleWorks: find a new structure in the file's header
(which could prevent to convert some database's file),
- BeagleWorks/GreatWorks/Word Perfect Works: retrieve the picture's
field in a database
- all: improve a little the methods which create spreadsheets,
- all: make some constructors explicit.
- add a parser for Style documents(at least v1.6 and v1.9)
- add file signatures for FullPaint documents which have the same format as MacPaint..
- add a parser for Pixel Paint documents
Diffstat (limited to 'converters/libmwaw/distinfo')
-rw-r--r-- | converters/libmwaw/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/libmwaw/distinfo b/converters/libmwaw/distinfo index 45caa5e0e83..231b0d0828e 100644 --- a/converters/libmwaw/distinfo +++ b/converters/libmwaw/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/08/15 18:58:13 ryoon Exp $ +$NetBSD: distinfo,v 1.11 2020/03/25 10:44:04 nia Exp $ -SHA1 (libmwaw-0.3.7.tar.bz2) = 8b58073dff4ce59da929e25a627722d6c34f9788 -RMD160 (libmwaw-0.3.7.tar.bz2) = 8444d5d6310f45fa140356fbeb4cf963bdefa171 -SHA512 (libmwaw-0.3.7.tar.bz2) = e1c68efbb4f12bd6e8817636df3d9e3d0bbc95ace634df98e8599b4e0b70bc407eb12e979ddcd54ddd585617d379d226b3e7d807399ec89537491a8f592964b1 -Size (libmwaw-0.3.7.tar.bz2) = 1390872 bytes +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 |