diff options
author | wiz <wiz@pkgsrc.org> | 2016-02-14 10:07:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-02-14 10:07:26 +0000 |
commit | da97e2402d8300f496bb12cc698ae3015b41b1f3 (patch) | |
tree | 3010a78c02fb8af0f35e94dcc5b59c2f028d666e /misc | |
parent | 470ce1c295e6102d18ad6d8460fc0de8d3c98e1c (diff) | |
download | pkgsrc-da97e2402d8300f496bb12cc698ae3015b41b1f3.tar.gz |
Update calibre to 2.51.0:
New Features
Add an action to the context menu for the search bar to paste and instantly execute the search.
When adding multiple books from a single directory, added the books in order of the last modified time of the book files.
Bug Fixes
Fix a regression in 2.50 that prevented a small number of devices from being detected on windows
PDF metadata: Workaround for PDF files with corrupted XMP metadata packets, generated by Nitro PDF.
Edit Book Beautify: Do not beautify the insides of heading/p tags even when they are the only child of body
Amazon metadata download: Fix published date not being downloaded from amazon.it
Fix a regression in 2.50 that broke the user created device driver feature on windows
EPUB Input: Fix error when processing EPUB files that uses non-ascii characters for their unique ids.
When reading the cover from comic files, ignore any image files inside __MACOSX/ directories.
Fix calibre on OS X unable to connect to sites that support only TLS >= 1.1. Also update the version of Qt bundled on OS X to 5.5.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/calibre/PLIST | 4 | ||||
-rw-r--r-- | misc/calibre/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index c49b8696dfc..e465ac60ccf 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.130 2016/01/31 08:36:29 wiz Exp $ +# $NetBSD: Makefile,v 1.131 2016/02/14 10:07:26 wiz Exp $ -DISTNAME= calibre-2.50.1 +DISTNAME= calibre-2.51.0 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST index 030bf7cd565..73b6d88837d 100644 --- a/misc/calibre/PLIST +++ b/misc/calibre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.53 2016/01/31 08:36:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.54 2016/02/14 10:07:26 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -1785,6 +1785,7 @@ share/calibre/localization/pykakasi/kanwadict2.pickle share/calibre/localization/stats.pickle share/calibre/metadata_sqlite.sql share/calibre/mime.types +share/calibre/mozilla-ca-certs.pem share/calibre/quick_start/deu.epub share/calibre/quick_start/eng.epub share/calibre/quick_start/fra.epub @@ -2030,7 +2031,6 @@ share/calibre/recipes/colta.recipe share/calibre/recipes/columbusdispatch.recipe share/calibre/recipes/common_dreams.recipe share/calibre/recipes/computer_active.recipe -share/calibre/recipes/computer_woche.recipe share/calibre/recipes/computerworld_pl.recipe share/calibre/recipes/conowego_pl.recipe share/calibre/recipes/consortium_news.recipe diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index 9d7d00bf736..df3bdea4574 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.59 2016/01/31 08:36:29 wiz Exp $ +$NetBSD: distinfo,v 1.60 2016/02/14 10:07:26 wiz Exp $ -SHA1 (calibre-2.50.1.tar.xz) = 591c44a43f2880871e4cd005cc0c9e25c5000267 -RMD160 (calibre-2.50.1.tar.xz) = 4e518439c81a64f3fcf8cd5b492775ed13055cf8 -SHA512 (calibre-2.50.1.tar.xz) = cb9de77514dcb1dbf39901798997bc21e77ec5e2c3965c14b7c2670e1ad5f68ddb73b274b71f6d4f770657ee3a5ccd177ff72cf56d7305b9e71e0b1d4217198b -Size (calibre-2.50.1.tar.xz) = 39439972 bytes +SHA1 (calibre-2.51.0.tar.xz) = 0b4d2693d245aef09b11ba528d41625d65c97119 +RMD160 (calibre-2.51.0.tar.xz) = 935d1c91b61161a541e44b0e2402f8581ed0fb70 +SHA512 (calibre-2.51.0.tar.xz) = 574a92d389b1dd29d364e4a73bdb14cff8b2d3ec0eb25588613956fa1b7730a005ab34d636753154a43bfe5fb3bbdea5f21660b03a8649836b9cd0b5a0f567ba +Size (calibre-2.51.0.tar.xz) = 39849092 bytes SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c SHA1 (patch-setup_extensions.py) = 698abb3609a3f576ae1d194422d10ffaa698e3db SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 |