Sun Jan 31 08:36:29 2016 UTC ()
Update calibre to 2.50.1:

2.50.1

New Features
Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers
Edit Book: When inserting images, add an option to insert the image as a full page image
DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs.
Update PocketBook 650 driver for latest firmware revision
Bug Fixes
DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders
ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored
Fix restore library failing on some windows systems with non-ascii library paths
Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags.
Fix failure to add FB2 files that contain published dates.
Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates.
Fix tag editor not working correctly for comma-separated custom columns
Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files.

2.50
New Features
Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers
Edit Book: When inserting images, add an option to insert the image as a full page image
DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs.
Update PocketBook 650 driver for latest firmware revision
Bug Fixes
DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders
ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored
Fix restore library failing on some windows systems with non-ascii library paths
Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags.
Fix failure to add FB2 files that contain published dates.
Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates.
Fix tag editor not working correctly for comma-separated custom columns
Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files.


(wiz)
diff -r1.129 -r1.130 pkgsrc/misc/calibre/Makefile
diff -r1.52 -r1.53 pkgsrc/misc/calibre/PLIST
diff -r1.58 -r1.59 pkgsrc/misc/calibre/distinfo

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

--- pkgsrc/misc/calibre/Makefile 2016/01/27 10:31:29 1.129
+++ pkgsrc/misc/calibre/Makefile 2016/01/31 08:36:29 1.130
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.129 2016/01/27 10:31:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.130 2016/01/31 08:36:29 wiz Exp $
2 2
3DISTNAME= calibre-2.49.0 3DISTNAME= calibre-2.50.1
4PKGREVISION= 1 
5CATEGORIES= misc 4CATEGORIES= misc
6#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} 5#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
7MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ 6MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 8DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.calibre-ebook.com/ 11HOMEPAGE= http://www.calibre-ebook.com/
13COMMENT= E-book library management application 12COMMENT= E-book library management application
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16#DEPENDS+= help2man>=1.36.4:../../converters/help2man 15#DEPENDS+= help2man>=1.36.4:../../converters/help2man
17DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 16DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3

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

--- pkgsrc/misc/calibre/PLIST 2016/01/15 10:39:44 1.52
+++ pkgsrc/misc/calibre/PLIST 2016/01/31 08:36:29 1.53
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.52 2016/01/15 10:39:44 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.53 2016/01/31 08:36:29 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
@@ -144,26 +144,27 @@ lib/calibre/calibre/devices/sne/driver.p @@ -144,26 +144,27 @@ lib/calibre/calibre/devices/sne/driver.p
144lib/calibre/calibre/devices/teclast/__init__.py 144lib/calibre/calibre/devices/teclast/__init__.py
145lib/calibre/calibre/devices/teclast/driver.py 145lib/calibre/calibre/devices/teclast/driver.py
146lib/calibre/calibre/devices/udisks.py 146lib/calibre/calibre/devices/udisks.py
147lib/calibre/calibre/devices/usbms/__init__.py 147lib/calibre/calibre/devices/usbms/__init__.py
148lib/calibre/calibre/devices/usbms/books.py 148lib/calibre/calibre/devices/usbms/books.py
149lib/calibre/calibre/devices/usbms/cli.py 149lib/calibre/calibre/devices/usbms/cli.py
150lib/calibre/calibre/devices/usbms/device.py 150lib/calibre/calibre/devices/usbms/device.py
151lib/calibre/calibre/devices/usbms/deviceconfig.py 151lib/calibre/calibre/devices/usbms/deviceconfig.py
152lib/calibre/calibre/devices/usbms/driver.py 152lib/calibre/calibre/devices/usbms/driver.py
153lib/calibre/calibre/devices/usbobserver/test.py 153lib/calibre/calibre/devices/usbobserver/test.py
154lib/calibre/calibre/devices/user_defined/__init__.py 154lib/calibre/calibre/devices/user_defined/__init__.py
155lib/calibre/calibre/devices/user_defined/driver.py 155lib/calibre/calibre/devices/user_defined/driver.py
156lib/calibre/calibre/devices/utils.py 156lib/calibre/calibre/devices/utils.py
 157lib/calibre/calibre/devices/winusb.py
157lib/calibre/calibre/ebooks/BeautifulSoup.py 158lib/calibre/calibre/ebooks/BeautifulSoup.py
158lib/calibre/calibre/ebooks/__init__.py 159lib/calibre/calibre/ebooks/__init__.py
159lib/calibre/calibre/ebooks/azw4/__init__.py 160lib/calibre/calibre/ebooks/azw4/__init__.py
160lib/calibre/calibre/ebooks/azw4/reader.py 161lib/calibre/calibre/ebooks/azw4/reader.py
161lib/calibre/calibre/ebooks/chardet.py 162lib/calibre/calibre/ebooks/chardet.py
162lib/calibre/calibre/ebooks/chm/__init__.py 163lib/calibre/calibre/ebooks/chm/__init__.py
163lib/calibre/calibre/ebooks/chm/metadata.py 164lib/calibre/calibre/ebooks/chm/metadata.py
164lib/calibre/calibre/ebooks/chm/reader.py 165lib/calibre/calibre/ebooks/chm/reader.py
165lib/calibre/calibre/ebooks/comic/__init__.py 166lib/calibre/calibre/ebooks/comic/__init__.py
166lib/calibre/calibre/ebooks/comic/input.py 167lib/calibre/calibre/ebooks/comic/input.py
167lib/calibre/calibre/ebooks/compression/__init__.py 168lib/calibre/calibre/ebooks/compression/__init__.py
168lib/calibre/calibre/ebooks/compression/palmdoc.py 169lib/calibre/calibre/ebooks/compression/palmdoc.py
169lib/calibre/calibre/ebooks/compression/tcr.py 170lib/calibre/calibre/ebooks/compression/tcr.py
@@ -2402,27 +2403,26 @@ share/calibre/recipes/hartford_courant.r @@ -2402,27 +2403,26 @@ share/calibre/recipes/hartford_courant.r
2402share/calibre/recipes/hatalska.recipe 2403share/calibre/recipes/hatalska.recipe
2403share/calibre/recipes/hawaii.recipe 2404share/calibre/recipes/hawaii.recipe
2404share/calibre/recipes/hbr.recipe 2405share/calibre/recipes/hbr.recipe
2405share/calibre/recipes/heavy_metal_it.recipe 2406share/calibre/recipes/heavy_metal_it.recipe
2406share/calibre/recipes/heise.recipe 2407share/calibre/recipes/heise.recipe
2407share/calibre/recipes/heise_online.recipe 2408share/calibre/recipes/heise_online.recipe
2408share/calibre/recipes/heise_open.recipe 2409share/calibre/recipes/heise_open.recipe
2409share/calibre/recipes/helsingin_sanomat.recipe 2410share/calibre/recipes/helsingin_sanomat.recipe
2410share/calibre/recipes/heraldo.recipe 2411share/calibre/recipes/heraldo.recipe
2411share/calibre/recipes/heritage_foundation.recipe 2412share/calibre/recipes/heritage_foundation.recipe
2412share/calibre/recipes/high_country_news.recipe 2413share/calibre/recipes/high_country_news.recipe
2413share/calibre/recipes/hindu.recipe 2414share/calibre/recipes/hindu.recipe
2414share/calibre/recipes/hindu_business_line.recipe 2415share/calibre/recipes/hindu_business_line.recipe
2415share/calibre/recipes/hindustan_times.recipe 
2416share/calibre/recipes/hira.recipe 2416share/calibre/recipes/hira.recipe
2417share/calibre/recipes/histmag.recipe 2417share/calibre/recipes/histmag.recipe
2418share/calibre/recipes/historia_news.recipe 2418share/calibre/recipes/historia_news.recipe
2419share/calibre/recipes/historia_pl.recipe 2419share/calibre/recipes/historia_pl.recipe
2420share/calibre/recipes/historiaro.recipe 2420share/calibre/recipes/historiaro.recipe
2421share/calibre/recipes/historias_del_mundo_es.recipe 2421share/calibre/recipes/historias_del_mundo_es.recipe
2422share/calibre/recipes/histories_del_mon_ca.recipe 2422share/calibre/recipes/histories_del_mon_ca.recipe
2423share/calibre/recipes/history_today.recipe 2423share/calibre/recipes/history_today.recipe
2424share/calibre/recipes/hitro.recipe 2424share/calibre/recipes/hitro.recipe
2425share/calibre/recipes/hln.recipe 2425share/calibre/recipes/hln.recipe
2426share/calibre/recipes/hln_be.recipe 2426share/calibre/recipes/hln_be.recipe
2427share/calibre/recipes/hna.recipe 2427share/calibre/recipes/hna.recipe
2428share/calibre/recipes/hnonline.recipe 2428share/calibre/recipes/hnonline.recipe

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

--- pkgsrc/misc/calibre/distinfo 2016/01/15 10:39:44 1.58
+++ pkgsrc/misc/calibre/distinfo 2016/01/31 08:36:29 1.59
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.58 2016/01/15 10:39:44 wiz Exp $ 1$NetBSD: distinfo,v 1.59 2016/01/31 08:36:29 wiz Exp $
2 2
3SHA1 (calibre-2.49.0.tar.xz) = dc95d0001d181294556d854e83991f979b01d39e 3SHA1 (calibre-2.50.1.tar.xz) = 591c44a43f2880871e4cd005cc0c9e25c5000267
4RMD160 (calibre-2.49.0.tar.xz) = b06ae9fbed28fee4132a99d06a3db70443056ba8 4RMD160 (calibre-2.50.1.tar.xz) = 4e518439c81a64f3fcf8cd5b492775ed13055cf8
5SHA512 (calibre-2.49.0.tar.xz) = 26ec285612cdc29ee5ec49ba34325bdc5e6008e66b4d6b0c6e24999cae8b0396101f6ec05a4b3b474858e666a42f7c9c74d5c50ea24a08f84743584c5ab611e1 5SHA512 (calibre-2.50.1.tar.xz) = cb9de77514dcb1dbf39901798997bc21e77ec5e2c3965c14b7c2670e1ad5f68ddb73b274b71f6d4f770657ee3a5ccd177ff72cf56d7305b9e71e0b1d4217198b
6Size (calibre-2.49.0.tar.xz) = 39155200 bytes 6Size (calibre-2.50.1.tar.xz) = 39439972 bytes
7SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c 7SHA1 (patch-setup_build__environment.py) = b620c36fee9a4c403af0fecced8ea8189dc8e25c
8SHA1 (patch-setup_extensions.py) = 698abb3609a3f576ae1d194422d10ffaa698e3db 8SHA1 (patch-setup_extensions.py) = 698abb3609a3f576ae1d194422d10ffaa698e3db
9SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662 9SHA1 (patch-src_calibre_linux.py) = 16c3122a612ec9996f774c5c2c9d40a475723662