diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-19 14:43:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-19 14:43:36 +0000 |
commit | 0a30200528c596f4394d8ffca38cfc7fc8fa15b1 (patch) | |
tree | b599b58be97d834a9a9984fa5fa5ab1a00c23112 | |
parent | 838b97f81b8ac213b93df327adbf4267b30074da (diff) | |
download | pkgsrc-0a30200528c596f4394d8ffca38cfc7fc8fa15b1.tar.gz |
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)
-rw-r--r-- | editors/Sigil/Makefile | 16 | ||||
-rw-r--r-- | editors/Sigil/PLIST | 8 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
3 files changed, 8 insertions, 24 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 10b6895b7ff..8255f175dcb 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -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_LANGUAGES= c c++ 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 --git a/editors/Sigil/PLIST b/editors/Sigil/PLIST index 639ce143a83..a06f6515952 100644 --- a/editors/Sigil/PLIST +++ b/editors/Sigil/PLIST @@ -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 --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index f0fed822e75..1454725239d 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -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 |