diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-12 08:52:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-12 08:52:42 +0000 |
commit | ffaa74576a08dd025610958d89a286a68e653410 (patch) | |
tree | 0f3c389021d6fb2eecfca3eddbd85c1002528217 /editors | |
parent | 3444281721c0dddf8a66bf713fb04e7f5ff3fbb8 (diff) | |
download | pkgsrc-ffaa74576a08dd025610958d89a286a68e653410.tar.gz |
Update to 0.8.2:
Sigil 0.8.2 2014.11.28
- Validator plugin type which can load validation results into
the main window validation panel.
- Corrections to Sigil Plugin Framework Documentation
- Pull request #17: Fix typos in README.md
- Additional python plugin interface features:
- multiple plugin engines now allowed for plugins that
work on both python 2.7 and python 3.4
- launcher revision date interface
- plugin stdout will now appear immediately in Sigil
- Multiple plugin launcher bug fixes:
- make parsing more robust to poorly formed xhtml
- modified text iterator to follow spine order
- bug fixes for readotherfile, and writeotherfile
- bug fixes for guide types and setting the guide
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Sigil/Makefile | 4 | ||||
-rw-r--r-- | editors/Sigil/PLIST | 4 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index f4ee57ae215..d990dca6d38 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2014/12/01 12:39:17 joerg Exp $ +# $NetBSD: Makefile,v 1.65 2014/12/12 08:52:42 wiz Exp $ -DISTNAME= Sigil-0.8.1 +DISTNAME= Sigil-0.8.2 CATEGORIES= editors MASTER_SITES= -https://github.com/user-none/Sigil/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} diff --git a/editors/Sigil/PLIST b/editors/Sigil/PLIST index b960a63d244..82c8fc21bb7 100644 --- a/editors/Sigil/PLIST +++ b/editors/Sigil/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2014/11/23 19:27:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2014/12/12 08:52:42 wiz Exp $ bin/sigil share/applications/sigil.desktop share/pixmaps/sigil.png @@ -29,6 +29,8 @@ share/sigil/plugin_launchers/python/opf_parser.py share/sigil/plugin_launchers/python/outputcontainer.py share/sigil/plugin_launchers/python/quickparser.py share/sigil/plugin_launchers/python/unipath.py +share/sigil/plugin_launchers/python/validationcontainer.py +share/sigil/plugin_launchers/python/validationresult.py share/sigil/plugin_launchers/python/wrapper.py share/sigil/translations/sigil_bg.qm share/sigil/translations/sigil_ca.qm diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 2f9b3ded739..1c313c5b3b2 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2014/11/23 19:27:29 wiz Exp $ +$NetBSD: distinfo,v 1.26 2014/12/12 08:52:42 wiz Exp $ -SHA1 (Sigil-0.8.1.tar.gz) = d7e5bc84e24da5302a18ae2a7bad63f3854219a8 -RMD160 (Sigil-0.8.1.tar.gz) = 2f593ccf2f9a982b53194c666fdcfc06f3594f01 -Size (Sigil-0.8.1.tar.gz) = 19376241 bytes +SHA1 (Sigil-0.8.2.tar.gz) = ac56c8202a73f5af8dc799bb1804d142537d63ca +RMD160 (Sigil-0.8.2.tar.gz) = e6480dc6f237e1e5578c84c496a7eaf26589dd1f +Size (Sigil-0.8.2.tar.gz) = 19385350 bytes SHA1 (patch-src_minizip_ioapi.c) = 95170184049a0bf0eff3233a92c09b40a40ad88a |