pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 12 20:30:37 UTC 2017

Modified Files:
        pkgsrc/misc/calibre: Makefile PLIST distinfo

Log Message:
Updated calibre to 2.81.0.

- version: 2.81.0

  date: 2017-03-10

  new features:
    - title: "Amazon metadata download: Allow downloading amazon metadata from multiple sources. You can now configure the Amazon plugin via Preferences->Metadata download to use either the amazon 
servers, or various search engine caches to get the metadata. Should help with the recent CAPTCHA problems when downloading metadata from amazon"

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

    - title: "Edit Book: Spell Check dialog: Always add the original word as one of the spelling corrections, so that small edits to the word can be made easily."

    - title: "Edit Book: Saved searched Dialog: Allow re-arranging the saved searches using drag and drop."

    - title: "Implement auto update of builtin metadata download plugins, just as for recipes and Get Books plugins. Needed as the websites they get data from often change."

    - title: "Edit Book: When inserting full screen images, use the actual image dimensions in the generated SVG code, when available"

    - title: "Linux installer: Check that the umask is suitable before running the installer. Should fix breakage on systems where users have changed the user umask but neglected to also alter it for 
sudo"

    - title: "Bulk metadata edit: Remove the control to delete specific formats as it is redundant. This functionality is already present by right clicking the Remove books button"

  bug fixes:
    - title: "TXT Input: When detecting the encoding of txt files only use the first four kilobytes of text. Fixes excessively slow conversion of very large text files."

    - title: "Get Books: Fix price not being displayed for books from Amazon dues to website changes"

    - title: "GetBooks: Update Google Books plugin for website changes"

    - title: "E-book viewer: Fix slow startup when recently opened files are on a slow/malfunctioning networked filesystem."

    - title: "Google metadata download: Fix metadata not being found when the title of the book includes a sub-title"

    - title: "Improve downloading of covers from the google books metadata source"

    - title: "News download: Fix a bug that could cause a crash when downloading an SVG image."
    - title: "Edit book: Fix a regression that caused pasting copied text from programs that generate both HTML and plain text when copying to paste the HTML in preference to the plain text"

  improved recipes:
    - tyzden
    - The Economist
    - Kansas City Star
    - NYTimes
    - The Spectator


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pkgsrc/misc/calibre/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/misc/calibre/PLIST
cvs rdiff -u -r1.88 -r1.89 pkgsrc/misc/calibre/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.175 pkgsrc/misc/calibre/Makefile:1.176
--- pkgsrc/misc/calibre/Makefile:1.175  Tue Mar  7 22:47:40 2017
+++ pkgsrc/misc/calibre/Makefile        Sun Mar 12 20:30:37 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.175 2017/03/07 22:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.176 2017/03/12 20:30:37 wiz Exp $
 
-DISTNAME=      calibre-2.80.0
+DISTNAME=      calibre-2.81.0
 CATEGORIES=    misc
 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
 MASTER_SITES=  http://download.calibre-ebook.com/${PKGVERSION_NOREV}/

Index: pkgsrc/misc/calibre/PLIST
diff -u pkgsrc/misc/calibre/PLIST:1.78 pkgsrc/misc/calibre/PLIST:1.79
--- pkgsrc/misc/calibre/PLIST:1.78      Tue Mar  7 22:47:40 2017
+++ pkgsrc/misc/calibre/PLIST   Sun Mar 12 20:30:37 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.78 2017/03/07 22:47:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.79 2017/03/12 20:30:37 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -379,7 +379,9 @@ lib/calibre/calibre/ebooks/metadata/sour
 lib/calibre/calibre/ebooks/metadata/sources/overdrive.py
 lib/calibre/calibre/ebooks/metadata/sources/ozon.py
 lib/calibre/calibre/ebooks/metadata/sources/prefs.py
+lib/calibre/calibre/ebooks/metadata/sources/search_engines.py
 lib/calibre/calibre/ebooks/metadata/sources/test.py
+lib/calibre/calibre/ebooks/metadata/sources/update.py
 lib/calibre/calibre/ebooks/metadata/sources/worker.py
 lib/calibre/calibre/ebooks/metadata/tag_mapper.py
 lib/calibre/calibre/ebooks/metadata/toc.py
@@ -1342,6 +1344,7 @@ lib/calibre/calibre/utils/opensearch/que
 lib/calibre/calibre/utils/opensearch/url.py
 lib/calibre/calibre/utils/ordered_dict.py
 lib/calibre/calibre/utils/podofo/__init__.py
+lib/calibre/calibre/utils/random_ua.py
 lib/calibre/calibre/utils/rapydscript.py
 lib/calibre/calibre/utils/recycle_bin.py
 lib/calibre/calibre/utils/resources.py
@@ -1547,7 +1550,6 @@ share/calibre/catalog/section_list_templ
 share/calibre/catalog/stylesheet.css
 share/calibre/catalog/template.xhtml
 share/calibre/coffee-script.js
-share/calibre/common-user-agents.txt
 share/calibre/compiled_coffeescript.zip
 share/calibre/content-server/autoreload.js
 share/calibre/content-server/calibre.png
@@ -3527,6 +3529,7 @@ share/calibre/templates/new_book.html
 share/calibre/templates/new_nav.html
 share/calibre/templates/rtf.xsl
 share/calibre/tracer.epub
+share/calibre/user-agent-data.json
 share/calibre/user-manual-translation-stats.json
 share/calibre/viewer/blank.html
 share/calibre/viewer/bookmarks.js

Index: pkgsrc/misc/calibre/distinfo
diff -u pkgsrc/misc/calibre/distinfo:1.88 pkgsrc/misc/calibre/distinfo:1.89
--- pkgsrc/misc/calibre/distinfo:1.88   Tue Mar  7 22:47:40 2017
+++ pkgsrc/misc/calibre/distinfo        Sun Mar 12 20:30:37 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.88 2017/03/07 22:47:40 wiz Exp $
+$NetBSD: distinfo,v 1.89 2017/03/12 20:30:37 wiz Exp $
 
-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 (calibre-2.81.0.tar.xz) = ec829de8a2d5b4c5136def5d4dda691728047c94
+RMD160 (calibre-2.81.0.tar.xz) = 6477501ac7e126be64c85dd8509ba435a2a2e201
+SHA512 (calibre-2.81.0.tar.xz) = f28fd71327ae7a4ec1174727b2aa5704d3fcab2717e1ef9eb184f6e03d16fdfd7d3398a05df546afed8fde2a8419a1ed7964749354ac2dece68759b99af0bd04
+Size (calibre-2.81.0.tar.xz) = 38821776 bytes
 SHA1 (patch-setup_build.py) = 4a601e44fb69085c1f05ca0f90b73ce3f6d51ba6
 SHA1 (patch-setup_build__environment.py) = 84d0084d4fe49c883ba5c4ac6e1c3ba47a88c8d5
 SHA1 (patch-src_calibre_ebooks_oeb_polish_parsing.py) = 62d02b7b901efac6ee3bb1b6628ab99b4a13a926



Home | Main Index | Thread Index | Old Index