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 | |
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')
-rw-r--r-- | converters/libmwaw/Makefile | 10 | ||||
-rw-r--r-- | converters/libmwaw/distinfo | 9 | ||||
-rw-r--r-- | converters/libmwaw/patches/patch-configure | 13 |
3 files changed, 11 insertions, 21 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/ diff --git a/converters/libmwaw/distinfo b/converters/libmwaw/distinfo index 01473b4178b..e57902b293d 100644 --- a/converters/libmwaw/distinfo +++ b/converters/libmwaw/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.7 2015/02/04 17:47:18 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2015/08/08 21:33:35 wiz Exp $ -SHA1 (libmwaw-0.3.4.tar.xz) = b84f1bbeb53e41cdffb512027c161db725fe1cda -RMD160 (libmwaw-0.3.4.tar.xz) = 18022a4f5c50c40fff993bf8fee59cdcc6a69236 -Size (libmwaw-0.3.4.tar.xz) = 976120 bytes -SHA1 (patch-configure) = dd8f52be11df5214248ed15f905b95c39aff269c +SHA1 (libmwaw-0.3.6-v2.tar.bz2) = 3dbd7625e2bd1561d637487caf113c808851f78f +RMD160 (libmwaw-0.3.6-v2.tar.bz2) = 5ae5e38319a03d18b23b99d1605cd9b70d55cd75 +Size (libmwaw-0.3.6-v2.tar.bz2) = 1357887 bytes diff --git a/converters/libmwaw/patches/patch-configure b/converters/libmwaw/patches/patch-configure deleted file mode 100644 index d59bf09ca87..00000000000 --- a/converters/libmwaw/patches/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2015/02/04 17:47:18 ryoon Exp $ - ---- configure.orig 2014-12-26 11:59:38.000000000 +0000 -+++ configure -@@ -17218,7 +17218,7 @@ else - fi - - --if test "x$platform_win32" == "xyes"; then : -+if test "x$platform_win32" = "xyes"; then : - - else - |