pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/Sigil Sigil: update to 0.9.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cb7bb81fe64
branches:  trunk
changeset: 332033:3cb7bb81fe64
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 01 21:40:55 2019 +0000

description:
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

diffstat:

 editors/Sigil/Makefile                     |    5 +-
 editors/Sigil/PLIST                        |  239 +++++++++++++++++++++++++++-
 editors/Sigil/distinfo                     |   12 +-
 editors/Sigil/patches/patch-CMakeLists.txt |   10 +-
 4 files changed, 239 insertions(+), 27 deletions(-)

diffs (truncated from 333 to 300 lines):

diff -r 03fbbdaa098b -r 3cb7bb81fe64 editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Mon Apr 01 19:58:51 2019 +0000
+++ b/editors/Sigil/Makefile    Mon Apr 01 21:40:55 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.117 2018/12/13 19:51:49 adam Exp $
+# $NetBSD: Makefile,v 1.118 2019/04/01 21:40:55 wiz Exp $
 
-DISTNAME=      Sigil-0.9.10
-PKGREVISION=   5
+DISTNAME=      Sigil-0.9.13
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=        Sigil
diff -r 03fbbdaa098b -r 3cb7bb81fe64 editors/Sigil/PLIST
--- a/editors/Sigil/PLIST       Mon Apr 01 19:58:51 2019 +0000
+++ b/editors/Sigil/PLIST       Mon Apr 01 21:40:55 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/08/17 10:55:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/04/01 21:40:55 wiz Exp $
 bin/sigil
 lib/sigil/libhunspell.so
 lib/sigil/libsigilgumbo.so
@@ -42,6 +42,63 @@
 share/sigil/hunspell_dictionaries/license.txt
 share/sigil/plugin_launchers/python/bookcontainer.py
 share/sigil/plugin_launchers/python/compatibility_utils.py
+share/sigil/plugin_launchers/python/css_parser/COPYING
+share/sigil/plugin_launchers/python/css_parser/COPYING.LESSER
+share/sigil/plugin_launchers/python/css_parser/CSSUTILS_README.txt
+share/sigil/plugin_launchers/python/css_parser/README.md
+share/sigil/plugin_launchers/python/css_parser/__init__.py
+share/sigil/plugin_launchers/python/css_parser/_codec2.py
+share/sigil/plugin_launchers/python/css_parser/_codec3.py
+share/sigil/plugin_launchers/python/css_parser/_fetch.py
+share/sigil/plugin_launchers/python/css_parser/_fetchgae.py
+share/sigil/plugin_launchers/python/css_parser/codec.py
+share/sigil/plugin_launchers/python/css_parser/css/__init__.py
+share/sigil/plugin_launchers/python/css_parser/css/colors.py
+share/sigil/plugin_launchers/python/css_parser/css/csscharsetrule.py
+share/sigil/plugin_launchers/python/css_parser/css/csscomment.py
+share/sigil/plugin_launchers/python/css_parser/css/cssfontfacerule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssimportrule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssmediarule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssnamespacerule.py
+share/sigil/plugin_launchers/python/css_parser/css/csspagerule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssproperties.py
+share/sigil/plugin_launchers/python/css_parser/css/cssrule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssrulelist.py
+share/sigil/plugin_launchers/python/css_parser/css/cssstyledeclaration.py
+share/sigil/plugin_launchers/python/css_parser/css/cssstylerule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssstylesheet.py
+share/sigil/plugin_launchers/python/css_parser/css/cssunknownrule.py
+share/sigil/plugin_launchers/python/css_parser/css/cssvalue.py
+share/sigil/plugin_launchers/python/css_parser/css/cssvariablesdeclaration.py
+share/sigil/plugin_launchers/python/css_parser/css/cssvariablesrule.py
+share/sigil/plugin_launchers/python/css_parser/css/marginrule.py
+share/sigil/plugin_launchers/python/css_parser/css/property.py
+share/sigil/plugin_launchers/python/css_parser/css/selector.py
+share/sigil/plugin_launchers/python/css_parser/css/selectorlist.py
+share/sigil/plugin_launchers/python/css_parser/css/value.py
+share/sigil/plugin_launchers/python/css_parser/cssproductions.py
+share/sigil/plugin_launchers/python/css_parser/encutils/__init__.py
+share/sigil/plugin_launchers/python/css_parser/errorhandler.py
+share/sigil/plugin_launchers/python/css_parser/helper.py
+share/sigil/plugin_launchers/python/css_parser/parse.py
+share/sigil/plugin_launchers/python/css_parser/prodparser.py
+share/sigil/plugin_launchers/python/css_parser/profiles.py
+share/sigil/plugin_launchers/python/css_parser/sac.py
+share/sigil/plugin_launchers/python/css_parser/script.py
+share/sigil/plugin_launchers/python/css_parser/scripts/__init__.py
+share/sigil/plugin_launchers/python/css_parser/scripts/csscapture.py
+share/sigil/plugin_launchers/python/css_parser/scripts/csscombine.py
+share/sigil/plugin_launchers/python/css_parser/scripts/cssparse.py
+share/sigil/plugin_launchers/python/css_parser/serialize.py
+share/sigil/plugin_launchers/python/css_parser/settings.py
+share/sigil/plugin_launchers/python/css_parser/stylesheets/__init__.py
+share/sigil/plugin_launchers/python/css_parser/stylesheets/medialist.py
+share/sigil/plugin_launchers/python/css_parser/stylesheets/mediaquery.py
+share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheet.py
+share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheetlist.py
+share/sigil/plugin_launchers/python/css_parser/tokenize2.py
+share/sigil/plugin_launchers/python/css_parser/util.py
+share/sigil/plugin_launchers/python/css_parser/version.py
 share/sigil/plugin_launchers/python/epub_utils.py
 share/sigil/plugin_launchers/python/inputcontainer.py
 share/sigil/plugin_launchers/python/launcher.py
@@ -68,7 +125,173 @@
 share/sigil/plugin_launchers/python/validationcontainer.py
 share/sigil/plugin_launchers/python/validationresult.py
 share/sigil/plugin_launchers/python/wrapper.py
-share/sigil/polyfills/MathJax.js
+share/sigil/polyfills/MJ/MathJax.js
+share/sigil/polyfills/MJ/config/local/SIGIL_EBOOK_MML_SVG.js
+share/sigil/polyfills/MJ/extensions/AssistiveMML.js
+share/sigil/polyfills/MJ/extensions/MathEvents.js
+share/sigil/polyfills/MJ/extensions/MathML/mml3.js
+share/sigil/polyfills/MJ/extensions/fast-preview.js
+share/sigil/polyfills/MJ/extensions/jsMath2jax.js
+share/sigil/polyfills/MJ/extensions/mml2jax.js
+share/sigil/polyfills/MJ/jax/element/mml/jax.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/Arrows.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiactForSymbols.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/Dingbats.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/GeneralPunctuation.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/GeometricShapes.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/GreekAndCoptic.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/Latin1Supplement.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/LetterlikeSymbols.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/MathOperators.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsA.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsB.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/MiscSymbolsAndArrows.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/MiscTechnical.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/SpacingModLetters.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/SuppMathOperators.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsA.js
+share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsB.js
+share/sigil/polyfills/MJ/jax/input/MathML/config.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/a.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/b.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/c.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/d.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/e.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/f.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/fr.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/g.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/h.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/i.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/j.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/k.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/l.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/m.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/n.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/o.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/opf.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/p.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/q.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/r.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/s.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/scr.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/t.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/u.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/v.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/w.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/x.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/y.js
+share/sigil/polyfills/MJ/jax/input/MathML/entities/z.js
+share/sigil/polyfills/MJ/jax/input/MathML/jax.js
+share/sigil/polyfills/MJ/jax/output/PreviewHTML/config.js
+share/sigil/polyfills/MJ/jax/output/PreviewHTML/jax.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/annotation-xml.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/maction.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/menclose.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/mglyph.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/mmultiscripts.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/ms.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/mtable.js
+share/sigil/polyfills/MJ/jax/output/SVG/autoload/multiline.js
+share/sigil/polyfills/MJ/jax/output/SVG/config.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata-extra.js
+share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata.js
+share/sigil/polyfills/MJ/jax/output/SVG/jax.js
+share/sigil/python3lib/cssreformatter.py
 share/sigil/python3lib/gencheck.py
 share/sigil/python3lib/metadata_utils.py
 share/sigil/python3lib/metaproc2.py
@@ -82,30 +305,20 @@
 share/sigil/python3lib/updatechecker.py
 share/sigil/python3lib/xmlprocessor.py
 share/sigil/python3lib/xmlsanitycheck.py
-share/sigil/translations/sigil_af.qm
 share/sigil/translations/sigil_az.qm
 share/sigil/translations/sigil_ca.qm
 share/sigil/translations/sigil_cs.qm
-share/sigil/translations/sigil_da_DK.qm
 share/sigil/translations/sigil_de.qm
-share/sigil/translations/sigil_el_GR.qm
 share/sigil/translations/sigil_en.qm
 share/sigil/translations/sigil_es.qm
 share/sigil/translations/sigil_fi.qm
 share/sigil/translations/sigil_fr.qm
-share/sigil/translations/sigil_hu_HU.qm
-share/sigil/translations/sigil_id_ID.qm
+share/sigil/translations/sigil_gl.qm
 share/sigil/translations/sigil_it.qm
-share/sigil/translations/sigil_ja.qm
-share/sigil/translations/sigil_ko.qm
 share/sigil/translations/sigil_nl.qm
 share/sigil/translations/sigil_pl.qm
-share/sigil/translations/sigil_pt.qm
-share/sigil/translations/sigil_pt_BR.qm
 share/sigil/translations/sigil_ru.qm
 share/sigil/translations/sigil_sr.qm
 share/sigil/translations/sigil_th.qm
-share/sigil/translations/sigil_tr.qm
 share/sigil/translations/sigil_zh.qm
-share/sigil/translations/sigil_zh_CN.qm
 share/sigil/translations/sigil_zh_TW.qm
diff -r 03fbbdaa098b -r 3cb7bb81fe64 editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Mon Apr 01 19:58:51 2019 +0000
+++ b/editors/Sigil/distinfo    Mon Apr 01 21:40:55 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2018/08/17 10:55:42 wiz Exp $
+$NetBSD: distinfo,v 1.42 2019/04/01 21:40:55 wiz Exp $
 



Home | Main Index | Thread Index | Old Index