From owner-svn-ports-all@FreeBSD.ORG Sun May 3 07:30:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B76EDD2; Sun, 3 May 2015 07:30:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 692751CFA; Sun, 3 May 2015 07:30:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t437U2AL002686; Sun, 3 May 2015 07:30:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t437U1SZ002681; Sun, 3 May 2015 07:30:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505030730.t437U1SZ002681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 3 May 2015 07:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385232 - in head/graphics/mupdf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2015 07:30:02 -0000 Author: jbeich Date: Sun May 3 07:30:00 2015 New Revision: 385232 URL: https://svnweb.freebsd.org/changeset/ports/385232 Log: graphics/mupdf: update to 1.7 Changes: http://mupdf.com/news PR: 199576 Submitted by: Zsolt Udvari (maintainer) Deleted: head/graphics/mupdf/files/patch-platform__x11__x11_main.c Modified: head/graphics/mupdf/Makefile (contents, props changed) head/graphics/mupdf/distinfo (contents, props changed) head/graphics/mupdf/files/scroll_hack-platform__x11__pdfapp.c (contents, props changed) head/graphics/mupdf/pkg-plist (contents, props changed) Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Sun May 3 06:37:10 2015 (r385231) +++ head/graphics/mupdf/Makefile Sun May 3 07:30:00 2015 (r385232) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mupdf -PORTVERSION= 1.6 +PORTVERSION= 1.7 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ Modified: head/graphics/mupdf/distinfo ============================================================================== --- head/graphics/mupdf/distinfo Sun May 3 06:37:10 2015 (r385231) +++ head/graphics/mupdf/distinfo Sun May 3 07:30:00 2015 (r385232) @@ -1,2 +1,2 @@ -SHA256 (mupdf-1.6-source.tar.gz) = 9813ee330950a641364181649ebd369c947adbcea9d41ed953ec5365640ea563 -SIZE (mupdf-1.6-source.tar.gz) = 13975531 +SHA256 (mupdf-1.7-source.tar.gz) = d0bd5c656c464411cb5788c73d5a7c9a5b89f1e9e84e3c8c7c982ed8b90f5642 +SIZE (mupdf-1.7-source.tar.gz) = 13301969 Modified: head/graphics/mupdf/files/scroll_hack-platform__x11__pdfapp.c ============================================================================== --- head/graphics/mupdf/files/scroll_hack-platform__x11__pdfapp.c Sun May 3 06:37:10 2015 (r385231) +++ head/graphics/mupdf/files/scroll_hack-platform__x11__pdfapp.c Sun May 3 07:30:00 2015 (r385232) @@ -34,16 +34,3 @@ panto = PAN_TO_TOP; if (app->numberlen > 0) app->pageno += atoi(app->number); -@@ -1585,6 +1591,12 @@ - int isx = (modifiers & (1<<0)); - int xstep = isx ? 20 * dir : 0; - int ystep = !isx ? 20 * dir : 0; -+ if (!isx && dir < 0 && app->pany + -+ fz_pixmap_height(app->ctx, app->image) <= app->winh) -+ pdfapp_onkey(app, 'j'); -+ else if (!isx && dir > 0 && app->pany >= 0) -+ pdfapp_onkey(app, 'k'); -+ else - pdfapp_panview(app, app->panx + xstep, app->pany + ystep); - } - } Modified: head/graphics/mupdf/pkg-plist ============================================================================== --- head/graphics/mupdf/pkg-plist Sun May 3 06:37:10 2015 (r385231) +++ head/graphics/mupdf/pkg-plist Sun May 3 07:30:00 2015 (r385232) @@ -3,7 +3,6 @@ bin/mujstest bin/mupdf bin/mupdf-x11-curl bin/mutool -include/mupdf/cbz.h include/mupdf/fitz.h include/mupdf/fitz/annotation.h include/mupdf/fitz/bitmap.h @@ -25,7 +24,6 @@ include/mupdf/fitz/hash.h include/mupdf/fitz/image.h include/mupdf/fitz/link.h include/mupdf/fitz/math.h -include/mupdf/fitz/meta.h include/mupdf/fitz/outline.h include/mupdf/fitz/output-pcl.h include/mupdf/fitz/output-png.h @@ -45,22 +43,26 @@ include/mupdf/fitz/system.h include/mupdf/fitz/text.h include/mupdf/fitz/transition.h include/mupdf/fitz/tree.h +include/mupdf/fitz/unzip.h include/mupdf/fitz/version.h include/mupdf/fitz/write-document.h include/mupdf/fitz/xml.h -include/mupdf/img.h +include/mupdf/html.h include/mupdf/memento.h include/mupdf/pdf.h include/mupdf/pdf-tools.h include/mupdf/pdf/annot.h include/mupdf/pdf/appearance.h +include/mupdf/pdf/clean.h include/mupdf/pdf/cmap.h include/mupdf/pdf/crypt.h include/mupdf/pdf/document.h include/mupdf/pdf/event.h include/mupdf/pdf/field.h include/mupdf/pdf/font.h +include/mupdf/pdf/interpret.h include/mupdf/pdf/javascript.h +include/mupdf/pdf/name-table.h include/mupdf/pdf/object.h include/mupdf/pdf/output-pdf.h include/mupdf/pdf/page.h @@ -68,7 +70,6 @@ include/mupdf/pdf/parse.h include/mupdf/pdf/resource.h include/mupdf/pdf/widget.h include/mupdf/pdf/xref.h -include/mupdf/tiff.h include/mupdf/xps.h lib/libmupdf.a lib/libmupdf_pic.a