Tue Feb 16 15:37:05 2010 UTC ()
Update to 0.1.9:

Sigil v0.1.9 2010.02.08.
    - fixed a regression that caused Sigil to demand that all XHTML
    streams in an epub file be valid XML (issue #248)
    - the "container.xml" reading subsystem now handles XML files
    with namespaces (issue #235)
    - HTML encoding detection is now performed even on XHTML files
    in epub archives (per spec, they have to be UTF-8 or UTF-16,
    but Sigil will now handle those that aren't)
    - fixed an issue with content file filenames using "%20" for
    spaces not being loaded (issue #232)
    - the temp directory used on Windows is now <Profile>/Sigil
    instead of <Profile>/My Documents/Sigil (issue #222)


(wiz)
diff -r1.9 -r1.10 pkgsrc/editors/Sigil/Makefile
diff -r1.6 -r1.7 pkgsrc/editors/Sigil/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/editors/Sigil/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/Sigil/Makefile 2010/02/03 15:50:33 1.9
+++ pkgsrc/editors/Sigil/Makefile 2010/02/16 15:37:05 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2010/02/03 15:50:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2010/02/16 15:37:05 wiz Exp $
2# 2#
3 3
4DISTNAME= Sigil-0.1.8-Code 4DISTNAME= Sigil-0.1.9-Code
5PKGNAME= ${DISTNAME:S/-Code//} 5PKGNAME= ${DISTNAME:S/-Code//}
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= http://sigil.googlecode.com/files/ 7MASTER_SITES= http://sigil.googlecode.com/files/
8EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://code.google.com/p/sigil/ 11HOMEPAGE= http://code.google.com/p/sigil/
12COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format) 12COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format)
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.6 -r1.7 pkgsrc/editors/Sigil/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/Sigil/distinfo 2010/02/03 15:50:33 1.6
+++ pkgsrc/editors/Sigil/distinfo 2010/02/16 15:37:05 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2010/02/03 15:50:33 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2010/02/16 15:37:05 wiz Exp $
2 2
3SHA1 (Sigil-0.1.8-Code.zip) = 3b0e527f1bc2f4fd8be94ba6d5119f4763734f73 3SHA1 (Sigil-0.1.9-Code.zip) = 3e7266d0d6577da3ad808acc09833ef378d860d7
4RMD160 (Sigil-0.1.8-Code.zip) = 587aa559cb34a1425330cb586c421edbfa450442 4RMD160 (Sigil-0.1.9-Code.zip) = 38654c326299e69a8def0c6fecdbdfb89116e891
5Size (Sigil-0.1.8-Code.zip) = 5976769 bytes 5Size (Sigil-0.1.9-Code.zip) = 5979605 bytes