summaryrefslogtreecommitdiff
path: root/misc/calibre/PLIST
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-05 18:34:09 +0000
committerwiz <wiz@pkgsrc.org>2017-02-05 18:34:09 +0000
commit7f3dca7edf3e77ceec57986db013e3c3662a1691 (patch)
treee8e485c844b83fc7cfa164f7f7516be5ff4ee48e /misc/calibre/PLIST
parent98436d15ffe9a68c63ec4c739a6c0d19f1240c52 (diff)
downloadpkgsrc-7f3dca7edf3e77ceec57986db013e3c3662a1691.tar.gz
Updated calibre to 2.78.0.
Use included versions of chardet and html5lib. chardet: not sure if included copy is modified. html5lib: included copy is definitely modified. New Features View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences Kobo driver: Update to support the newest firmware from Kobo E-book viewer: Allow opening a specific item from the Table of Contents via the --open-at command line parameter. Closes tickets: 1656573 Amazon metadata download: Add support for downloading from amazon.ca Bug Fixes Edit Book: Do not condense CSS rules when saving AZW3 files regardless of the value of Preferences->Common Options->Look & Feel->Expand CSS EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks. Closes tickets: 1658744 DOCX Input: Fix error when converting documents that have images pointing to web resources. Closes tickets: 1659142 E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book. Closes tickets: 1658578 Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error. Closes tickets: 1658386 Kobo driver: Fix incorrect cover size being uploaded to the Glo HD E-book viewer: Fix 'View Image' right click menu action not available for svg files included via <img> tags. Closes tickets: 1657717 HTML Input: Remove the # character from input filenames, for maximum compatibility. Closes tickets: 1656833 Edit Book: Fix spell check treating the unicode hyphen (U+2010) differently from the normal hyphen (U+002d). Closes tickets: 1656319 New news sources The Sunday Times Magazine by Bobby Steel Improved news sources FOX News Oriental Daily AM730 The Times NYTimes Mediapart Echo Online kath.net GoComics The Hindu
Diffstat (limited to 'misc/calibre/PLIST')
-rw-r--r--misc/calibre/PLIST75
1 files changed, 74 insertions, 1 deletions
diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST
index af9ac5c4a39..354e745ba75 100644
--- a/misc/calibre/PLIST
+++ b/misc/calibre/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2017/01/22 15:10:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.76 2017/02/05 18:34:09 wiz Exp $
bin/calibre
bin/calibre-complete
bin/calibre-customize
@@ -1386,6 +1386,42 @@ lib/calibre/calibre/web/feeds/templates.py
lib/calibre/calibre/web/fetch/__init__.py
lib/calibre/calibre/web/fetch/simple.py
lib/calibre/calibre/web/fetch/utils.py
+lib/calibre/chardet/__init__.py
+lib/calibre/chardet/big5freq.py
+lib/calibre/chardet/big5prober.py
+lib/calibre/chardet/chardistribution.py
+lib/calibre/chardet/charsetgroupprober.py
+lib/calibre/chardet/charsetprober.py
+lib/calibre/chardet/codingstatemachine.py
+lib/calibre/chardet/constants.py
+lib/calibre/chardet/escprober.py
+lib/calibre/chardet/escsm.py
+lib/calibre/chardet/eucjpprober.py
+lib/calibre/chardet/euckrfreq.py
+lib/calibre/chardet/euckrprober.py
+lib/calibre/chardet/euctwfreq.py
+lib/calibre/chardet/euctwprober.py
+lib/calibre/chardet/gb2312freq.py
+lib/calibre/chardet/gb2312prober.py
+lib/calibre/chardet/hebrewprober.py
+lib/calibre/chardet/jisfreq.py
+lib/calibre/chardet/jpcntx.py
+lib/calibre/chardet/langbulgarianmodel.py
+lib/calibre/chardet/langcyrillicmodel.py
+lib/calibre/chardet/langgreekmodel.py
+lib/calibre/chardet/langhebrewmodel.py
+lib/calibre/chardet/langhungarianmodel.py
+lib/calibre/chardet/langthaimodel.py
+lib/calibre/chardet/latin1prober.py
+lib/calibre/chardet/mbcharsetprober.py
+lib/calibre/chardet/mbcsgroupprober.py
+lib/calibre/chardet/mbcssm.py
+lib/calibre/chardet/sbcharsetprober.py
+lib/calibre/chardet/sbcsgroupprober.py
+lib/calibre/chardet/sjisprober.py
+lib/calibre/chardet/test.py
+lib/calibre/chardet/universaldetector.py
+lib/calibre/chardet/utf8prober.py
lib/calibre/css_selectors/__init__.py
lib/calibre/css_selectors/errors.py
lib/calibre/css_selectors/ordered_set.py
@@ -1394,6 +1430,42 @@ lib/calibre/css_selectors/select.py
lib/calibre/css_selectors/tests.py
lib/calibre/duktape/__init__.py
lib/calibre/duktape/tests.py
+lib/calibre/html5lib/__init__.py
+lib/calibre/html5lib/constants.py
+lib/calibre/html5lib/filters/__init__.py
+lib/calibre/html5lib/filters/_base.py
+lib/calibre/html5lib/filters/alphabeticalattributes.py
+lib/calibre/html5lib/filters/inject_meta_charset.py
+lib/calibre/html5lib/filters/lint.py
+lib/calibre/html5lib/filters/optionaltags.py
+lib/calibre/html5lib/filters/sanitizer.py
+lib/calibre/html5lib/filters/whitespace.py
+lib/calibre/html5lib/html5parser.py
+lib/calibre/html5lib/ihatexml.py
+lib/calibre/html5lib/inputstream.py
+lib/calibre/html5lib/sanitizer.py
+lib/calibre/html5lib/serializer/__init__.py
+lib/calibre/html5lib/serializer/htmlserializer.py
+lib/calibre/html5lib/tokenizer.py
+lib/calibre/html5lib/treeadapters/__init__.py
+lib/calibre/html5lib/treeadapters/sax.py
+lib/calibre/html5lib/treebuilders/__init__.py
+lib/calibre/html5lib/treebuilders/_base.py
+lib/calibre/html5lib/treebuilders/dom.py
+lib/calibre/html5lib/treebuilders/etree.py
+lib/calibre/html5lib/treebuilders/etree_lxml.py
+lib/calibre/html5lib/treewalkers/__init__.py
+lib/calibre/html5lib/treewalkers/_base.py
+lib/calibre/html5lib/treewalkers/dom.py
+lib/calibre/html5lib/treewalkers/etree.py
+lib/calibre/html5lib/treewalkers/genshistream.py
+lib/calibre/html5lib/treewalkers/lxmletree.py
+lib/calibre/html5lib/treewalkers/pulldom.py
+lib/calibre/html5lib/trie/__init__.py
+lib/calibre/html5lib/trie/_base.py
+lib/calibre/html5lib/trie/datrie.py
+lib/calibre/html5lib/trie/py.py
+lib/calibre/html5lib/utils.py
lib/calibre/lzma/__init__.py
lib/calibre/lzma/errors.py
lib/calibre/lzma/lzma1.py
@@ -3191,6 +3263,7 @@ share/calibre/recipes/strategy-business.recipe
share/calibre/recipes/sueddeutsche.recipe
share/calibre/recipes/sueddeutsche_mobil.recipe
share/calibre/recipes/sueddeutschezeitung.recipe
+share/calibre/recipes/sunday_times_magazine.recipe
share/calibre/recipes/superbebe.recipe
share/calibre/recipes/superesportes.recipe
share/calibre/recipes/svd_se.recipe