pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libmwaw Update to 0.3.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ef27eb799e4
branches: trunk
changeset: 646131:7ef27eb799e4
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Feb 04 17:47:18 2015 +0000
description:
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:
converters/libmwaw/Makefile | 4 ++--
converters/libmwaw/distinfo | 9 +++++----
converters/libmwaw/patches/patch-configure | 13 +++++++++++++
3 files changed, 20 insertions(+), 6 deletions(-)
diffs (43 lines):
diff -r 15a03206d8c3 -r 7ef27eb799e4 converters/libmwaw/Makefile
--- a/converters/libmwaw/Makefile Wed Feb 04 17:45:04 2015 +0000
+++ b/converters/libmwaw/Makefile Wed Feb 04 17:47:18 2015 +0000
@@ -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 -r 15a03206d8c3 -r 7ef27eb799e4 converters/libmwaw/distinfo
--- a/converters/libmwaw/distinfo Wed Feb 04 17:45:04 2015 +0000
+++ b/converters/libmwaw/distinfo Wed Feb 04 17:47:18 2015 +0000
@@ -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 -r 15a03206d8c3 -r 7ef27eb799e4 converters/libmwaw/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libmwaw/patches/patch-configure Wed Feb 04 17:47:18 2015 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index