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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de65d8c61fa1
branches:  trunk
changeset: 397834:de65d8c61fa1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 19 14:43:36 2009 +0000

description:
Update to 0.1.2.
XXX: binary was renamed from "Sigil" to "sigil" -- should I make PKGNAME
match?

Sigil v0.1.2 2009.08.12.
    - added the ability to specify the main publication identifier directly,
    through the "CustomID" basic metadata property (issue #3)
    - fixed a bug with warning dialog not informing the user of unsaved changes
    when editing in code view (issue #30)
    - Sigil is now a universal Mac application (ppc and i386, in 32bit) (issue #5)
    - implemented a workaround for a bug in QTextCodec causing bad HTML codec detection (issue #74)
    - SVG elements are not removed anymore (issue #24)
    - inter-document HTML links are now fully supported (issue #53)
    - fixed rare issue where CSS style rules could get duplicated when changing views
    - fixed issue with inline style tags in OPS documents not being loaded (issue #58)
    - Sigil can now accept a file to load as the first command line argument; this also
    provides support for "Open With..." operating system features (issue #63)
    - fixed an issue where the reported build time in the About dialog was actually the execution
    time (issue #65)
    - loading of missing files in the recent files list is now improved (issue #57)
    - fixed a rare issue where the wrong view could be sent to the printer on print actions
    - Sigil now creates a guide element with a cover page in the OPF if the content of the first
    OPS document is less than 1000 characters long (issue #48)
    - support for importing UTF-16 encoded documents (not just UTF-8)
    - provided install target for linux; the binary is now also named "sigil"
    (lower case 's') on Unix systems (except Mac) for the sake of convention (issue #46)
    - removed dependency on "data" directory (issue #51)

diffstat:

 editors/Sigil/Makefile |  16 ++--------------
 editors/Sigil/PLIST    |   8 ++------
 editors/Sigil/distinfo |   8 ++++----
 3 files changed, 8 insertions(+), 24 deletions(-)

diffs (57 lines):

diff -r 29aefb4e009e -r de65d8c61fa1 editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Wed Aug 19 14:25:27 2009 +0000
+++ b/editors/Sigil/Makefile    Wed Aug 19 14:43:36 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/06 06:23:23 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/19 14:43:36 wiz Exp $
 #
 
-DISTNAME=      Sigil_code_0.1.1
+DISTNAME=      Sigil_code_0.1.2
 PKGNAME=       ${DISTNAME:S/_code_/-/}
 CATEGORIES=    editors
 MASTER_SITES=  http://sigil.googlecode.com/files/
@@ -19,18 +19,6 @@
 USE_CMAKE=     yes
 EXTRACT_OPTS_ZIP=      -aqo
 
-post-build:
-       ${ECHO} '#!/bin/sh' > ${WRKSRC}/Sigil
-       ${ECHO} '${PREFIX}/libexec/Sigil/Sigil "$$@"' \
-               >> ${WRKSRC}/Sigil
-
-do-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/Sigil ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_PROGRAM} ${WRKSRC}/bin/Sigil \
-               ${DESTDIR}${PREFIX}/libexec/Sigil
-       ${INSTALL_DATA} ${WRKSRC}/bin/data/* \
-               ${DESTDIR}${PREFIX}/libexec/Sigil/data
-
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 29aefb4e009e -r de65d8c61fa1 editors/Sigil/PLIST
--- a/editors/Sigil/PLIST       Wed Aug 19 14:25:27 2009 +0000
+++ b/editors/Sigil/PLIST       Wed Aug 19 14:43:36 2009 +0000
@@ -1,6 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/06 06:23:23 wiz Exp $
-bin/Sigil
-libexec/Sigil/Sigil
-libexec/Sigil/data/basicmeta.csv
-libexec/Sigil/data/languages.csv
-libexec/Sigil/data/relator.csv
+@comment $NetBSD: PLIST,v 1.2 2009/08/19 14:43:36 wiz Exp $
+bin/sigil
diff -r 29aefb4e009e -r de65d8c61fa1 editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Wed Aug 19 14:25:27 2009 +0000
+++ b/editors/Sigil/distinfo    Wed Aug 19 14:43:36 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/06 06:23:23 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/08/19 14:43:36 wiz Exp $
 
-SHA1 (Sigil_code_0.1.1.zip) = 48554f7026ebb9e788b54deaa9c6095cc28de166
-RMD160 (Sigil_code_0.1.1.zip) = 743fe87f7d1d3afbbefd5e37d04f6d91aa4e9e09
-Size (Sigil_code_0.1.1.zip) = 1173794 bytes
+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



Home | Main Index | Thread Index | Old Index