From c64ee2caa7b1a941a055f3e9499df02082c2f278 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Aug 2015 21:33:35 +0000 Subject: 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 --- converters/libmwaw/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'converters/libmwaw/Makefile') 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/ -- cgit v1.2.3