Sun Oct 5 15:19:19 2014 UTC ()
Update to 1.6:

List of changes in MuPDF 1.6

* Features:
	* Color detection device (mudraw -T).
	* Sepia mode full-page color tinting in X11 and win32 viewer (keybinding: shift-C).
	* Re-implement printf and strtod due to portability issue with locales and number formatting.
	* Add 'gsview' project: a Windows Modern UI viewer.
	* Improve XML parser interface.
* Bug fixes:
	* CBZ page ordering
	* ZIP64 support
	* iOS and Android bug fixes
	* Miscellaneous minor fixes


(wiz)
diff -r1.27 -r1.28 pkgsrc/print/mupdf/Makefile
diff -r1.7 -r1.8 pkgsrc/print/mupdf/PLIST
diff -r1.16 -r1.17 pkgsrc/print/mupdf/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/print/mupdf/Makefile (expand / switch to unified diff)

--- pkgsrc/print/mupdf/Makefile 2014/06/15 16:01:58 1.27
+++ pkgsrc/print/mupdf/Makefile 2014/10/05 15:19:18 1.28
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2014/06/15 16:01:58 richard Exp $ 1# $NetBSD: Makefile,v 1.28 2014/10/05 15:19:18 wiz Exp $
2 2
3DISTNAME= mupdf-1.5-source 3DISTNAME= mupdf-1.6-source
4PKGNAME= ${DISTNAME:S/-source//} 4PKGNAME= ${DISTNAME:S/-source//}
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= http://mupdf.com/downloads/ 6MASTER_SITES= http://mupdf.com/downloads/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://mupdf.com/ 9HOMEPAGE= http://mupdf.com/
10COMMENT= Lightweight PDF viewer and toolkit 10COMMENT= Lightweight PDF viewer and toolkit
11LICENSE= gnu-agpl-v3 11LICENSE= gnu-agpl-v3
12 12
13USE_LANGUAGES+= c99 13USE_LANGUAGES+= c99
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config gmake 15USE_TOOLS+= pkg-config gmake
16 16

cvs diff -r1.7 -r1.8 pkgsrc/print/mupdf/PLIST (expand / switch to unified diff)

--- pkgsrc/print/mupdf/PLIST 2014/04/21 16:14:40 1.7
+++ pkgsrc/print/mupdf/PLIST 2014/10/05 15:19:18 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2014/04/21 16:14:40 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.8 2014/10/05 15:19:18 wiz Exp $
2bin/mudraw 2bin/mudraw
3bin/mujstest 3bin/mujstest
4bin/mupdf 4bin/mupdf
5bin/mutool 5bin/mutool
6include/mupdf/cbz.h 6include/mupdf/cbz.h
7include/mupdf/fitz.h 7include/mupdf/fitz.h
8include/mupdf/fitz/annotation.h 8include/mupdf/fitz/annotation.h
9include/mupdf/fitz/bitmap.h 9include/mupdf/fitz/bitmap.h
10include/mupdf/fitz/buffer.h 10include/mupdf/fitz/buffer.h
11include/mupdf/fitz/colorspace.h 11include/mupdf/fitz/colorspace.h
12include/mupdf/fitz/compressed-buffer.h 12include/mupdf/fitz/compressed-buffer.h
13include/mupdf/fitz/context.h 13include/mupdf/fitz/context.h
14include/mupdf/fitz/crypt.h 14include/mupdf/fitz/crypt.h
@@ -40,26 +40,27 @@ include/mupdf/fitz/shade.h @@ -40,26 +40,27 @@ include/mupdf/fitz/shade.h
40include/mupdf/fitz/store.h 40include/mupdf/fitz/store.h
41include/mupdf/fitz/stream.h 41include/mupdf/fitz/stream.h
42include/mupdf/fitz/string.h 42include/mupdf/fitz/string.h
43include/mupdf/fitz/structured-text.h 43include/mupdf/fitz/structured-text.h
44include/mupdf/fitz/system.h 44include/mupdf/fitz/system.h
45include/mupdf/fitz/text.h 45include/mupdf/fitz/text.h
46include/mupdf/fitz/transition.h 46include/mupdf/fitz/transition.h
47include/mupdf/fitz/tree.h 47include/mupdf/fitz/tree.h
48include/mupdf/fitz/version.h 48include/mupdf/fitz/version.h
49include/mupdf/fitz/write-document.h 49include/mupdf/fitz/write-document.h
50include/mupdf/fitz/xml.h 50include/mupdf/fitz/xml.h
51include/mupdf/img.h 51include/mupdf/img.h
52include/mupdf/memento.h 52include/mupdf/memento.h
 53include/mupdf/pdf-tools.h
53include/mupdf/pdf.h 54include/mupdf/pdf.h
54include/mupdf/pdf/annot.h 55include/mupdf/pdf/annot.h
55include/mupdf/pdf/appearance.h 56include/mupdf/pdf/appearance.h
56include/mupdf/pdf/cmap.h 57include/mupdf/pdf/cmap.h
57include/mupdf/pdf/crypt.h 58include/mupdf/pdf/crypt.h
58include/mupdf/pdf/document.h 59include/mupdf/pdf/document.h
59include/mupdf/pdf/event.h 60include/mupdf/pdf/event.h
60include/mupdf/pdf/field.h 61include/mupdf/pdf/field.h
61include/mupdf/pdf/font.h 62include/mupdf/pdf/font.h
62include/mupdf/pdf/javascript.h 63include/mupdf/pdf/javascript.h
63include/mupdf/pdf/object.h 64include/mupdf/pdf/object.h
64include/mupdf/pdf/output-pdf.h 65include/mupdf/pdf/output-pdf.h
65include/mupdf/pdf/page.h 66include/mupdf/pdf/page.h

cvs diff -r1.16 -r1.17 pkgsrc/print/mupdf/distinfo (expand / switch to unified diff)

--- pkgsrc/print/mupdf/distinfo 2014/06/15 19:15:51 1.16
+++ pkgsrc/print/mupdf/distinfo 2014/10/05 15:19:18 1.17
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.16 2014/06/15 19:15:51 wiz Exp $ 1$NetBSD: distinfo,v 1.17 2014/10/05 15:19:18 wiz Exp $
2 2
3SHA1 (mupdf-1.5-source.tar.gz) = 628470ed20f9a03c81e90cd5585a31c0fab386ef 3SHA1 (mupdf-1.6-source.tar.gz) = 491d7a3b131589791c7df6dd8161c6bfe41ce74a
4RMD160 (mupdf-1.5-source.tar.gz) = 0ef207d3b11744fc004999917699dfd2e6873191 4RMD160 (mupdf-1.6-source.tar.gz) = c2bab0bbb538cd446cbc7828c0a59c74c61c70cb
5Size (mupdf-1.5-source.tar.gz) = 13269193 bytes 5Size (mupdf-1.6-source.tar.gz) = 13975531 bytes
6SHA1 (patch-Makethird) = 5ec66437c5695558f5e6497182d1f0c197ee5299 6SHA1 (patch-Makethird) = 5ec66437c5695558f5e6497182d1f0c197ee5299
7SHA1 (patch-ab) = b965020ec098fc1bf8577cb16102ab4c37bb37d3 7SHA1 (patch-ab) = b965020ec098fc1bf8577cb16102ab4c37bb37d3
8SHA1 (patch-ac) = 2b0fe5f97df7b6709ba7a3abfbefdf72ee81e0a3 8SHA1 (patch-ac) = 2b0fe5f97df7b6709ba7a3abfbefdf72ee81e0a3
9SHA1 (patch-ae) = bad4b6b8c669c752c6318bb564d1176daac30d19 9SHA1 (patch-ae) = bad4b6b8c669c752c6318bb564d1176daac30d19
10SHA1 (patch-source_fitz_load-jpx.c) = e5271cf60aff104e05ff60333be54712475d5a33 10SHA1 (patch-source_fitz_load-jpx.c) = e5271cf60aff104e05ff60333be54712475d5a33