summaryrefslogtreecommitdiff
path: root/editors/Sigil
diff options
context:
space:
mode:
authorwiz <wiz>2009-11-25 10:12:35 +0000
committerwiz <wiz>2009-11-25 10:12:35 +0000
commitc6292399dbf6547d7c284c9c5ad18c5b76ae1ba6 (patch)
tree913dd1fadc5b7dbe47922ac1b2e09d2e4929f893 /editors/Sigil
parent66277be48abab21fee0ca4c7bd7687d019003021 (diff)
downloadpkgsrc-c6292399dbf6547d7c284c9c5ad18c5b76ae1ba6.tar.gz
Update to 0.1.5:
Sigil v0.1.5 2009.11.25 - fixed a race condition with view syncing in Book View - fixed an issue with loading text files that don't end with a newline (some text would end up missing) - A NEW FIND & REPLACE DIALOG (issue #13) - no more hard line breaks in Code View (courtesy of recent performance optimisations) (issue #61) - TOC Editor now remembers its size across invocations and program launches - the uninstaller now removes Sigil's temporary working directories - removed the "Start Sigil" checkbox in the last page of the installer; starting Sigil like this was causing problems because Sigil had admin privileges (issue #163) - fixed an issue with chapter breaks not working after they are Left/Center/Right Aligned (issue #158) - multiple images can now be inserted with the "Insert Image" dialog by selecting multiple images - fixed an issue with loading images from documents with uppercase tags and attributes (issue #156) - tentatively fixed an issue with Sigil crashing on overwriting existing epubs (issue #146) - fixed an issue with Sigil crashing on epubs with "date" OPF elements but no value set for those elements (InDesign CS4 creates such invalid epubs) (issue #149) - fixed an issue with words being merged on TXT import (issue #148) - various performance improvements through code profiling and parallelization - Linux and Mac builds should now be slightly faster because of new compiler optimizations - fixed issue with Sigil incorrectly loading (and therefore subsequently saving) "date" OPF elements with "event" attributes (issue 144)
Diffstat (limited to 'editors/Sigil')
-rw-r--r--editors/Sigil/Makefile6
-rw-r--r--editors/Sigil/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
index 3b0f76f35ce..59bc10cee82 100644
--- a/editors/Sigil/Makefile
+++ b/editors/Sigil/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/10/11 08:51:39 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/25 10:12:35 wiz Exp $
#
-DISTNAME= Sigil_code_0.1.4
-PKGNAME= ${DISTNAME:S/_code_/-/}
+DISTNAME= Sigil-0.1.5-Code
+PKGNAME= ${DISTNAME:S/-Code//}
CATEGORIES= editors
MASTER_SITES= http://sigil.googlecode.com/files/
EXTRACT_SUFX= .zip
diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo
index ab72d8354bd..b06f0c5753f 100644
--- a/editors/Sigil/distinfo
+++ b/editors/Sigil/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/10/11 08:51:39 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/11/25 10:12:36 wiz Exp $
-SHA1 (Sigil_code_0.1.4.zip) = 4832e80561a4d16a188a84cbac70f856298e0276
-RMD160 (Sigil_code_0.1.4.zip) = 88b5d83cce394c79a0b2610c7899c5a199daf796
-Size (Sigil_code_0.1.4.zip) = 5943438 bytes
+SHA1 (Sigil-0.1.5-Code.zip) = 9679409dc3a3c4db5c56f3b391f850f4adfd7db1
+RMD160 (Sigil-0.1.5-Code.zip) = 69a422a5e4f64ce197da8c7540158f00338d17b0
+Size (Sigil-0.1.5-Code.zip) = 5967716 bytes