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:           Thu Aug 16 08:54:03 UTC 2018

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

Log Message:
calibre: update to 3.29.0.

- version: 3.29.0
  date: 2018-09-10

  new features:
    - title: "Add a option to draw a grid in the main book list (Preferences->Look & feel)"

    - title: "Edit book: Allow removing the currently highlighted tag (while keeping its contents) by pressing Ctrl+>. You can also add a tool to do it via Preferences->Toolbars"

    - title: "Content server: When defining a color scheme for the in browser viewer allow specifying the link color as well as the foreground and background."

    - title: "Edit book: Show a popup after a fix all html/beautify all files so the user can easily see what was changed, if needed."

    - title: "Kindle driver: Create cover thumbnails on the device when transferring KFX format books"

    - title: "Edit Book: Recognize numbers in image names in the 'Insert image' dialog"

- version: 3.28.0
  date: 2018-07-20

  new features:
    - title: "Allow creating rules to transform author names when adding books to calibre. Accessible via Preferences->Adding books->Adding actions"

    - title: "Add a similar author mapper tool to manipulate author names in the existing library. Accessible via Preferences->Toolbars"

    - title: "Add a similar author mapper tool for metadata downloading, accessible via Preferences->Metadata download"

    - title: "Comments Editor: Add options to change the case of the selected text to the right click menu"

    - title: "Edit book: When sorting non text files in the File list recognize numbers in the file names"

- version: 3.27.1
  date: 2018-07-06

  new features:
    - title: "Content server: Allow conversion of books"
      type: major
      description: "Click the convert icon in the top bar of the book details page to convert a book. Note that conversion only works for logged in users who have permission to make changes to the 
calibre library."

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

    - title: 'Bulk metadata edit dialog: Add an "edit tags" button for tags like custom columns.'

    - title: "Add an option in Preferences->Look & feel to disable the new 'drag and drop to merge books feature'"

    - title: "E-book viewer: Add a shortcut (Ctrl+Alt+B) to toggle the bookmarks panel."

    - title: "Edit book: Add a copy to clipboard button on the various report dialogs"

    - title: "Edit book: Add a shortcut (Ctrl+Alt+Down) to edit the next file in the book spine."

    - title: "calibre-smtp: Verify relay server TLS certificates by default. New option --dont-verify-server-certificate to restore old behavior."


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 pkgsrc/misc/calibre/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/misc/calibre/PLIST
cvs rdiff -u -r1.99 -r1.100 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.208 pkgsrc/misc/calibre/Makefile:1.209
--- pkgsrc/misc/calibre/Makefile:1.208  Fri Jul 20 03:34:20 2018
+++ pkgsrc/misc/calibre/Makefile        Thu Aug 16 08:54:03 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.208 2018/07/20 03:34:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.209 2018/08/16 08:54:03 wiz Exp $
 
-DISTNAME=      calibre-3.26.1
-PKGREVISION=   3
+DISTNAME=      calibre-3.29.0
 CATEGORIES=    misc
 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
 MASTER_SITES=  http://download.calibre-ebook.com/${PKGVERSION_NOREV}/
@@ -40,8 +39,8 @@ PYSETUPOPTARGS=                       # empty
 PYSETUPINSTALLARGS=            --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
 
 INSTALLATION_DIRS=     share/applications
-INSTALLATION_DIRS=     share/icons
-INSTALLATION_DIRS=     share/calibre/recipes
+INSTALLATION_DIRS+=    share/icons
+INSTALLATION_DIRS+=    share/calibre/recipes
 
 FIX_PYTHON_FILES+=     *.py
 FIX_PYTHON_FILES+=     recipes/*.recipe

Index: pkgsrc/misc/calibre/PLIST
diff -u pkgsrc/misc/calibre/PLIST:1.88 pkgsrc/misc/calibre/PLIST:1.89
--- pkgsrc/misc/calibre/PLIST:1.88      Sun Jun 17 08:19:19 2018
+++ pkgsrc/misc/calibre/PLIST   Thu Aug 16 08:54:03 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.88 2018/06/17 08:19:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.89 2018/08/16 08:54:03 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -350,6 +350,7 @@ lib/calibre/calibre/ebooks/markdown/tree
 lib/calibre/calibre/ebooks/markdown/util.py
 lib/calibre/calibre/ebooks/metadata/__init__.py
 lib/calibre/calibre/ebooks/metadata/archive.py
+lib/calibre/calibre/ebooks/metadata/author_mapper.py
 lib/calibre/calibre/ebooks/metadata/book/__init__.py
 lib/calibre/calibre/ebooks/metadata/book/base.py
 lib/calibre/calibre/ebooks/metadata/book/formatter.py
@@ -668,6 +669,7 @@ lib/calibre/calibre/gui2/actions/__init_
 lib/calibre/calibre/gui2/actions/add.py
 lib/calibre/calibre/gui2/actions/add_to_library.py
 lib/calibre/calibre/gui2/actions/annotate.py
+lib/calibre/calibre/gui2/actions/author_mapper.py
 lib/calibre/calibre/gui2/actions/catalog.py
 lib/calibre/calibre/gui2/actions/choose_library.py
 lib/calibre/calibre/gui2/actions/convert.py
@@ -703,6 +705,7 @@ lib/calibre/calibre/gui2/actions/view.py
 lib/calibre/calibre/gui2/actions/virtual_library.py
 lib/calibre/calibre/gui2/add.py
 lib/calibre/calibre/gui2/add_filters.py
+lib/calibre/calibre/gui2/author_mapper.py
 lib/calibre/calibre/gui2/auto_add.py
 lib/calibre/calibre/gui2/bars.py
 lib/calibre/calibre/gui2/book_details.py
@@ -1215,6 +1218,7 @@ lib/calibre/calibre/srv/cdb.py
 lib/calibre/calibre/srv/changes.py
 lib/calibre/calibre/srv/code.py
 lib/calibre/calibre/srv/content.py
+lib/calibre/calibre/srv/convert.py
 lib/calibre/calibre/srv/embedded.py
 lib/calibre/calibre/srv/errors.py
 lib/calibre/calibre/srv/handler.py
@@ -1503,6 +1507,7 @@ share/calibre/editor-help/mathml.json
 share/calibre/editor-help/opf2.json
 share/calibre/editor-help/opf3.json
 share/calibre/editor-help/svg.json
+share/calibre/editor.js
 share/calibre/fonts/calibreSymbols.otf
 share/calibre/fonts/liberation/LiberationMono-Bold.ttf
 share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf
@@ -1916,6 +1921,7 @@ share/calibre/recipes/biz_portal.recipe
 share/calibre/recipes/blesk.recipe
 share/calibre/recipes/blic.recipe
 share/calibre/recipes/blog_da_cidadania.recipe
+share/calibre/recipes/bloomberg_columns.recipe
 share/calibre/recipes/boortz.recipe
 share/calibre/recipes/borse_online.recipe
 share/calibre/recipes/borsen_dk.recipe
@@ -2316,7 +2322,6 @@ share/calibre/recipes/gameplay_pl.recipe
 share/calibre/recipes/gamespot.recipe
 share/calibre/recipes/gandul.recipe
 share/calibre/recipes/garmischer_tagblatt.recipe
-share/calibre/recipes/gawker.recipe
 share/calibre/recipes/gazeta-prawna-calibre-v1.recipe
 share/calibre/recipes/gazeta_krakowska.recipe
 share/calibre/recipes/gazeta_lubuska.recipe
@@ -2462,6 +2467,7 @@ share/calibre/recipes/il_fatto.recipe
 share/calibre/recipes/il_foglio.recipe
 share/calibre/recipes/il_giornale.recipe
 share/calibre/recipes/il_messaggero.recipe
+share/calibre/recipes/il_post.recipe
 share/calibre/recipes/iliteratura_cz.recipe
 share/calibre/recipes/ilmanifesto.recipe
 share/calibre/recipes/ilsole24ore.recipe

Index: pkgsrc/misc/calibre/distinfo
diff -u pkgsrc/misc/calibre/distinfo:1.99 pkgsrc/misc/calibre/distinfo:1.100
--- pkgsrc/misc/calibre/distinfo:1.99   Sun Jun 17 08:19:19 2018
+++ pkgsrc/misc/calibre/distinfo        Thu Aug 16 08:54:03 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.99 2018/06/17 08:19:19 wiz Exp $
+$NetBSD: distinfo,v 1.100 2018/08/16 08:54:03 wiz Exp $
 
-SHA1 (calibre-3.26.1.tar.xz) = 7607651c1f081f72fc488912e316458b3b7dfd89
-RMD160 (calibre-3.26.1.tar.xz) = 1dd5b964d853db9d2e21062bbb20c7935733aad2
-SHA512 (calibre-3.26.1.tar.xz) = 893e36b101defaca29281b4bd072aafc1c4cb20a9cd3ee06a0b68fbe6b39cab34952799939ac4f54c77148c87861c5ab4ddff84f5ec8c2274ae7fa6424259ff5
-Size (calibre-3.26.1.tar.xz) = 39109660 bytes
+SHA1 (calibre-3.29.0.tar.xz) = 08d8a7663d9961331c97fcfe69039bb701561012
+RMD160 (calibre-3.29.0.tar.xz) = 5fdfe2ad6432dd3923e1680f0edb25c5f9d2886e
+SHA512 (calibre-3.29.0.tar.xz) = 4cf39db19055abb657d29be06f6768504b3e59fd9b5fd0401e4b412f8687c503733ca9b224c9bef9208244c831e5eaf4ff58a0d8fd6d2b6aa3908d6f6c9ec42c
+Size (calibre-3.29.0.tar.xz) = 39478964 bytes
 SHA1 (patch-setup_build.py) = f309c8f01af375fce1d09bf5c4bac9610cf4e0c5
 SHA1 (patch-setup_build__environment.py) = 8973ede2128cea065860dcc210c45f5f688a93be
 SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662



Home | Main Index | Thread Index | Old Index