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 <div> to <blockquote> 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 <ol> 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 <guide> 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 <td> 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
This commit is contained in:
wiz 2018-03-11 17:40:23 +00:00
parent 93311601cc
commit 70c3904653
3 changed files with 14 additions and 14 deletions

View file

@ -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}/

View file

@ -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_edit.py
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.py
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_inheritance.py
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.recipe
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.recipe
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

View file

@ -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