Fri Jul 25 14:04:17 2014 UTC ()
Update to 1.46.0:

- version: 1.46.0
  date: 2014-07-25

  new features:
    - title: "Edit Book: Add support for third party plugins to
    extend the editors functionality."

    - title: "calibredb list: Add a --for-machine option that causes
    the output to be made in a form more easily parsed programmatically
    (it uses ASCII field and record separators)"

    - title: "Book details panel: Automatically convert ISSN
    identifiers into links to the periodicals page on worldcat.org"

    - title: "Edit Book: When re-arranging the toolbars inside an
    individual file editor, save the new toolbar layout so that it
    is re-used in the future.  Also apply the changed layout to
    all open editors of the same type."

    - title: "Edit Book: Make the undo/redo/cut/copy/paste buttons
    on the editor toolbar also configurable, so they can be removed
    via Preferences->Toolbars, if needed."

    - title: "Edit Book: Allow editing xpgt (Adobe Page Template)
    files as XML."

    - title: "Edit Book: Allow the action to launch the saved
    searches dialog to be added to the global toolbars"

    - title: "Book details panel: Add an option to make clicking
    on the author name search the calibre library for the author
    instead of opening the wikipedia page for the author. To use
    it got to Preferences->Look & Feel->Book Details."

  bug fixes:
    - title: "Fix published date not being merged when merging book
    records"

    - title: "Embed metadata tool: Fix error when trying to embed
    metadata in corrupted MOBI files or files of other types that
    are marked as MOBI in the library"

    - title: "Edit Book: Make the warning dialog that pops up when
    you try to quit while the editor is saving changes in the
    background a little more clear."

    - title: "When generating covers, do not render soft-hyphens
    in the text as hyphens."

    - title: "Conversion: Fix a bug processing the CSS font shorthand
    property when the line-height is specified in em or percentage
    units"

    - title: "calibre-customize: When building plugins from a
    directory, exclude known version control subdirectories"

  improved recipes:
    - Grandes corresponsales
    - Times of India
    - Economic Times of India


(wiz)
diff -r1.82 -r1.83 pkgsrc/misc/calibre/Makefile
diff -r1.25 -r1.26 pkgsrc/misc/calibre/PLIST
diff -r1.26 -r1.27 pkgsrc/misc/calibre/distinfo

cvs diff -r1.82 -r1.83 pkgsrc/misc/calibre/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/calibre/Makefile 2014/07/22 12:35:27 1.82
+++ pkgsrc/misc/calibre/Makefile 2014/07/25 14:04:17 1.83
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.82 2014/07/22 12:35:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.83 2014/07/25 14:04:17 wiz Exp $
2 2
3DISTNAME= calibre-1.45.0 3DISTNAME= calibre-1.46.0
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 7DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.calibre-ebook.com/ 10HOMEPAGE= http://www.calibre-ebook.com/
11COMMENT= E-book library management application 11COMMENT= E-book library management application
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14DEPENDS+= help2man>=1.36.4:../../converters/help2man 14DEPENDS+= help2man>=1.36.4:../../converters/help2man
15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
16DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils 16DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils

cvs diff -r1.25 -r1.26 pkgsrc/misc/calibre/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/calibre/PLIST 2014/07/22 12:35:27 1.25
+++ pkgsrc/misc/calibre/PLIST 2014/07/25 14:04:17 1.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.25 2014/07/22 12:35:27 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.26 2014/07/25 14:04:17 wiz Exp $
2bin/calibre 2bin/calibre
3bin/calibre-complete 3bin/calibre-complete
4bin/calibre-customize 4bin/calibre-customize
5bin/calibre-debug 5bin/calibre-debug
6bin/calibre-parallel 6bin/calibre-parallel
7bin/calibre-server 7bin/calibre-server
8bin/calibre-smtp 8bin/calibre-smtp
9bin/calibredb 9bin/calibredb
10bin/ebook-convert 10bin/ebook-convert
11bin/ebook-device 11bin/ebook-device
12bin/ebook-edit 12bin/ebook-edit
13bin/ebook-meta 13bin/ebook-meta
14bin/ebook-polish 14bin/ebook-polish
@@ -1487,26 +1487,27 @@ share/calibre/images/drm-locked.png @@ -1487,26 +1487,27 @@ share/calibre/images/drm-locked.png
1487share/calibre/images/drm-unlocked.png 1487share/calibre/images/drm-unlocked.png
1488share/calibre/images/edit-clear.png 1488share/calibre/images/edit-clear.png
1489share/calibre/images/edit-copy.png 1489share/calibre/images/edit-copy.png
1490share/calibre/images/edit-cut.png 1490share/calibre/images/edit-cut.png
1491share/calibre/images/edit-paste.png 1491share/calibre/images/edit-paste.png
1492share/calibre/images/edit-redo.png 1492share/calibre/images/edit-redo.png
1493share/calibre/images/edit-select-all.png 1493share/calibre/images/edit-select-all.png
1494share/calibre/images/edit-undo.png 1494share/calibre/images/edit-undo.png
1495share/calibre/images/edit_input.png 1495share/calibre/images/edit_input.png
1496share/calibre/images/eject.png 1496share/calibre/images/eject.png
1497share/calibre/images/embed-fonts.png 1497share/calibre/images/embed-fonts.png
1498share/calibre/images/exec.png 1498share/calibre/images/exec.png
1499share/calibre/images/filter.png 1499share/calibre/images/filter.png
 1500share/calibre/images/folder_saved_search.png
1500share/calibre/images/font.png 1501share/calibre/images/font.png
1501share/calibre/images/font_size_larger.png 1502share/calibre/images/font_size_larger.png
1502share/calibre/images/font_size_smaller.png 1503share/calibre/images/font_size_smaller.png
1503share/calibre/images/format-fill-color.png 1504share/calibre/images/format-fill-color.png
1504share/calibre/images/format-indent-less.png 1505share/calibre/images/format-indent-less.png
1505share/calibre/images/format-indent-more.png 1506share/calibre/images/format-indent-more.png
1506share/calibre/images/format-justify-center.png 1507share/calibre/images/format-justify-center.png
1507share/calibre/images/format-justify-fill.png 1508share/calibre/images/format-justify-fill.png
1508share/calibre/images/format-justify-left.png 1509share/calibre/images/format-justify-left.png
1509share/calibre/images/format-justify-right.png 1510share/calibre/images/format-justify-right.png
1510share/calibre/images/format-list-ordered.png 1511share/calibre/images/format-list-ordered.png
1511share/calibre/images/format-list-unordered.png 1512share/calibre/images/format-list-unordered.png
1512share/calibre/images/format-text-bold.png 1513share/calibre/images/format-text-bold.png

cvs diff -r1.26 -r1.27 pkgsrc/misc/calibre/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/calibre/distinfo 2014/07/22 12:35:27 1.26
+++ pkgsrc/misc/calibre/distinfo 2014/07/25 14:04:17 1.27
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.26 2014/07/22 12:35:27 wiz Exp $ 1$NetBSD: distinfo,v 1.27 2014/07/25 14:04:17 wiz Exp $
2 2
3SHA1 (calibre-1.45.0.tar.xz) = 3a2bb48ab33ef553f55a3acf404b4393dc433140 3SHA1 (calibre-1.46.0.tar.xz) = 6abb1153b6ae17bb1f41cf0d6f3e401861cc7d10
4RMD160 (calibre-1.45.0.tar.xz) = ebd3c1f8a7ecfd4afb50bae1b8b1dcb338aa1728 4RMD160 (calibre-1.46.0.tar.xz) = db1135396a9e5ba21ba451559bcbbc7f5345251b
5Size (calibre-1.45.0.tar.xz) = 36470032 bytes 5Size (calibre-1.46.0.tar.xz) = 36580156 bytes
6SHA1 (qt-everywhere-opensource-src-4.8.5.tar.gz) = 745f9ebf091696c0d5403ce691dc28c039d77b9e 6SHA1 (qt-everywhere-opensource-src-4.8.5.tar.gz) = 745f9ebf091696c0d5403ce691dc28c039d77b9e
7RMD160 (qt-everywhere-opensource-src-4.8.5.tar.gz) = 1e7bb099d5d1cda0b663cebe207c846c8d04750d 7RMD160 (qt-everywhere-opensource-src-4.8.5.tar.gz) = 1e7bb099d5d1cda0b663cebe207c846c8d04750d
8Size (qt-everywhere-opensource-src-4.8.5.tar.gz) = 241491467 bytes 8Size (qt-everywhere-opensource-src-4.8.5.tar.gz) = 241491467 bytes
9SHA1 (patch-setup_extensions.py) = 285ab1aff5b0d5f7c0a016f68e705d312a120d65 9SHA1 (patch-setup_extensions.py) = 285ab1aff5b0d5f7c0a016f68e705d312a120d65
10SHA1 (patch-src_calibre_linux.py) = 5abce220798f9a32ffda45080227a8bc937de838 10SHA1 (patch-src_calibre_linux.py) = 5abce220798f9a32ffda45080227a8bc937de838