diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-08 11:11:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-08 11:11:28 +0000 |
commit | c64b22dd8c87dca9092dc7dc57c084af96ed832d (patch) | |
tree | e5a0b01378c19106ebdc08d08c9616656e2a2a5f /misc | |
parent | f9761d69a777bc806958a07b2eae3829fb13d74b (diff) | |
download | pkgsrc-c64b22dd8c87dca9092dc7dc57c084af96ed832d.tar.gz |
Updated calibre to 2.62.0.
New Features
* EPUB metadata: Support for reading and writing EPUB 3 specific
metadata. Now when processing EPUB 3 files, calibre will generate/use
EPUB 3 specific metadata constructs when available, for example for
series.
* Recognize the newest Kindle model, that started shipping today.
Bug Fixes
* Tag Mapper: Allow specifying a space as the split character when
creating a split tags rule
* Tag mapper: Fix upper case characters not working in 'contains'
rules
* Smarten punctuation: Fix double dashes and triple dots being
smartened even inside attribute values.
* HTML Input: Sanitize semi-colons from HTML filenames as they can
cause problems with other EPUB consuming software.
* EPUB Input: Speed up reading of the book spine from the OPF file
for books with a very large number of entries in the spine
* Edit Book: Reports: Characters: Fix sorting by count and name not
working.
* Fix KoboTouch configuration migration not working for older
settings
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/calibre/PLIST | 5 | ||||
-rw-r--r-- | misc/calibre/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 677377bf4dc..ef13a55a96e 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.146 2016/07/02 14:33:03 wiz Exp $ +# $NetBSD: Makefile,v 1.147 2016/07/08 11:11:28 wiz Exp $ -DISTNAME= calibre-2.61.0 +DISTNAME= calibre-2.62.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 c7b897f3627..b46bc70497f 100644 --- a/misc/calibre/PLIST +++ b/misc/calibre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.62 2016/06/30 17:41:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.63 2016/07/08 11:11:28 wiz Exp $ bin/calibre bin/calibre-complete bin/calibre-customize @@ -2712,6 +2712,7 @@ share/calibre/recipes/max_planck.recipe share/calibre/recipes/mayra.recipe share/calibre/recipes/mdj.recipe share/calibre/recipes/media2.recipe +share/calibre/recipes/media_zone.recipe share/calibre/recipes/mediafax.recipe share/calibre/recipes/mediaindonesia.recipe share/calibre/recipes/mediapart.recipe @@ -2788,6 +2789,7 @@ share/calibre/recipes/nationalgeographicjp.recipe share/calibre/recipes/nationalgeoro.recipe share/calibre/recipes/nationalreviewonline.recipe share/calibre/recipes/nauka_w_polsce.recipe +share/calibre/recipes/navalny.recipe share/calibre/recipes/navegalo.recipe share/calibre/recipes/navy_times.recipe share/calibre/recipes/nbonline.recipe @@ -3381,6 +3383,7 @@ share/calibre/recipes/yenisafak_gazetesi.recipe share/calibre/recipes/ynet.recipe share/calibre/recipes/yomiuri.recipe share/calibre/recipes/yomiuri_world.recipe +share/calibre/recipes/zadolba_li.recipe share/calibre/recipes/zaman.recipe share/calibre/recipes/zaobao.recipe share/calibre/recipes/zaufana_trzecia_strona.recipe diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo index 9862b998d84..5548046571a 100644 --- a/misc/calibre/distinfo +++ b/misc/calibre/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.70 2016/07/02 14:33:03 wiz Exp $ +$NetBSD: distinfo,v 1.71 2016/07/08 11:11:28 wiz Exp $ -SHA1 (calibre-2.61.0.tar.xz) = f35382b141e8639ab100124279eeabd512a2893d -RMD160 (calibre-2.61.0.tar.xz) = 9a57b70fe0ddabca1c9763be2b271eb52fa19b1e -SHA512 (calibre-2.61.0.tar.xz) = 5bcfdc943a71f16f71403ac1f43f101b6ba384eb1fab5e58287e17d1e94b26492fecbd5cded0679b7b31d73767e6e452b6688665ddcdda1edafa8332859b4dda -Size (calibre-2.61.0.tar.xz) = 40615784 bytes +SHA1 (calibre-2.62.0.tar.xz) = 28a9db0f97755b091a105fcf3ad6dbc95eb9b03f +RMD160 (calibre-2.62.0.tar.xz) = 29d26be9067271cda1c0566b6287782aea234cff +SHA512 (calibre-2.62.0.tar.xz) = a692c336b9c4f4196d1b4da03758832217a0616f17b7289ec374ab81886801a78396a7ebfa6b5acca83c52661a30ad28c9763bafe1f57a78fd2f2a4effad308f +Size (calibre-2.62.0.tar.xz) = 40671664 bytes SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c SHA1 (patch-setup_extensions.py) = 18edee06e64294ba87a60aafa3e34dfa6f09cd94 SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 |