diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 15:19:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 15:19:18 +0000 |
commit | f1783028938ff14cddbcb4f82bf1fe3e260febca (patch) | |
tree | c15d9275c3bd0d495efb5ec59294438cdb6e8690 /print | |
parent | 858ca5dce69b51eb8a63abe53d0ed617bbdde254 (diff) | |
download | pkgsrc-f1783028938ff14cddbcb4f82bf1fe3e260febca.tar.gz |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/mupdf/Makefile | 4 | ||||
-rw-r--r-- | print/mupdf/PLIST | 3 | ||||
-rw-r--r-- | print/mupdf/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index c625a8f9f7e..8c2678e5612 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/06/15 16:01:58 richard Exp $ +# $NetBSD: Makefile,v 1.28 2014/10/05 15:19:18 wiz Exp $ -DISTNAME= mupdf-1.5-source +DISTNAME= mupdf-1.6-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= print MASTER_SITES= http://mupdf.com/downloads/ diff --git a/print/mupdf/PLIST b/print/mupdf/PLIST index e62dd43b9d5..1cfe6b8dcd2 100644 --- a/print/mupdf/PLIST +++ b/print/mupdf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2014/04/21 16:14:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2014/10/05 15:19:18 wiz Exp $ bin/mudraw bin/mujstest bin/mupdf @@ -50,6 +50,7 @@ include/mupdf/fitz/write-document.h include/mupdf/fitz/xml.h include/mupdf/img.h include/mupdf/memento.h +include/mupdf/pdf-tools.h include/mupdf/pdf.h include/mupdf/pdf/annot.h include/mupdf/pdf/appearance.h diff --git a/print/mupdf/distinfo b/print/mupdf/distinfo index 05d69f8c2cb..ad4b0a0eb12 100644 --- a/print/mupdf/distinfo +++ b/print/mupdf/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2014/06/15 19:15:51 wiz Exp $ +$NetBSD: distinfo,v 1.17 2014/10/05 15:19:18 wiz Exp $ -SHA1 (mupdf-1.5-source.tar.gz) = 628470ed20f9a03c81e90cd5585a31c0fab386ef -RMD160 (mupdf-1.5-source.tar.gz) = 0ef207d3b11744fc004999917699dfd2e6873191 -Size (mupdf-1.5-source.tar.gz) = 13269193 bytes +SHA1 (mupdf-1.6-source.tar.gz) = 491d7a3b131589791c7df6dd8161c6bfe41ce74a +RMD160 (mupdf-1.6-source.tar.gz) = c2bab0bbb538cd446cbc7828c0a59c74c61c70cb +Size (mupdf-1.6-source.tar.gz) = 13975531 bytes SHA1 (patch-Makethird) = 5ec66437c5695558f5e6497182d1f0c197ee5299 SHA1 (patch-ab) = b965020ec098fc1bf8577cb16102ab4c37bb37d3 SHA1 (patch-ac) = 2b0fe5f97df7b6709ba7a3abfbefdf72ee81e0a3 |