Subject: CVS commit: pkgsrc/converters/libmwaw
From: Thomas Klausner
Date: 2015-08-08 23:33:36
Message id: 20150808213336.212C098@cvs.netbsd.org

Log Message:
Update to 0.3.6.2:

16/07/2015:
- RagTime v5-v6 parser: try to retrieve the main layouts and the
  picture/shape/textbox, ie. now, it generates result but it is
  still very imcomplete...
- MWAW{Graphic,Presentation,Text}Listener: correct a problem in OpenGroup
  which may create to incorrect document,
- create an MWAWEmbeddedObject class to store a picture with various
  representation,
- MWAW*Listener: rename insertPicture in insertShape, add a function to
  insert a texbox in a MWAWGraphicShape(which only insert a basic textbox)
  ...

22/06/2015:
- add a parser for MacDraft v4-v5 document
- allow to create pattern's surface with various intensity
- allow to create simple measure

14/06/2015:
- allow to build doc only for the api classes, using --with-docs=no|api|full
  to create no documentation, only API classes' documentations, all classes'
  documentations

5/28/2015:
- add a minimal parser for ApplePict v1.v2,
  ie. no clipping, do not take in account the copy mode: srcCopy, srcOr, ...

-------- version 0.3.5 (start)  -------------

5/10/2015:
- add a parser for MacDraft v1 Document

4/29/2015:
- add a parser for ClarisDraw Document

4/18/2015:
- RagTime v5-v6 parser(not functional): continue to works on this filter,
  try to find the different kinds of cluster and how to parse them, ...
- AppleWorks/ClarisWorks parser[spreadsheet]: do not remove first empty row/columns.
- remove all assert calls
- rename Box2,Vec2,... in MWAWBox2, MWAWVec2,... to avoid potential name's conflict

Files:
RevisionActionfile
1.9modifypkgsrc/converters/libmwaw/Makefile
1.8modifypkgsrc/converters/libmwaw/distinfo
1.1removepkgsrc/converters/libmwaw/patches/patch-configure