Received: by mail.netbsd.org (Postfix, from userid 605) id 85DE184DE7; Sun, 11 Mar 2018 17:40:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A7AC84D39 for ; Sun, 11 Mar 2018 17:40:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id W319VNY29lZS for ; Sun, 11 Mar 2018 17:40:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D611D84C74 for ; Sun, 11 Mar 2018 17:40:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF52DFB40; Sun, 11 Mar 2018 17:40:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520790023249060" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 17:40:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/calibre To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180311174023.CF52DFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520790023249060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 11 17:40:23 UTC 2018 Modified Files: pkgsrc/misc/calibre: Makefile PLIST distinfo Log Message: calibre: update to 3.19.0. - version: 3.19.0 date: 2018-03-09 new features: - title: "Driver for the new PocketBook 740" - title: "Allow using relative URLs in comments type metadata. The relative URLs are interpreted relative to the book folder in the calibre library" - title: "Edit book: Reports: Do not show characters from the HTML markup in the characters report." tickets: [1753788] - title: "Allow adding the Virtual library button to any toolbar/menu via Preferences->Toolbars & menus" bug fixes: - title: "Server: Fix server becoming unresponsive if a client sends invalid SSL data at exactly the right moment" - title: "Conversion heuristics: Make unwrapping recognize Georgian letters as well." tickets: [1753533] - title: "Make de-serialization of stored conversion options safe against maliciously crafted input" tickets: [1753870] - title: "E-book viewer: Change the file format used to import/export bookmarks to use JSON. This prevents malicious bookmarks files from causing code execution." tickets: [1753870] - title: "Make the history completion for the search and replace edit box case-sensitive." tickets: [1752447] - title: "PDF Output: When the input document contains multiple anchors with the same value, use the first anchor rather than the last. This follows browser behavior." tickets: [1752825] - title: "FB2 Input: Add
to
content to silence the useless epubcheck" tickets: [1752141] improved recipes: - WirtschaftsWoche Online - Spektrum der Wissenschaft new recipes: - title: Granta author: Gary Arnold - version: 3.18.0 date: 2018-02-23 new features: - title: "Browser viewer: Allow long tapping a word to look it up in a dictionary or search the internet for it." tickets: [1738995] bug fixes: - title: "Conversion: Handle the deprecated type attribute on
    tags." tickets: [1751148] - title: "Fix metadata download from amazon stopped working because of a website change" - title: "Fix re-ordering of columns causing split book splitter state not being restored on restart" - title: "Fix errors when using strftime with unicode strings on non-utf-8 windows systems." tickets: [1749219] - title: "Split book view: Fix vertical scroll position of the two views getting out of sync after doing some searches." tickets: [1748739] - title: "Fix some edit widget appearing in the wrong place when editing in the right hand panel of the new split book list." tickets: [1748713] - title: "Portable build: Fix cache directory not always being auto-created" tickets: [1747887] - title: "Workaround for Qt 5.10 on Linux resetting the global font, preventing custom interface font settings from working" improved recipes: - New York Times - The Economist - Gosc - Various Uruguayan recipes - version: 3.17.0 date: 2018-02-09 new features: - title: "Allow splitting the book list, by right clicking on the column headers and choosing 'Split the book list'" type: major description: "This is useful to 'lock' one or more columns in place so that they are always visible even when scrolling through other columns. Also, the split list has a separate right click menu which you can configure via Preferences->Toolbars and menus" - title: "Store temporary files used by the editor and viewer in the cache directory to try to prevent errors caused by 'file cleaner' programs deleting temporary files still in use" bug fixes: - title: "EPUB3 Input: Fix HTML covers and titlepages that are marked using the deprecated element not being recognized." tickets: [1746794] - title: "Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series" - title: "Conversion: Fix the valign attribute on tags not being honored" - title: "E-book viewer: Fix the 'Copy' keyboard shortcut/context menu action not working on some Windows systems" tickets: [1477696] - title: "E-book viewer: Make the semi-transparent background for viewing metadata a little more opaque." tickets: [1745812] improved recipes: - New York Times - Le Devoir - New Statesman - London Review of Books - New York Post - LWN Weekly - Associated Press new recipes: - title: Computing author: Darko Miletic To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 pkgsrc/misc/calibre/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/misc/calibre/PLIST cvs rdiff -u -r1.93 -r1.94 pkgsrc/misc/calibre/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520790023249060 Content-Disposition: inline Content-Length: 5750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/calibre/Makefile diff -u pkgsrc/misc/calibre/Makefile:1.195 pkgsrc/misc/calibre/Makefile:1.196 --- pkgsrc/misc/calibre/Makefile:1.195 Tue Feb 27 23:56:09 2018 +++ pkgsrc/misc/calibre/Makefile Sun Mar 11 17:40:23 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.195 2018/02/27 23:56:09 khorben Exp $ +# $NetBSD: Makefile,v 1.196 2018/03/11 17:40:23 wiz Exp $ -DISTNAME= calibre-3.16.0 -PKGREVISION= 1 +DISTNAME= calibre-3.19.0 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ Index: pkgsrc/misc/calibre/PLIST diff -u pkgsrc/misc/calibre/PLIST:1.83 pkgsrc/misc/calibre/PLIST:1.84 --- pkgsrc/misc/calibre/PLIST:1.83 Thu Feb 1 16:05:56 2018 +++ pkgsrc/misc/calibre/PLIST Sun Mar 11 17:40:23 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.83 2018/02/01 16:05:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.84 2018/03/11 17:40:23 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -699,6 +699,7 @@ lib/calibre/calibre/gui2/actions/toc_edi lib/calibre/calibre/gui2/actions/tweak_epub.py lib/calibre/calibre/gui2/actions/unpack_book.py lib/calibre/calibre/gui2/actions/view.py +lib/calibre/calibre/gui2/actions/virtual_library.py lib/calibre/calibre/gui2/add.py lib/calibre/calibre/gui2/add_filters.py lib/calibre/calibre/gui2/auto_add.py @@ -905,6 +906,7 @@ lib/calibre/calibre/gui2/metadata/single lib/calibre/calibre/gui2/metadata/single_download.py lib/calibre/calibre/gui2/notify.py lib/calibre/calibre/gui2/open_with.py +lib/calibre/calibre/gui2/pin_columns.py lib/calibre/calibre/gui2/preferences/__init__.py lib/calibre/calibre/gui2/preferences/adding.py lib/calibre/calibre/gui2/preferences/adding_ui.py @@ -1358,6 +1360,7 @@ lib/calibre/calibre/utils/socket_inherit lib/calibre/calibre/utils/soupparser.py lib/calibre/calibre/utils/speedups.py lib/calibre/calibre/utils/spell/__init__.py +lib/calibre/calibre/utils/tdir_in_cache.py lib/calibre/calibre/utils/terminal.py lib/calibre/calibre/utils/test_lock.py lib/calibre/calibre/utils/text2int.py @@ -1732,6 +1735,7 @@ share/calibre/images/view-image.png share/calibre/images/view-refresh.png share/calibre/images/view.png share/calibre/images/viewer.png +share/calibre/images/vl.png share/calibre/images/window-close.png share/calibre/images/wizard.png share/calibre/jacket/stylesheet.css @@ -2003,9 +2007,9 @@ share/calibre/recipes/columbusdispatch.r share/calibre/recipes/common_dreams.recipe share/calibre/recipes/computerworld_dk.recipe share/calibre/recipes/computerworld_pl.recipe +share/calibre/recipes/computing_uk.recipe share/calibre/recipes/conowego_pl.recipe share/calibre/recipes/consortium_news.recipe -share/calibre/recipes/consumerist.recipe share/calibre/recipes/contemporary_argentine_writers.recipe share/calibre/recipes/contropiano.recipe share/calibre/recipes/corren2.recipe @@ -2252,8 +2256,6 @@ share/calibre/recipes/fhm_uk.recipe share/calibre/recipes/fhmro.recipe share/calibre/recipes/film_org_pl.recipe share/calibre/recipes/film_web.recipe -share/calibre/recipes/financial_times_uk.recipe -share/calibre/recipes/financial_times_us.recipe share/calibre/recipes/financialsense.recipe share/calibre/recipes/financiarul.recipe share/calibre/recipes/financieele_dagblad.recipe @@ -2353,6 +2355,7 @@ share/calibre/recipes/gosc_niedzielny.re share/calibre/recipes/gram_pl.recipe share/calibre/recipes/grandes_corresponsales_es.recipe share/calibre/recipes/granma.recipe +share/calibre/recipes/granta.recipe share/calibre/recipes/grantland.recipe share/calibre/recipes/greensboro_news_and_record.recipe share/calibre/recipes/grenaalokalavisen_dk.recipe @@ -2530,7 +2533,6 @@ share/calibre/recipes/karlsruhe.recipe share/calibre/recipes/karsi_gazete.recipe share/calibre/recipes/kath_net.recipe share/calibre/recipes/kathemerini.recipe -share/calibre/recipes/kellog_faculty.recipe share/calibre/recipes/kellog_insight.recipe share/calibre/recipes/kerrang.recipe share/calibre/recipes/kgsenghavebladet_dk.recipe @@ -2647,7 +2649,6 @@ share/calibre/recipes/lomza.recipe share/calibre/recipes/london_free_press.recipe share/calibre/recipes/los_tiempos_bo.recipe share/calibre/recipes/losservatoreromano_it.recipe -share/calibre/recipes/lr21.recipe share/calibre/recipes/lrb.recipe share/calibre/recipes/lrb_payed.recipe share/calibre/recipes/ludwig_mises.recipe Index: pkgsrc/misc/calibre/distinfo diff -u pkgsrc/misc/calibre/distinfo:1.93 pkgsrc/misc/calibre/distinfo:1.94 --- pkgsrc/misc/calibre/distinfo:1.93 Thu Feb 1 16:05:56 2018 +++ pkgsrc/misc/calibre/distinfo Sun Mar 11 17:40:23 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.93 2018/02/01 16:05:56 wiz Exp $ +$NetBSD: distinfo,v 1.94 2018/03/11 17:40:23 wiz Exp $ -SHA1 (calibre-3.16.0.tar.xz) = 22fe843c3e06071cd2e65c4e10cba070924890e5 -RMD160 (calibre-3.16.0.tar.xz) = a13f29ee8601d80f4d97563979ace1511e153077 -SHA512 (calibre-3.16.0.tar.xz) = a5208e1e781d71265bcb10757c5cb51afaa8fa89331ef075bfe8451efc8d5e2a1e70704423440cddf90c6e70e074dc9d296a7df5347639a5f7b7f1a81697e96b -Size (calibre-3.16.0.tar.xz) = 38121688 bytes +SHA1 (calibre-3.19.0.tar.xz) = adf5c5a433620d69e552d53faa3c086d7492839f +RMD160 (calibre-3.19.0.tar.xz) = b30e81768031a15c1f0db243f3f042bb554afb54 +SHA512 (calibre-3.19.0.tar.xz) = 5f9766d5f1526c8b432f37d2fc92def18efbe2e5db0bff3b70f550bacfd21b9d12abec4bfbe7f6f771f7bc2daa008581e877c44c1b2d46f53881574d4fe108fc +Size (calibre-3.19.0.tar.xz) = 38235192 bytes SHA1 (patch-setup_build.py) = f309c8f01af375fce1d09bf5c4bac9610cf4e0c5 SHA1 (patch-setup_build__environment.py) = 8973ede2128cea065860dcc210c45f5f688a93be SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 --_----------=_1520790023249060--