diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-02-04 17:47:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-02-04 17:47:18 +0000 |
commit | 4b9f6106d2782010e72290c45eab6ac9e650b349 (patch) | |
tree | 834cd85b357f910701710411a1f6a0015b1a9faf /converters | |
parent | f5361c8bc2605411a0ea8d865382edd9061a5976 (diff) | |
download | pkgsrc-4b9f6106d2782010e72290c45eab6ac9e650b349.tar.gz |
Update to 0.3.4
Changelog:
11/9/2014:
- AppleWorks/ClarisWorks parser[draw]:
try to send master pages on each page of the final documents
try to do not cut shapes, pictures which are on several pages (by creating bigger pages)
10/29/2014:
- MacDraw Pro: add a parser for MacDraw Pro v1
-------- version 0.3.4 (start) -------------
10/2/2014:
- RagTime v5-v6: begin to find the main structures in a document, to be continued...
- fix some coverity problems.
9/12/2014:
- AppleWorks: add a presentation parser
8/22/2014:
- MacDraw II: add a parser for MacDraw II v1.0-v1.1
-------- version 0.3.3 (start) -------------
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libmwaw/Makefile | 4 | ||||
-rw-r--r-- | converters/libmwaw/distinfo | 9 | ||||
-rw-r--r-- | converters/libmwaw/patches/patch-configure | 13 |
3 files changed, 20 insertions, 6 deletions
diff --git a/converters/libmwaw/Makefile b/converters/libmwaw/Makefile index 2f0e0c3343b..1dbaa1e3fd8 100644 --- a/converters/libmwaw/Makefile +++ b/converters/libmwaw/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/01/16 09:05:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/02/04 17:47:18 ryoon Exp $ -DISTNAME= libmwaw-0.3.2 +DISTNAME= libmwaw-0.3.4 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmwaw/} EXTRACT_SUFX= .tar.xz diff --git a/converters/libmwaw/distinfo b/converters/libmwaw/distinfo index 5be63d11f21..01473b4178b 100644 --- a/converters/libmwaw/distinfo +++ b/converters/libmwaw/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/01/16 09:05:22 wiz Exp $ +$NetBSD: distinfo,v 1.7 2015/02/04 17:47:18 ryoon Exp $ -SHA1 (libmwaw-0.3.2.tar.xz) = 36532c7007cd444df06d38abf8678b26282a7de8 -RMD160 (libmwaw-0.3.2.tar.xz) = 354b006656225de2570fe63981f649e9eca99925 -Size (libmwaw-0.3.2.tar.xz) = 940368 bytes +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 diff --git a/converters/libmwaw/patches/patch-configure b/converters/libmwaw/patches/patch-configure new file mode 100644 index 00000000000..d59bf09ca87 --- /dev/null +++ b/converters/libmwaw/patches/patch-configure @@ -0,0 +1,13 @@ +$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 + |