Sun Jul 19 10:48:49 2015 UTC ()
Update to 2.32.1:

- version: 2.32.1
  date: 2015-07-17

  new features:
    - title: "E-book viewer: Automatically save the current reading
    position every ten seconds. Prevents loss of reading position
    on crash/forced shutdown."

    - title: "Edit Book: Check Book: Add checks for missing OPF
    version and toc references and for text placed directly inside
    the <body> tag"

    - title: "calibredb: Add a new search sub-command that can be
    used to generate a list of book ids from a search expression"

    - title: "Tag Editor: Place the keyboard focus on the last
    edited field."

    - title: "Edit metadata dialog: When clicking Next and Previous
    preserve the current tab of the edit comments widget."

    - title: "Linux: Various fixes to make calibre work when compiled
    against the latest versions of Qt and PyQt"

    - title: "Edit Book: Allow drag and drop of files onto dock
    icon on OS X"

  bug fixes:
    - title: "There was a regression in 2.32.0 that caused conversion
    to PDF to fail, the fix for this was released in 2.32.1"

    - title: "E-book viewer: Fix a regression in the previous
    release that caused the maximum text width setting in full
    screen mode to be ignored when switching from normal to full
    screen."

    - title: "Fix error in template dialog when using {id} in send
    to device preferences."

    - title: "Edit Book/Book polishing: Fix EPUB books with opf
    files that use a non-default namespace for the OPF namespace
    being corrupted."

    - title: "OS X: Workaround for Qt 5 regression that causes any
    errors during startup to be hidden behind the splash screen."

    - title: "Conversion: Fix incorrect relative URLs being generated
    when an HTML or CSS file is placed higher in the folder hierarchy
    than the opf file."

    - title: "FB2 Output: Fix error when using the sectionize with
    toc option and the input documents Table of Contents contains
    multiple items pointing to the same HTML file."

    - title: "Conversion: Fix error when input document contains
    a font size exactly one point away from the base size."

    - title: "Device drivers: Handle devices with undecodeable
    filenames in their filesystem. Simply ignore those files."

    - title: "Fix Cmd+Left/Right keyboard shortcut not working when
    editing items in the book list on OS X."

    - title: "Fix corrupted text in the jobs list on some non-English
    windows installs"

    - title: "Edit Book: Workaround for a Qt regression that caused
    'See what changed' after a search and replace on OS X causing
    the application to become unresponsive."

    - title: "Edit Book: Fix smarten punctuation not working for
    books with non-ascii characters in internal file names on OS
    X"

  improved recipes:
    - Harvard Business Review
    - Psychology Today
    - NRC Handelsblad
    - Entrepeneur Magazine
    - 20 minutes
    - Economia
    - Accountancy Age
    - Jakarta Post
    - Foreign Affairs
    - Spectator Magazine
    - Daily Express
    - The Onion AV Club
    - Metro UK

  new recipes:
    - title: Slate Star Codex
      author: Ned Letcher
    - title: Hurriyet
      author: Adrian Tennessee


(wiz)
diff -r1.108 -r1.109 pkgsrc/misc/calibre/Makefile
diff -r1.40 -r1.41 pkgsrc/misc/calibre/PLIST
diff -r1.42 -r1.43 pkgsrc/misc/calibre/distinfo

cvs diff -r1.108 -r1.109 pkgsrc/misc/calibre/Makefile (expand / switch to context diff)
--- pkgsrc/misc/calibre/Makefile 2015/07/15 15:09:38 1.108
+++ pkgsrc/misc/calibre/Makefile 2015/07/19 10:48:49 1.109
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.108 2015/07/15 15:09:38 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2015/07/19 10:48:49 wiz Exp $
 
-DISTNAME=	calibre-2.31.0
-PKGREVISION=	1
+DISTNAME=	calibre-2.32.1
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=calibre/}
+#MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=calibre/}
+MASTER_SITES=	http://download.calibre-ebook.com/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=	.tar.xz
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 

cvs diff -r1.40 -r1.41 pkgsrc/misc/calibre/PLIST (expand / switch to context diff)
--- pkgsrc/misc/calibre/PLIST 2015/07/01 09:52:09 1.40
+++ pkgsrc/misc/calibre/PLIST 2015/07/19 10:48:49 1.41
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2015/07/01 09:52:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.41 2015/07/19 10:48:49 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -1303,6 +1303,7 @@
 lib/calibre/calibre/utils/pyconsole/interpreter.py
 lib/calibre/calibre/utils/pyconsole/main.py
 lib/calibre/calibre/utils/pyparsing.py
+lib/calibre/calibre/utils/rapydscript.py
 lib/calibre/calibre/utils/recycle_bin.py
 lib/calibre/calibre/utils/resources.py
 lib/calibre/calibre/utils/rss_gen.py
@@ -1752,6 +1753,7 @@
 share/calibre/quick_start/eng.epub
 share/calibre/quick_start/fra.epub
 share/calibre/quick_start/ita.epub
+share/calibre/rapydscript/compiler.js
 share/calibre/recipes/10minutos.recipe
 share/calibre/recipes/180.recipe
 share/calibre/recipes/20_minutos.recipe
@@ -2401,6 +2403,7 @@
 share/calibre/recipes/hrt.recipe
 share/calibre/recipes/huffingtonpost.recipe
 share/calibre/recipes/huffingtonpost_uk.recipe
+share/calibre/recipes/hurriyet.recipe
 share/calibre/recipes/hurriyet_daily_news.recipe
 share/calibre/recipes/hvg.recipe
 share/calibre/recipes/ibm_smarter_planet.recipe
@@ -3059,6 +3062,7 @@
 share/calibre/recipes/skylife.recipe
 share/calibre/recipes/slashdot.recipe
 share/calibre/recipes/slate.recipe
+share/calibre/recipes/slate_star_codex.recipe
 share/calibre/recipes/slovo.recipe
 share/calibre/recipes/smashing.recipe
 share/calibre/recipes/sme.recipe

cvs diff -r1.42 -r1.43 pkgsrc/misc/calibre/distinfo (expand / switch to context diff)
--- pkgsrc/misc/calibre/distinfo 2015/07/01 09:52:09 1.42
+++ pkgsrc/misc/calibre/distinfo 2015/07/19 10:48:49 1.43
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.42 2015/07/01 09:52:09 wiz Exp $
+$NetBSD: distinfo,v 1.43 2015/07/19 10:48:49 wiz Exp $
 
-SHA1 (calibre-2.31.0.tar.xz) = d7221dcbd3bc3a7de3dd6c93f30b841fa34cacb5
-RMD160 (calibre-2.31.0.tar.xz) = 6c34e8bf02f04ebb3e2c37565121d9b7b7121072
-Size (calibre-2.31.0.tar.xz) = 37521892 bytes
+SHA1 (calibre-2.32.1.tar.xz) = c2fd0384c926ece9f81966c65b42a4ac9adca9ee
+RMD160 (calibre-2.32.1.tar.xz) = 5e6fccbca4e52185cc3a12d007d157e39feef60b
+Size (calibre-2.32.1.tar.xz) = 37486916 bytes
 SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c
 SHA1 (patch-setup_extensions.py) = dcf89bab3a9ff7012af6e009bf68779302d2a556