pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/Sigil Update to 0.1.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8a56277758c
branches:  trunk
changeset: 400057:f8a56277758c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 11 08:51:39 2009 +0000

description:
Update to 0.1.4:

Sigil v0.1.4 2009.10.08.
    - SGF files are now associated with Sigil on Windows (issue #135)
    - SGF files are now associated with Sigil on Mac OS X (issue #10)
    - fixed issue with "Open With" OS actions not working on Macs (issue #111)
    - provided more informative tooltips by following Word 2007 tooltip style (issue #64)
    - the heading text can now be edited in the TOC Editor (issue #131)
    - the Save As dialog now uses the current filename in the filename field (issue #18)
    - views can now be zoomed (issue #44)
    - Sigil no longer loads flow-specific CSS... this was causing more harm than good; loading
    flow-specific CSS will be back in 0.2.0.
    - implemented a NEW workaround for a webkit bug causing the first character of a heading
    created after a chapter break to be displayed incorrectly (issue #78)
    - fixed issue with TOC editor not resolving HTML entities (issue #125)
    - fixed issue with Tidy changing case of attribute names (issue #120)
    - Sigil will from now on check for a newer version on startup and present an informative
    message if such a version is found (issue #67)
    - made SGF importing MUCH faster (issue #119)
    - provided a window icon on Linux
    - providing binary installers for Windows AND LINUX (issue #6)
    - further improved encoding detection for HTML import
    - fixed graphical misalignment of controls in MetaEditor on Linux and Mac platforms
    - fixed syntax highlighting for XPGT stylesheets
    - fixed rare issue with SGF importing that displayed all body text underlined (issue #118)
    - fixed display of the Sigil chapter break in Book View: the red double-line now
    properly appears after all images (issue #117)
    - added support for importing images referenced in SVG elements in HTML import
    - HTML importing now defaults to a locale-aware codec if one is not detected in the HTML stream;
    previously the fallback codec was UTF-8; this change should improve importing of old HTML
    documents (issue #113)

diffstat:

 editors/Sigil/Makefile |  5 ++---
 editors/Sigil/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 595d3adf1187 -r f8a56277758c editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Sun Oct 11 08:34:59 2009 +0000
+++ b/editors/Sigil/Makefile    Sun Oct 11 08:51:39 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/10/11 08:33:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/10/11 08:51:39 wiz Exp $
 #
 
-DISTNAME=      Sigil_code_0.1.3
+DISTNAME=      Sigil_code_0.1.4
 PKGNAME=       ${DISTNAME:S/_code_/-/}
 CATEGORIES=    editors
 MASTER_SITES=  http://sigil.googlecode.com/files/
@@ -13,7 +13,6 @@
 LICENSE=       gnu-gpl-v3
 
 PKG_DESTDIR_SUPPORT=   user-destdir
-INSTALLATION_DIRS=     bin libexec/Sigil/data
 
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
diff -r 595d3adf1187 -r f8a56277758c editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Sun Oct 11 08:34:59 2009 +0000
+++ b/editors/Sigil/distinfo    Sun Oct 11 08:51:39 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/10/11 08:33:39 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/10/11 08:51:39 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index