Index: head/textproc/sigil/Makefile =================================================================== --- head/textproc/sigil/Makefile (revision 508243) +++ head/textproc/sigil/Makefile (revision 508244) @@ -1,46 +1,46 @@ # Created by: Jonathan Chen # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTVERSION= 0.9.16 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz COMMENT= WYSIWYG ePub editor LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libminizip.so:archivers/minizip \ libpcre.so:devel/pcre \ libhunspell-1.7.so:textproc/hunspell RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} USES= cmake compiler:c++11-lib desktop-file-utils \ pkgconfig python:3.4+ qt:5 shebangfix SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ src/Resource_Files/python3lib/*.py USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -USE_QT= concurrent core gui network printsupport svg webkit \ - widgets xml xmlpatterns \ +USE_QT= concurrent core declarative gui location network printsupport \ + svg webchannel webengine widgets xml xmlpatterns \ buildtools_build linguisttools_build qmake_build \ imageformats_run CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=1 USE_LDCONFIG= ${PREFIX}/lib/sigil # Upstream uses pkg-config output to pass libhunspell-1.7.so and # libpcre16.so to the linker. pkg-config output does not include full # paths, so add a workaround to keep the port linking for now. LDFLAGS+= -L${LOCALBASE}/lib post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so .include Index: head/textproc/sigil/distinfo =================================================================== --- head/textproc/sigil/distinfo (revision 508243) +++ head/textproc/sigil/distinfo (revision 508244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553459009 -SHA256 (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777 -SIZE (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 18235134 +TIMESTAMP = 1564653555 +SHA256 (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638 +SIZE (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = 21241424 Index: head/textproc/sigil/pkg-plist =================================================================== --- head/textproc/sigil/pkg-plist (revision 508243) +++ head/textproc/sigil/pkg-plist (revision 508244) @@ -1,322 +1,324 @@ bin/sigil lib/sigil/libsigilgumbo.so lib/sigil/sigil share/applications/sigil.desktop share/pixmaps/sigil.png %%DATADIR%%/examples/clip_entries.ini %%DATADIR%%/examples/search_entries.ini %%DATADIR%%/hunspell_dictionaries/About.txt %%DATADIR%%/hunspell_dictionaries/COPYING_GPLv2.txt %%DATADIR%%/hunspell_dictionaries/COPYING_GPLv3.txt %%DATADIR%%/hunspell_dictionaries/COPYING_LGPL_v2.0.txt %%DATADIR%%/hunspell_dictionaries/COPYING_LGPL_v2.1.txt %%DATADIR%%/hunspell_dictionaries/README.txt %%DATADIR%%/hunspell_dictionaries/README_de_DE_frami.txt %%DATADIR%%/hunspell_dictionaries/README_en_GB.txt %%DATADIR%%/hunspell_dictionaries/README_en_US.txt %%DATADIR%%/hunspell_dictionaries/README_es_ANY.txt %%DATADIR%%/hunspell_dictionaries/README_extension_owner.txt %%DATADIR%%/hunspell_dictionaries/README_fr.txt %%DATADIR%%/hunspell_dictionaries/README_hyph_de.txt %%DATADIR%%/hunspell_dictionaries/README_hyph_en_GB.txt %%DATADIR%%/hunspell_dictionaries/README_hyph_en_US.txt %%DATADIR%%/hunspell_dictionaries/README_hyph_es_ANY.txt %%DATADIR%%/hunspell_dictionaries/README_hyph_fr.txt %%DATADIR%%/hunspell_dictionaries/de_DE.aff %%DATADIR%%/hunspell_dictionaries/de_DE.dic %%DATADIR%%/hunspell_dictionaries/en_GB.aff %%DATADIR%%/hunspell_dictionaries/en_GB.dic %%DATADIR%%/hunspell_dictionaries/en_US.aff %%DATADIR%%/hunspell_dictionaries/en_US.dic %%DATADIR%%/hunspell_dictionaries/es.aff %%DATADIR%%/hunspell_dictionaries/es.dic %%DATADIR%%/hunspell_dictionaries/fr.aff %%DATADIR%%/hunspell_dictionaries/fr.dic %%DATADIR%%/hunspell_dictionaries/hyph_de_DE.dic %%DATADIR%%/hunspell_dictionaries/hyph_en_GB.dic %%DATADIR%%/hunspell_dictionaries/hyph_en_US.dic %%DATADIR%%/hunspell_dictionaries/hyph_es.dic %%DATADIR%%/hunspell_dictionaries/hyph_fr.dic %%DATADIR%%/hunspell_dictionaries/license.txt %%DATADIR%%/plugin_launchers/python/bookcontainer.py %%DATADIR%%/plugin_launchers/python/compatibility_utils.py %%DATADIR%%/plugin_launchers/python/css_parser/COPYING %%DATADIR%%/plugin_launchers/python/css_parser/COPYING.LESSER %%DATADIR%%/plugin_launchers/python/css_parser/CSSUTILS_README.txt %%DATADIR%%/plugin_launchers/python/css_parser/README.md %%DATADIR%%/plugin_launchers/python/css_parser/__init__.py %%DATADIR%%/plugin_launchers/python/css_parser/_codec2.py %%DATADIR%%/plugin_launchers/python/css_parser/_codec3.py %%DATADIR%%/plugin_launchers/python/css_parser/_fetch.py %%DATADIR%%/plugin_launchers/python/css_parser/_fetchgae.py %%DATADIR%%/plugin_launchers/python/css_parser/codec.py %%DATADIR%%/plugin_launchers/python/css_parser/css/__init__.py %%DATADIR%%/plugin_launchers/python/css_parser/css/colors.py %%DATADIR%%/plugin_launchers/python/css_parser/css/csscharsetrule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/csscomment.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssfontfacerule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssimportrule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssmediarule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssnamespacerule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/csspagerule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssproperties.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssrule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssrulelist.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssstyledeclaration.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssstylerule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssstylesheet.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssunknownrule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssvalue.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssvariablesdeclaration.py %%DATADIR%%/plugin_launchers/python/css_parser/css/cssvariablesrule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/marginrule.py %%DATADIR%%/plugin_launchers/python/css_parser/css/property.py %%DATADIR%%/plugin_launchers/python/css_parser/css/selector.py %%DATADIR%%/plugin_launchers/python/css_parser/css/selectorlist.py %%DATADIR%%/plugin_launchers/python/css_parser/css/value.py %%DATADIR%%/plugin_launchers/python/css_parser/cssproductions.py %%DATADIR%%/plugin_launchers/python/css_parser/encutils/__init__.py %%DATADIR%%/plugin_launchers/python/css_parser/errorhandler.py %%DATADIR%%/plugin_launchers/python/css_parser/helper.py %%DATADIR%%/plugin_launchers/python/css_parser/parse.py %%DATADIR%%/plugin_launchers/python/css_parser/prodparser.py %%DATADIR%%/plugin_launchers/python/css_parser/profiles.py %%DATADIR%%/plugin_launchers/python/css_parser/sac.py %%DATADIR%%/plugin_launchers/python/css_parser/script.py %%DATADIR%%/plugin_launchers/python/css_parser/scripts/__init__.py %%DATADIR%%/plugin_launchers/python/css_parser/scripts/csscapture.py %%DATADIR%%/plugin_launchers/python/css_parser/scripts/csscombine.py %%DATADIR%%/plugin_launchers/python/css_parser/scripts/cssparse.py %%DATADIR%%/plugin_launchers/python/css_parser/serialize.py %%DATADIR%%/plugin_launchers/python/css_parser/settings.py %%DATADIR%%/plugin_launchers/python/css_parser/stylesheets/__init__.py %%DATADIR%%/plugin_launchers/python/css_parser/stylesheets/medialist.py %%DATADIR%%/plugin_launchers/python/css_parser/stylesheets/mediaquery.py %%DATADIR%%/plugin_launchers/python/css_parser/stylesheets/stylesheet.py %%DATADIR%%/plugin_launchers/python/css_parser/stylesheets/stylesheetlist.py %%DATADIR%%/plugin_launchers/python/css_parser/tokenize2.py %%DATADIR%%/plugin_launchers/python/css_parser/util.py %%DATADIR%%/plugin_launchers/python/css_parser/version.py %%DATADIR%%/plugin_launchers/python/epub_utils.py %%DATADIR%%/plugin_launchers/python/inputcontainer.py %%DATADIR%%/plugin_launchers/python/launcher.py +%%DATADIR%%/plugin_launchers/python/navprocessor.py %%DATADIR%%/plugin_launchers/python/opf_parser.py %%DATADIR%%/plugin_launchers/python/outputcontainer.py %%DATADIR%%/plugin_launchers/python/pluginhunspell.py %%DATADIR%%/plugin_launchers/python/preferences.py %%DATADIR%%/plugin_launchers/python/quickparser.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/AUTHORS.txt %%DATADIR%%/plugin_launchers/python/sigil_bs4/COPYING.txt %%DATADIR%%/plugin_launchers/python/sigil_bs4/__init__.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/__init__.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/_html5lib.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/_lxml.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/dammit.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/diagnose.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/element.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt %%DATADIR%%/plugin_launchers/python/sigil_gumbo_bs4_adapter.py %%DATADIR%%/plugin_launchers/python/sigil_gumboc.py %%DATADIR%%/plugin_launchers/python/sigil_gumboc_tags.py %%DATADIR%%/plugin_launchers/python/unipath.py %%DATADIR%%/plugin_launchers/python/validationcontainer.py %%DATADIR%%/plugin_launchers/python/validationresult.py %%DATADIR%%/plugin_launchers/python/wrapper.py %%DATADIR%%/polyfills/MJ/MathJax.js %%DATADIR%%/polyfills/MJ/config/local/SIGIL_EBOOK_MML_SVG.js %%DATADIR%%/polyfills/MJ/extensions/AssistiveMML.js %%DATADIR%%/polyfills/MJ/extensions/MathEvents.js %%DATADIR%%/polyfills/MJ/extensions/MathML/mml3.js %%DATADIR%%/polyfills/MJ/extensions/fast-preview.js %%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js %%DATADIR%%/polyfills/MJ/extensions/mml2jax.js +%%DATADIR%%/polyfills/MJ/extensions/toMathML.js %%DATADIR%%/polyfills/MJ/jax/element/mml/jax.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/CombDiactForSymbols.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Dingbats.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/GeneralPunctuation.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/GeometricShapes.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/GreekAndCoptic.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Latin1Supplement.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/LetterlikeSymbols.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/MathOperators.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsA.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsB.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/MiscSymbolsAndArrows.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/MiscTechnical.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/SpacingModLetters.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/SuppMathOperators.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsA.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsB.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/config.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/a.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/b.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/c.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/d.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/e.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/f.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/fr.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/g.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/h.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/i.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/j.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/k.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/l.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/m.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/n.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/o.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/opf.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/p.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/q.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/r.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/s.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/scr.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/t.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/u.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/v.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/w.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/x.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/y.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/entities/z.js %%DATADIR%%/polyfills/MJ/jax/input/MathML/jax.js %%DATADIR%%/polyfills/MJ/jax/output/PreviewHTML/config.js %%DATADIR%%/polyfills/MJ/jax/output/PreviewHTML/jax.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/annotation-xml.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/maction.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/menclose.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/mglyph.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/mmultiscripts.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/ms.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/mtable.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/autoload/multiline.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/config.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata-extra.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata.js %%DATADIR%%/polyfills/MJ/jax/output/SVG/jax.js %%DATADIR%%/python3lib/cssreformatter.py %%DATADIR%%/python3lib/gencheck.py %%DATADIR%%/python3lib/metadata_utils.py %%DATADIR%%/python3lib/metaproc2.py %%DATADIR%%/python3lib/metaproc3.py %%DATADIR%%/python3lib/ncxdata.py %%DATADIR%%/python3lib/ncxgenerator.py %%DATADIR%%/python3lib/opf2data.py %%DATADIR%%/python3lib/opf3data.py %%DATADIR%%/python3lib/opf_newparser.py %%DATADIR%%/python3lib/sanitycheck.py %%DATADIR%%/python3lib/updatechecker.py %%DATADIR%%/python3lib/xmlprocessor.py %%DATADIR%%/python3lib/xmlsanitycheck.py %%DATADIR%%/translations/sigil_az.qm %%DATADIR%%/translations/sigil_ca.qm %%DATADIR%%/translations/sigil_cs.qm %%DATADIR%%/translations/sigil_de.qm %%DATADIR%%/translations/sigil_en.qm %%DATADIR%%/translations/sigil_es.qm %%DATADIR%%/translations/sigil_fi.qm %%DATADIR%%/translations/sigil_fr.qm %%DATADIR%%/translations/sigil_gl.qm %%DATADIR%%/translations/sigil_it.qm %%DATADIR%%/translations/sigil_nl.qm %%DATADIR%%/translations/sigil_pl.qm %%DATADIR%%/translations/sigil_ru.qm %%DATADIR%%/translations/sigil_sr.qm %%DATADIR%%/translations/sigil_th.qm %%DATADIR%%/translations/sigil_zh.qm %%DATADIR%%/translations/sigil_zh_TW.qm