diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-08 21:33:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-08 21:33:35 +0000 |
commit | c64ee2caa7b1a941a055f3e9499df02082c2f278 (patch) | |
tree | 6877b3b504d20aca2d6eee55882a7a85081bc98a /converters/libmwaw/Makefile | |
parent | b8da84912064587899813b9b15284860e1f67db6 (diff) | |
download | pkgsrc-c64ee2caa7b1a941a055f3e9499df02082c2f278.tar.gz |
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
Diffstat (limited to 'converters/libmwaw/Makefile')
-rw-r--r-- | converters/libmwaw/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/converters/libmwaw/Makefile b/converters/libmwaw/Makefile index 1dbaa1e3fd8..c0ccfb54e4b 100644 --- a/converters/libmwaw/Makefile +++ b/converters/libmwaw/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2015/02/04 17:47:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2015/08/08 21:33:35 wiz Exp $ -DISTNAME= libmwaw-0.3.4 +DISTNAME= libmwaw-0.3.6-v2 +# next two lines added for 0.3.6-v2, remove after update to usual +# version number format +PKGNAME= ${DISTNAME:S/-v/./} +WRKSRC= ${WRKDIR}/${DISTNAME:S/-v2//} CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmwaw/} -EXTRACT_SUFX= .tar.xz +EXTRACT_SUFX= .tar.bz2 MAINTAINER= jaapb@NetBSD.org HOMEPAGE= http://sourceforge.net/p/libmwaw/wiki/Home/ |