summaryrefslogtreecommitdiff
path: root/editors/Sigil
diff options
context:
space:
mode:
authorwiz <wiz>2009-10-11 08:33:39 +0000
committerwiz <wiz>2009-10-11 08:33:39 +0000
commit2870d3fa2335ac978dd1726640d243693c49998f (patch)
tree02b7cf90452871548ebc96d31001faab049e067a /editors/Sigil
parentb4dbd568bf2b798da1c932039d956c8f5f9ad4a4 (diff)
downloadpkgsrc-2870d3fa2335ac978dd1726640d243693c49998f.tar.gz
Update to 0.1.3:
Sigil v0.1.3 2009.09.02. - implemented a work-around for a bug in Qt causing documents with "us-ascii" encoding specified in the XML declaration to crash Sigil (issue #109) - resource path updating rewritten; should be more robust - fixed an issue where EPUB files from Google Books could not be opened (issue #106) - fixed regression for storing the folder from which the user last imported an image (issue #105) - refactored HTML file import resource loading: should be a lot more robust now - fixed an issue with loading HTML files that reference the same images multiple times (issue #90) - implemented non-live View position synchronization; the Views are now synced by HTML element: moving the caret in one View will center the other View (upon switching) to the same HTML element that held the caret in the first View (issue #8) - newlines are now removed from TOC headings to avoid rendering problems in ADE (issue #96) - Sigil now creates a unique book identifier (if one is not provided by the user) using the UUID standard instead of a radnom sequence of characters and numbers; the old "SigilGEN" scheme is replaced with "UUID" - initial support for calibre interoperability (issue #94) - book updates from TOC editor are now faster and have a much smaller memory overhead - fixed issue with removing headings from TOC in TOC editor (issue #88, part 2 and issue #21); also made TOC editor updates to headings MUCH more robust - all headings are now by default included in TOC... heuristics for "guessing" which headings the users wants have been removed (issue #88, part 1) - fixed critical issue with Sigil hanging when loading certain SGF files (issue #87) - fixed rare issue with duplicate image loading (issue #86) - implemented a workaround for a webkit bug causing the first character of a heading created after a chapter break to be displayed incorrectly (issue #78) - the "makedmg" target for Macs is not build by default anymore and needs to be invoked directly; this was done to speed rebuilds - Macs now have a standard multiple document interface: opening a new file opens it in a new window, not in the old one (issue #22) - fixed a bug with warning dialog not informing the user of unsaved changes if he tried to load from the recent files list
Diffstat (limited to 'editors/Sigil')
-rw-r--r--editors/Sigil/Makefile5
-rw-r--r--editors/Sigil/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
index 213901f5e1e..9704da973c7 100644
--- a/editors/Sigil/Makefile
+++ b/editors/Sigil/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:25 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/11 08:33:39 wiz Exp $
#
-DISTNAME= Sigil_code_0.1.2
+DISTNAME= Sigil_code_0.1.3
PKGNAME= ${DISTNAME:S/_code_/-/}
-PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://sigil.googlecode.com/files/
EXTRACT_SUFX= .zip
diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo
index 1454725239d..53ad0822b25 100644
--- a/editors/Sigil/distinfo
+++ b/editors/Sigil/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/08/19 14:43:36 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/10/11 08:33:39 wiz Exp $
-SHA1 (Sigil_code_0.1.2.zip) = f9fd494558e477c3ab966bf5756c202ec4a4cf9e
-RMD160 (Sigil_code_0.1.2.zip) = 274a7897c1d698b7ff8bcc4cad7349a5f018ba73
-Size (Sigil_code_0.1.2.zip) = 1183758 bytes
+SHA1 (Sigil_code_0.1.3.zip) = 83349aec2f5dcfb066e85651e66e16b259c23d4f
+RMD160 (Sigil_code_0.1.3.zip) = 616abfc8d6c770cc38d03a106a2de981cd1c6270
+Size (Sigil_code_0.1.3.zip) = 1216629 bytes