summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-19 10:48:49 +0000
committerwiz <wiz@pkgsrc.org>2015-07-19 10:48:49 +0000
commitf53bb7171e03d6835bafb8a4904a96c2215fabac (patch)
tree27832e0f9923e0793937701cc1826b07d04ab610 /misc
parent3a36d98c12f15980abd66cbfcfdd2c88aa1f6585 (diff)
downloadpkgsrc-f53bb7171e03d6835bafb8a4904a96c2215fabac.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/calibre/Makefile8
-rw-r--r--misc/calibre/PLIST6
-rw-r--r--misc/calibre/distinfo8
3 files changed, 13 insertions, 9 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index c31774f0765..53a3a9c7f21 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -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}
diff --git a/misc/calibre/PLIST b/misc/calibre/PLIST
index da9025fb2ec..d0f1f6462ff 100644
--- a/misc/calibre/PLIST
+++ b/misc/calibre/PLIST
@@ -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/history.py
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/deu.epub
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/hoy.recipe
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/skeptical_enquirer.recipe
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
diff --git a/misc/calibre/distinfo b/misc/calibre/distinfo
index f2c71e65e1c..99387e9e0aa 100644
--- a/misc/calibre/distinfo
+++ b/misc/calibre/distinfo
@@ -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