Updated calibre to 2.80.0.

- version: 2.80.0
  date: 2017-02-24

  new features:
    - title: "Add support for sideloading of KFX files created with the third-party KFX calibre plugin"

    - title: "Edit book: Allow drag and drop of image files, stylesheets and html files into the editor to insert the appropriate <img> and <link> tags and add the files to the book automatically."

    - title: "Kobo driver: Add support for updated firmware"

    - title: "Edit Book: Spell Check: If there are no suggestions fill the suggested word box with the original word."

    - title: "Viewer: add a shortcut (Ctrl+F11) to show/hide toolbars."

  bug fixes:
    - title: "PDF Output: Fix courier font not being rendered when converting on windows."

    - title: "E-mail delivery: Add a Message-ID header when sending emails. Reduces probability of mails sent from calibre being marked as spam"

    - title: "Save to disk: Fix path shortening being applied to entire save template even when saving to singe directory."

    - title: "Get Books: Update the Virualo and Publi store plugins for website changes"

    - title: "Viewer: Fix regression that caused slow opening of some books with missing font/css/image files"

    - title: "Viewer: Pressing Ctrl+F in fullscreen mode should show the controls."

    - title: "Edit book: Do not allow creating multiple new files whose names differ only by case."

    - title: "Viewer: Use heuristics to try to detect comics encoded as fixed layout EPUBs to ensure they are displayed as intended."

  improved recipes:
    - The Atlantic
    - The Financial Times

  new recipes:
    - title: Various new and improved Belgian news sources
This commit is contained in:
wiz 2017-03-07 22:47:40 +00:00
parent 75423f7f39
commit 87d509b37a
3 changed files with 17 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.174 2017/02/20 17:00:36 wiz Exp $
# $NetBSD: Makefile,v 1.175 2017/03/07 22:47:40 wiz Exp $
DISTNAME= calibre-2.79.1
DISTNAME= calibre-2.80.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.77 2017/02/17 15:43:43 wiz Exp $
@comment $NetBSD: PLIST,v 1.78 2017/03/07 22:47:40 wiz Exp $
bin/calibre
bin/calibre-complete
bin/calibre-customize
@ -1885,6 +1885,7 @@ share/calibre/rapydscript/lib/pythonize.pyj
share/calibre/rapydscript/lib/random.pyj
share/calibre/rapydscript/lib/re.pyj
share/calibre/rapydscript/lib/traceback.pyj
share/calibre/rapydscript/lib/uuid.pyj
share/calibre/recipes/10minutos.recipe
share/calibre/recipes/180.recipe
share/calibre/recipes/1843.recipe
@ -2180,6 +2181,7 @@ share/calibre/recipes/daum_net.recipe
share/calibre/recipes/dawn.recipe
share/calibre/recipes/daytona_beach.recipe
share/calibre/recipes/dbb.recipe
share/calibre/recipes/de_redactie_be.recipe
share/calibre/recipes/de_standaard.recipe
share/calibre/recipes/deadspin.recipe
share/calibre/recipes/deccan_herald.recipe
@ -2332,6 +2334,7 @@ share/calibre/recipes/empire_magazine.recipe
share/calibre/recipes/endgadget.recipe
share/calibre/recipes/endgadget_ja.recipe
share/calibre/recipes/entrepeneur.recipe
share/calibre/recipes/eos_wetenschap.recipe
share/calibre/recipes/epl_talk.recipe
share/calibre/recipes/epw.recipe
share/calibre/recipes/equipped.recipe
@ -2664,6 +2667,7 @@ share/calibre/recipes/kleinezeitung.recipe
share/calibre/recipes/klip_me.recipe
share/calibre/recipes/klubknjige.recipe
share/calibre/recipes/km_blog.recipe
share/calibre/recipes/knack_be.recipe
share/calibre/recipes/koegelokalavisen_dk.recipe
share/calibre/recipes/koldinglokalavisen_dk.recipe
share/calibre/recipes/komchadluek.recipe
@ -2912,6 +2916,7 @@ share/calibre/recipes/newz_dk.recipe
share/calibre/recipes/nezavisne_novine.recipe
share/calibre/recipes/ngz.recipe
share/calibre/recipes/niebezpiecznik.recipe
share/calibre/recipes/nieuws_be.recipe
share/calibre/recipes/nightflier.recipe
share/calibre/recipes/nikkei_free.recipe
share/calibre/recipes/nikkei_news.recipe
@ -2927,6 +2932,7 @@ share/calibre/recipes/non_leggerlo.recipe
share/calibre/recipes/norddjurslokalavisen_dk.recipe
share/calibre/recipes/nordjyske_dk.recipe
share/calibre/recipes/nortecastilla.recipe
share/calibre/recipes/nos_nl.recipe
share/calibre/recipes/noticias_r7.recipe
share/calibre/recipes/noticias_unb.recipe
share/calibre/recipes/novaya_gazeta.recipe
@ -3242,6 +3248,7 @@ share/calibre/recipes/sport_pl.recipe
share/calibre/recipes/sportowefakty.recipe
share/calibre/recipes/sportsillustrated.recipe
share/calibre/recipes/sportsillustrated_columnists.recipe
share/calibre/recipes/sporza_be.recipe
share/calibre/recipes/st_louis_post_dispatch.recipe
share/calibre/recipes/stackoverflow.recipe
share/calibre/recipes/stamgasten.recipe
@ -3431,6 +3438,7 @@ share/calibre/recipes/virtualshackles.recipe
share/calibre/recipes/vitalia.recipe
share/calibre/recipes/viva.recipe
share/calibre/recipes/vnexpress.recipe
share/calibre/recipes/voetbal_belgie.recipe
share/calibre/recipes/voice_of_america.recipe
share/calibre/recipes/volksrant.recipe
share/calibre/recipes/vreme.recipe
@ -3500,6 +3508,7 @@ share/calibre/recipes/zeitde_sub.recipe
share/calibre/recipes/zerocalcare.recipe
share/calibre/recipes/zerohedge.recipe
share/calibre/recipes/ziarulfinanciar.recipe
share/calibre/recipes/zita_be.recipe
share/calibre/recipes/ziuaveche.recipe
share/calibre/recipes/znadplanszy_pl.recipe
share/calibre/recipes/zougla.recipe

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.87 2017/02/17 15:43:43 wiz Exp $
$NetBSD: distinfo,v 1.88 2017/03/07 22:47:40 wiz Exp $
SHA1 (calibre-2.79.1.tar.xz) = b5449899bcadaf317ae590ecb57a0fb82836baa1
RMD160 (calibre-2.79.1.tar.xz) = a0c3ea25f752d5a786a3066dcf3f14b5fca0c342
SHA512 (calibre-2.79.1.tar.xz) = dc3bc6ebe56c3deeb41dcef7ab9e28fe24b13d8a08a46dbbbd4b07f9624ca3281c188bbb7a86038936256b4fed3a8888c474e049642f8513cb08c967ebc92da1
Size (calibre-2.79.1.tar.xz) = 38738320 bytes
SHA1 (calibre-2.80.0.tar.xz) = e11f178ee87e5f08f69fec8ad3a5318688327cb5
RMD160 (calibre-2.80.0.tar.xz) = 70889b1befeecde7c172ddeb11805aaf8c66bb36
SHA512 (calibre-2.80.0.tar.xz) = 9dc874cd7bfcc883514e354a494a83c63d19b88980df8f28fc03b57d3ebaafb45dad36f0d61e8ef08d363ed18a7bd953e8d624c69f0c3d7f7d66308fceac8982
Size (calibre-2.80.0.tar.xz) = 38781996 bytes
SHA1 (patch-setup_build.py) = 4a601e44fb69085c1f05ca0f90b73ce3f6d51ba6
SHA1 (patch-setup_build__environment.py) = 84d0084d4fe49c883ba5c4ac6e1c3ba47a88c8d5
SHA1 (patch-src_calibre_ebooks_oeb_polish_parsing.py) = 62d02b7b901efac6ee3bb1b6628ab99b4a13a926