Mon Apr 1 21:40:56 2019 UTC ()
Sigil: update to 0.9.13.

Sigil-0.9.13
   Bug Fixes
     - Revert change of INI encoding to utf-8 as QSettings very broken under utf-8 (commit 5484463)
     - Ensure all url attributes in shape-outside properties in CSS stylesheets get updated (commit de7b09f)
     - Workaround for lost cursor in qlineedit Qt bug (issue #398) (commit a8acab7)
     - Workaround missing File New, Open, Quit menus in Mac menubar if windows closed (commit 660a8aa)
     - Remove Icon from Tab for macOS only to workaround Qt bug (commit 5c91924)
     - Plug some memory leaks (commits: 85f78d7, cb9b833, 614d601, bf2f2f4, ebfb613, 4qa8f33)
     - Backport Qt 5.12alpha fix to prevent heap corruption due to qwidget next focus pointers (commit f5c7284)
     - Plug macOS memory leaks when closing a main window (commit fbf9015)
     - Put back quote in tag name bug fix lost in recent changes (commit ebd8c7c)
     - Disable Netscape Plugins being used in BookView and Preview Window (commit 79314ea)
     - Use custom version of qtwebkit with Qt 5.5 memory leak fix added back and no load plugins if disabled
       	   (see commits 94a28d7,  9f7ebba, and 4b968a9)

   New Features
     - Add filename to tab tooltip (commit 27f8db7)
     - Clear memory caches when Preview changes to keep memory footprint smaller (commit 87b9247)
     - Update to MathJax 2.75, adds support for mathml mlongdiv, mstack, mcarries (commit 568aba5)
     - Reduce memory footprint by letting worker threads expire (commit c1ee7ca)
     - Reduce memory footprint by properly setting web page caches (commit 9f07cbe)

Sigil-0.9.12
   Bug Fixes
    - fix typo in cssreformatter that caused errors with @fontface (issue #394)
    - workaround for qt bug affecting tab close buttons on Mac (commit f3b9399)
    - fix Mac Qt5 plugin dylibs that macdeployqt broke in Sigil-0.9.11

Sigil-0.9.11
   Bug Fixes
    - after mend and prettify - put cursor at enclosing tag if possible
    - allow both links in Preview and clicking in Preview to reposition CV
    - fix new cursor repositioning under new tab ala Spellcheck
    - fix prettyprinting of the mark tag in gumbo and sigil_bs4
    - fix crash when tagname illegally (for xhtml) includes single or double quotes
    - fix crash in Reports for non-wellformed xhtml that was okay under html5
    - fix deletion of multiple css files when Book View is open (Windows)
    - fix bug in reformat CSS with media queries
    - fix bug in closing some tabs needlessly when linking stylesheets
    - fix crash bug in gumbo parser under very strange circumstances
    - remove empty guide elements in epub2 opf as epubcheck now flags these
    - fix issue with index generation reordering spine entries under certain conditions

   New Features
    - update official builds to use Qt 5.11.2 and Python 3.7
    - update internal Python modules to use latest versions
    - update Sigil's gumbo parser to fix all known bugs and greatly speedup parsing
    - embed new project css_parser (fork of cssutils)  as a python library to fix css parsing
    - Sigil no longer attempts to upgrade the VC++ runtime on Windows. It only installs the
        bundled VC++ runtime if there is no compatible version already installed
    - add support for internal but unmanifested opf metadata link resources under epub3
    - extend "Open With" context menu to allow up to 5 external editors per resource type
    - make format of all Sigil ini files to be utf-8 encoded to more easily allow user changes

   Changes
    - Support for Windows Vista officially ends ... Win7sp1 is official minimum required Windows
      The unofficial Legacy Windows version of Sigil will be available to XP and Vista users


(wiz)
diff -r1.117 -r1.118 pkgsrc/editors/Sigil/Makefile
diff -r1.17 -r1.18 pkgsrc/editors/Sigil/PLIST
diff -r1.41 -r1.42 pkgsrc/editors/Sigil/distinfo
diff -r1.6 -r1.7 pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt

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

--- pkgsrc/editors/Sigil/Makefile 2018/12/13 19:51:49 1.117
+++ pkgsrc/editors/Sigil/Makefile 2019/04/01 21:40:55 1.118
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.117 2018/12/13 19:51:49 adam Exp $ 1# $NetBSD: Makefile,v 1.118 2019/04/01 21:40:55 wiz Exp $
2 2
3DISTNAME= Sigil-0.9.10 3DISTNAME= Sigil-0.9.13
4PKGREVISION= 5 
5CATEGORIES= editors 4CATEGORIES= editors
6MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
7GITHUB_PROJECT= Sigil 6GITHUB_PROJECT= Sigil
8GITHUB_TAG= ${PKGVERSION_NOREV} 7GITHUB_TAG= ${PKGVERSION_NOREV}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://sigil-ebook.com/ 10HOMEPAGE= https://sigil-ebook.com/
12COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format) 11COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format)
13LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
14 13
15#MAKE_JOBS_SAFE= NO 14#MAKE_JOBS_SAFE= NO
16 15
17DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk 16DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk

cvs diff -r1.17 -r1.18 pkgsrc/editors/Sigil/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/Sigil/PLIST 2018/08/17 10:55:42 1.17
+++ pkgsrc/editors/Sigil/PLIST 2019/04/01 21:40:55 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2018/08/17 10:55:42 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.18 2019/04/01 21:40:55 wiz Exp $
2bin/sigil 2bin/sigil
3lib/sigil/libhunspell.so 3lib/sigil/libhunspell.so
4lib/sigil/libsigilgumbo.so 4lib/sigil/libsigilgumbo.so
5lib/sigil/sigil 5lib/sigil/sigil
6share/applications/sigil.desktop 6share/applications/sigil.desktop
7share/pixmaps/sigil.png 7share/pixmaps/sigil.png
8share/sigil/examples/clip_entries.ini 8share/sigil/examples/clip_entries.ini
9share/sigil/examples/search_entries.ini 9share/sigil/examples/search_entries.ini
10share/sigil/hunspell_dictionaries/About.txt 10share/sigil/hunspell_dictionaries/About.txt
11share/sigil/hunspell_dictionaries/COPYING_GPLv2.txt 11share/sigil/hunspell_dictionaries/COPYING_GPLv2.txt
12share/sigil/hunspell_dictionaries/COPYING_GPLv3.txt 12share/sigil/hunspell_dictionaries/COPYING_GPLv3.txt
13share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.0.txt 13share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.0.txt
14share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.1.txt 14share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.1.txt
@@ -32,80 +32,293 @@ share/sigil/hunspell_dictionaries/en_US. @@ -32,80 +32,293 @@ share/sigil/hunspell_dictionaries/en_US.
32share/sigil/hunspell_dictionaries/en_US.dic 32share/sigil/hunspell_dictionaries/en_US.dic
33share/sigil/hunspell_dictionaries/es.aff 33share/sigil/hunspell_dictionaries/es.aff
34share/sigil/hunspell_dictionaries/es.dic 34share/sigil/hunspell_dictionaries/es.dic
35share/sigil/hunspell_dictionaries/fr.aff 35share/sigil/hunspell_dictionaries/fr.aff
36share/sigil/hunspell_dictionaries/fr.dic 36share/sigil/hunspell_dictionaries/fr.dic
37share/sigil/hunspell_dictionaries/hyph_de_DE.dic 37share/sigil/hunspell_dictionaries/hyph_de_DE.dic
38share/sigil/hunspell_dictionaries/hyph_en_GB.dic 38share/sigil/hunspell_dictionaries/hyph_en_GB.dic
39share/sigil/hunspell_dictionaries/hyph_en_US.dic 39share/sigil/hunspell_dictionaries/hyph_en_US.dic
40share/sigil/hunspell_dictionaries/hyph_es.dic 40share/sigil/hunspell_dictionaries/hyph_es.dic
41share/sigil/hunspell_dictionaries/hyph_fr.dic 41share/sigil/hunspell_dictionaries/hyph_fr.dic
42share/sigil/hunspell_dictionaries/license.txt 42share/sigil/hunspell_dictionaries/license.txt
43share/sigil/plugin_launchers/python/bookcontainer.py 43share/sigil/plugin_launchers/python/bookcontainer.py
44share/sigil/plugin_launchers/python/compatibility_utils.py 44share/sigil/plugin_launchers/python/compatibility_utils.py
 45share/sigil/plugin_launchers/python/css_parser/COPYING
 46share/sigil/plugin_launchers/python/css_parser/COPYING.LESSER
 47share/sigil/plugin_launchers/python/css_parser/CSSUTILS_README.txt
 48share/sigil/plugin_launchers/python/css_parser/README.md
 49share/sigil/plugin_launchers/python/css_parser/__init__.py
 50share/sigil/plugin_launchers/python/css_parser/_codec2.py
 51share/sigil/plugin_launchers/python/css_parser/_codec3.py
 52share/sigil/plugin_launchers/python/css_parser/_fetch.py
 53share/sigil/plugin_launchers/python/css_parser/_fetchgae.py
 54share/sigil/plugin_launchers/python/css_parser/codec.py
 55share/sigil/plugin_launchers/python/css_parser/css/__init__.py
 56share/sigil/plugin_launchers/python/css_parser/css/colors.py
 57share/sigil/plugin_launchers/python/css_parser/css/csscharsetrule.py
 58share/sigil/plugin_launchers/python/css_parser/css/csscomment.py
 59share/sigil/plugin_launchers/python/css_parser/css/cssfontfacerule.py
 60share/sigil/plugin_launchers/python/css_parser/css/cssimportrule.py
 61share/sigil/plugin_launchers/python/css_parser/css/cssmediarule.py
 62share/sigil/plugin_launchers/python/css_parser/css/cssnamespacerule.py
 63share/sigil/plugin_launchers/python/css_parser/css/csspagerule.py
 64share/sigil/plugin_launchers/python/css_parser/css/cssproperties.py
 65share/sigil/plugin_launchers/python/css_parser/css/cssrule.py
 66share/sigil/plugin_launchers/python/css_parser/css/cssrulelist.py
 67share/sigil/plugin_launchers/python/css_parser/css/cssstyledeclaration.py
 68share/sigil/plugin_launchers/python/css_parser/css/cssstylerule.py
 69share/sigil/plugin_launchers/python/css_parser/css/cssstylesheet.py
 70share/sigil/plugin_launchers/python/css_parser/css/cssunknownrule.py
 71share/sigil/plugin_launchers/python/css_parser/css/cssvalue.py
 72share/sigil/plugin_launchers/python/css_parser/css/cssvariablesdeclaration.py
 73share/sigil/plugin_launchers/python/css_parser/css/cssvariablesrule.py
 74share/sigil/plugin_launchers/python/css_parser/css/marginrule.py
 75share/sigil/plugin_launchers/python/css_parser/css/property.py
 76share/sigil/plugin_launchers/python/css_parser/css/selector.py
 77share/sigil/plugin_launchers/python/css_parser/css/selectorlist.py
 78share/sigil/plugin_launchers/python/css_parser/css/value.py
 79share/sigil/plugin_launchers/python/css_parser/cssproductions.py
 80share/sigil/plugin_launchers/python/css_parser/encutils/__init__.py
 81share/sigil/plugin_launchers/python/css_parser/errorhandler.py
 82share/sigil/plugin_launchers/python/css_parser/helper.py
 83share/sigil/plugin_launchers/python/css_parser/parse.py
 84share/sigil/plugin_launchers/python/css_parser/prodparser.py
 85share/sigil/plugin_launchers/python/css_parser/profiles.py
 86share/sigil/plugin_launchers/python/css_parser/sac.py
 87share/sigil/plugin_launchers/python/css_parser/script.py
 88share/sigil/plugin_launchers/python/css_parser/scripts/__init__.py
 89share/sigil/plugin_launchers/python/css_parser/scripts/csscapture.py
 90share/sigil/plugin_launchers/python/css_parser/scripts/csscombine.py
 91share/sigil/plugin_launchers/python/css_parser/scripts/cssparse.py
 92share/sigil/plugin_launchers/python/css_parser/serialize.py
 93share/sigil/plugin_launchers/python/css_parser/settings.py
 94share/sigil/plugin_launchers/python/css_parser/stylesheets/__init__.py
 95share/sigil/plugin_launchers/python/css_parser/stylesheets/medialist.py
 96share/sigil/plugin_launchers/python/css_parser/stylesheets/mediaquery.py
 97share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheet.py
 98share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheetlist.py
 99share/sigil/plugin_launchers/python/css_parser/tokenize2.py
 100share/sigil/plugin_launchers/python/css_parser/util.py
 101share/sigil/plugin_launchers/python/css_parser/version.py
45share/sigil/plugin_launchers/python/epub_utils.py 102share/sigil/plugin_launchers/python/epub_utils.py
46share/sigil/plugin_launchers/python/inputcontainer.py 103share/sigil/plugin_launchers/python/inputcontainer.py
47share/sigil/plugin_launchers/python/launcher.py 104share/sigil/plugin_launchers/python/launcher.py
48share/sigil/plugin_launchers/python/opf_parser.py 105share/sigil/plugin_launchers/python/opf_parser.py
49share/sigil/plugin_launchers/python/outputcontainer.py 106share/sigil/plugin_launchers/python/outputcontainer.py
50share/sigil/plugin_launchers/python/pluginhunspell.py 107share/sigil/plugin_launchers/python/pluginhunspell.py
51share/sigil/plugin_launchers/python/preferences.py 108share/sigil/plugin_launchers/python/preferences.py
52share/sigil/plugin_launchers/python/quickparser.py 109share/sigil/plugin_launchers/python/quickparser.py
53share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt 110share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt
54share/sigil/plugin_launchers/python/sigil_bs4/COPYING.txt 111share/sigil/plugin_launchers/python/sigil_bs4/COPYING.txt
55share/sigil/plugin_launchers/python/sigil_bs4/__init__.py 112share/sigil/plugin_launchers/python/sigil_bs4/__init__.py
56share/sigil/plugin_launchers/python/sigil_bs4/builder/__init__.py 113share/sigil/plugin_launchers/python/sigil_bs4/builder/__init__.py
57share/sigil/plugin_launchers/python/sigil_bs4/builder/_html5lib.py 114share/sigil/plugin_launchers/python/sigil_bs4/builder/_html5lib.py
58share/sigil/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py 115share/sigil/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py
59share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py 116share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py
60share/sigil/plugin_launchers/python/sigil_bs4/dammit.py 117share/sigil/plugin_launchers/python/sigil_bs4/dammit.py
61share/sigil/plugin_launchers/python/sigil_bs4/diagnose.py 118share/sigil/plugin_launchers/python/sigil_bs4/diagnose.py
62share/sigil/plugin_launchers/python/sigil_bs4/element.py 119share/sigil/plugin_launchers/python/sigil_bs4/element.py
63share/sigil/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt 120share/sigil/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt
64share/sigil/plugin_launchers/python/sigil_gumbo_bs4_adapter.py 121share/sigil/plugin_launchers/python/sigil_gumbo_bs4_adapter.py
65share/sigil/plugin_launchers/python/sigil_gumboc.py 122share/sigil/plugin_launchers/python/sigil_gumboc.py
66share/sigil/plugin_launchers/python/sigil_gumboc_tags.py 123share/sigil/plugin_launchers/python/sigil_gumboc_tags.py
67share/sigil/plugin_launchers/python/unipath.py 124share/sigil/plugin_launchers/python/unipath.py
68share/sigil/plugin_launchers/python/validationcontainer.py 125share/sigil/plugin_launchers/python/validationcontainer.py
69share/sigil/plugin_launchers/python/validationresult.py 126share/sigil/plugin_launchers/python/validationresult.py
70share/sigil/plugin_launchers/python/wrapper.py 127share/sigil/plugin_launchers/python/wrapper.py
71share/sigil/polyfills/MathJax.js 128share/sigil/polyfills/MJ/MathJax.js
 129share/sigil/polyfills/MJ/config/local/SIGIL_EBOOK_MML_SVG.js
 130share/sigil/polyfills/MJ/extensions/AssistiveMML.js
 131share/sigil/polyfills/MJ/extensions/MathEvents.js
 132share/sigil/polyfills/MJ/extensions/MathML/mml3.js
 133share/sigil/polyfills/MJ/extensions/fast-preview.js
 134share/sigil/polyfills/MJ/extensions/jsMath2jax.js
 135share/sigil/polyfills/MJ/extensions/mml2jax.js
 136share/sigil/polyfills/MJ/jax/element/mml/jax.js
 137share/sigil/polyfills/MJ/jax/element/mml/optable/Arrows.js
 138share/sigil/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
 139share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiacritMarks.js
 140share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiactForSymbols.js
 141share/sigil/polyfills/MJ/jax/element/mml/optable/Dingbats.js
 142share/sigil/polyfills/MJ/jax/element/mml/optable/GeneralPunctuation.js
 143share/sigil/polyfills/MJ/jax/element/mml/optable/GeometricShapes.js
 144share/sigil/polyfills/MJ/jax/element/mml/optable/GreekAndCoptic.js
 145share/sigil/polyfills/MJ/jax/element/mml/optable/Latin1Supplement.js
 146share/sigil/polyfills/MJ/jax/element/mml/optable/LetterlikeSymbols.js
 147share/sigil/polyfills/MJ/jax/element/mml/optable/MathOperators.js
 148share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsA.js
 149share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsB.js
 150share/sigil/polyfills/MJ/jax/element/mml/optable/MiscSymbolsAndArrows.js
 151share/sigil/polyfills/MJ/jax/element/mml/optable/MiscTechnical.js
 152share/sigil/polyfills/MJ/jax/element/mml/optable/SpacingModLetters.js
 153share/sigil/polyfills/MJ/jax/element/mml/optable/SuppMathOperators.js
 154share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsA.js
 155share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsB.js
 156share/sigil/polyfills/MJ/jax/input/MathML/config.js
 157share/sigil/polyfills/MJ/jax/input/MathML/entities/a.js
 158share/sigil/polyfills/MJ/jax/input/MathML/entities/b.js
 159share/sigil/polyfills/MJ/jax/input/MathML/entities/c.js
 160share/sigil/polyfills/MJ/jax/input/MathML/entities/d.js
 161share/sigil/polyfills/MJ/jax/input/MathML/entities/e.js
 162share/sigil/polyfills/MJ/jax/input/MathML/entities/f.js
 163share/sigil/polyfills/MJ/jax/input/MathML/entities/fr.js
 164share/sigil/polyfills/MJ/jax/input/MathML/entities/g.js
 165share/sigil/polyfills/MJ/jax/input/MathML/entities/h.js
 166share/sigil/polyfills/MJ/jax/input/MathML/entities/i.js
 167share/sigil/polyfills/MJ/jax/input/MathML/entities/j.js
 168share/sigil/polyfills/MJ/jax/input/MathML/entities/k.js
 169share/sigil/polyfills/MJ/jax/input/MathML/entities/l.js
 170share/sigil/polyfills/MJ/jax/input/MathML/entities/m.js
 171share/sigil/polyfills/MJ/jax/input/MathML/entities/n.js
 172share/sigil/polyfills/MJ/jax/input/MathML/entities/o.js
 173share/sigil/polyfills/MJ/jax/input/MathML/entities/opf.js
 174share/sigil/polyfills/MJ/jax/input/MathML/entities/p.js
 175share/sigil/polyfills/MJ/jax/input/MathML/entities/q.js
 176share/sigil/polyfills/MJ/jax/input/MathML/entities/r.js
 177share/sigil/polyfills/MJ/jax/input/MathML/entities/s.js
 178share/sigil/polyfills/MJ/jax/input/MathML/entities/scr.js
 179share/sigil/polyfills/MJ/jax/input/MathML/entities/t.js
 180share/sigil/polyfills/MJ/jax/input/MathML/entities/u.js
 181share/sigil/polyfills/MJ/jax/input/MathML/entities/v.js
 182share/sigil/polyfills/MJ/jax/input/MathML/entities/w.js
 183share/sigil/polyfills/MJ/jax/input/MathML/entities/x.js
 184share/sigil/polyfills/MJ/jax/input/MathML/entities/y.js
 185share/sigil/polyfills/MJ/jax/input/MathML/entities/z.js
 186share/sigil/polyfills/MJ/jax/input/MathML/jax.js
 187share/sigil/polyfills/MJ/jax/output/PreviewHTML/config.js
 188share/sigil/polyfills/MJ/jax/output/PreviewHTML/jax.js
 189share/sigil/polyfills/MJ/jax/output/SVG/autoload/annotation-xml.js
 190share/sigil/polyfills/MJ/jax/output/SVG/autoload/maction.js
 191share/sigil/polyfills/MJ/jax/output/SVG/autoload/menclose.js
 192share/sigil/polyfills/MJ/jax/output/SVG/autoload/mglyph.js
 193share/sigil/polyfills/MJ/jax/output/SVG/autoload/mmultiscripts.js
 194share/sigil/polyfills/MJ/jax/output/SVG/autoload/ms.js
 195share/sigil/polyfills/MJ/jax/output/SVG/autoload/mtable.js
 196share/sigil/polyfills/MJ/jax/output/SVG/autoload/multiline.js
 197share/sigil/polyfills/MJ/jax/output/SVG/config.js
 198share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
 199share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
 200share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
 201share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
 202share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
 203share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
 204share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
 205share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
 206share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
 207share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
 208share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
 209share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
 210share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
 211share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
 212share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
 213share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
 214share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
 215share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
 216share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
 217share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
 218share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
 219share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
 220share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
 221share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
 222share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
 223share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
 224share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
 225share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
 226share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
 227share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
 228share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
 229share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
 230share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
 231share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
 232share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
 233share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
 234share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
 235share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
 236share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
 237share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
 238share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
 239share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
 240share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
 241share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
 242share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
 243share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
 244share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
 245share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
 246share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
 247share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
 248share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
 249share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
 250share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
 251share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
 252share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
 253share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
 254share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
 255share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
 256share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
 257share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
 258share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
 259share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
 260share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
 261share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
 262share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
 263share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
 264share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
 265share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
 266share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
 267share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
 268share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
 269share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
 270share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
 271share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
 272share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
 273share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
 274share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
 275share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
 276share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
 277share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
 278share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
 279share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
 280share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
 281share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
 282share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
 283share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
 284share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
 285share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
 286share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
 287share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
 288share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
 289share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
 290share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
 291share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata-extra.js
 292share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata.js
 293share/sigil/polyfills/MJ/jax/output/SVG/jax.js
 294share/sigil/python3lib/cssreformatter.py
72share/sigil/python3lib/gencheck.py 295share/sigil/python3lib/gencheck.py
73share/sigil/python3lib/metadata_utils.py 296share/sigil/python3lib/metadata_utils.py
74share/sigil/python3lib/metaproc2.py 297share/sigil/python3lib/metaproc2.py
75share/sigil/python3lib/metaproc3.py 298share/sigil/python3lib/metaproc3.py
76share/sigil/python3lib/ncxdata.py 299share/sigil/python3lib/ncxdata.py
77share/sigil/python3lib/ncxgenerator.py 300share/sigil/python3lib/ncxgenerator.py
78share/sigil/python3lib/opf2data.py 301share/sigil/python3lib/opf2data.py
79share/sigil/python3lib/opf3data.py 302share/sigil/python3lib/opf3data.py
80share/sigil/python3lib/opf_newparser.py 303share/sigil/python3lib/opf_newparser.py
81share/sigil/python3lib/sanitycheck.py 304share/sigil/python3lib/sanitycheck.py
82share/sigil/python3lib/updatechecker.py 305share/sigil/python3lib/updatechecker.py
83share/sigil/python3lib/xmlprocessor.py 306share/sigil/python3lib/xmlprocessor.py
84share/sigil/python3lib/xmlsanitycheck.py 307share/sigil/python3lib/xmlsanitycheck.py
85share/sigil/translations/sigil_af.qm 
86share/sigil/translations/sigil_az.qm 308share/sigil/translations/sigil_az.qm
87share/sigil/translations/sigil_ca.qm 309share/sigil/translations/sigil_ca.qm
88share/sigil/translations/sigil_cs.qm 310share/sigil/translations/sigil_cs.qm
89share/sigil/translations/sigil_da_DK.qm 
90share/sigil/translations/sigil_de.qm 311share/sigil/translations/sigil_de.qm
91share/sigil/translations/sigil_el_GR.qm 
92share/sigil/translations/sigil_en.qm 312share/sigil/translations/sigil_en.qm
93share/sigil/translations/sigil_es.qm 313share/sigil/translations/sigil_es.qm
94share/sigil/translations/sigil_fi.qm 314share/sigil/translations/sigil_fi.qm
95share/sigil/translations/sigil_fr.qm 315share/sigil/translations/sigil_fr.qm
96share/sigil/translations/sigil_hu_HU.qm 316share/sigil/translations/sigil_gl.qm
97share/sigil/translations/sigil_id_ID.qm 
98share/sigil/translations/sigil_it.qm 317share/sigil/translations/sigil_it.qm
99share/sigil/translations/sigil_ja.qm 
100share/sigil/translations/sigil_ko.qm 
101share/sigil/translations/sigil_nl.qm 318share/sigil/translations/sigil_nl.qm
102share/sigil/translations/sigil_pl.qm 319share/sigil/translations/sigil_pl.qm
103share/sigil/translations/sigil_pt.qm 
104share/sigil/translations/sigil_pt_BR.qm 
105share/sigil/translations/sigil_ru.qm 320share/sigil/translations/sigil_ru.qm
106share/sigil/translations/sigil_sr.qm 321share/sigil/translations/sigil_sr.qm
107share/sigil/translations/sigil_th.qm 322share/sigil/translations/sigil_th.qm
108share/sigil/translations/sigil_tr.qm 
109share/sigil/translations/sigil_zh.qm 323share/sigil/translations/sigil_zh.qm
110share/sigil/translations/sigil_zh_CN.qm 
111share/sigil/translations/sigil_zh_TW.qm 324share/sigil/translations/sigil_zh_TW.qm

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

--- pkgsrc/editors/Sigil/distinfo 2018/08/17 10:55:42 1.41
+++ pkgsrc/editors/Sigil/distinfo 2019/04/01 21:40:55 1.42
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.41 2018/08/17 10:55:42 wiz Exp $ 1$NetBSD: distinfo,v 1.42 2019/04/01 21:40:55 wiz Exp $
2 2
3SHA1 (Sigil-0.9.10.tar.gz) = b6cd6dbde9ecd07f4f77bf8c442cd10401bfe155 3SHA1 (Sigil-0.9.13.tar.gz) = d7936ef9a68aa99c52d3a693e73edb5c1dee68c1
4RMD160 (Sigil-0.9.10.tar.gz) = 180ae47ca062b92dd4333578ba3a4ce81932d18a 4RMD160 (Sigil-0.9.13.tar.gz) = 712d5dccb10477c322c9f49768b8bb68311681b3
5SHA512 (Sigil-0.9.10.tar.gz) = e01dbca49757cbe7747d37f96c11a4f9cc01a3f24bf4526fac52e9a24970d5e50f386b3dd019e815f6106467ad601d2b153928346e0c302fe6897e443b345d46 5SHA512 (Sigil-0.9.13.tar.gz) = cafc6b075827239b73e80d3efa02e4e77d5903fed1faf8b600f70b178fb0c248c38d43e115f249124859edc12ddd8caf199ef0b0d05f20852eb060b27e5a3578
6Size (Sigil-0.9.10.tar.gz) = 19100153 bytes 6Size (Sigil-0.9.13.tar.gz) = 18235134 bytes
7SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459 7SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
8SHA1 (patch-CMakeLists.txt) = c051261285dbbc3d2e2ab8b57ab678b4e4a45400 8SHA1 (patch-CMakeLists.txt) = f7dc6af8449fb79b378dc5f6b78d5c5e6beaf7db

cvs diff -r1.6 -r1.7 pkgsrc/editors/Sigil/patches/Attic/patch-CMakeLists.txt (expand / switch to unified diff)

--- pkgsrc/editors/Sigil/patches/Attic/patch-CMakeLists.txt 2018/07/22 22:51:24 1.6
+++ pkgsrc/editors/Sigil/patches/Attic/patch-CMakeLists.txt 2019/04/01 21:40:55 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-CMakeLists.txt,v 1.6 2018/07/22 22:51:24 wiz Exp $ 1$NetBSD: patch-CMakeLists.txt,v 1.7 2019/04/01 21:40:55 wiz Exp $
2 2
3Try finding python 3.7 3Try finding python 3.7
4 4
5--- CMakeLists.txt.orig 2018-07-22 22:41:30.657122506 +0000 5--- CMakeLists.txt.orig 2019-03-20 00:01:44.000000000 +0000
6+++ CMakeLists.txt 6+++ CMakeLists.txt
7@@ -87,8 +87,8 @@ if ( WIN32 OR APPLE ) 7@@ -92,8 +92,8 @@ if ( WIN32 )
8 find_package(PythonInterp 3.5) 
9 find_package (PythonLibs 3.5) 8 find_package (PythonLibs 3.5)
10 else() 9 endif()
 10 if( UNIX AND NOT APPLE )
11- find_package(PythonInterp 3.4) 11- find_package(PythonInterp 3.4)
12- find_package (PythonLibs 3.4) 12- find_package (PythonLibs 3.4)
13+ find_package(PythonInterp 3.7) 13+ find_package(PythonInterp 3.7)
14+ find_package (PythonLibs 3.7) 14+ find_package (PythonLibs 3.7)
15 endif() 15 endif()
16  16
17 # gumbo-parser it is our main xhtml/html5 parser. 17 # gumbo-parser it is our main xhtml/html5 parser.