pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/Sigil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  1 21:40:56 UTC 2019

Modified Files:
        pkgsrc/editors/Sigil: Makefile PLIST distinfo
        pkgsrc/editors/Sigil/patches: patch-CMakeLists.txt

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/Sigil/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/Sigil/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.117 pkgsrc/editors/Sigil/Makefile:1.118
--- pkgsrc/editors/Sigil/Makefile:1.117 Thu Dec 13 19:51:49 2018
+++ pkgsrc/editors/Sigil/Makefile       Mon Apr  1 21:40:55 2019
@@ -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

Index: pkgsrc/editors/Sigil/PLIST
diff -u pkgsrc/editors/Sigil/PLIST:1.17 pkgsrc/editors/Sigil/PLIST:1.18
--- pkgsrc/editors/Sigil/PLIST:1.17     Fri Aug 17 10:55:42 2018
+++ pkgsrc/editors/Sigil/PLIST  Mon Apr  1 21:40:55 2019
@@ -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/hyph_f
 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/unip
 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/sanitycheck.py
 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

Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.41 pkgsrc/editors/Sigil/distinfo:1.42
--- pkgsrc/editors/Sigil/distinfo:1.41  Fri Aug 17 10:55:42 2018
+++ pkgsrc/editors/Sigil/distinfo       Mon Apr  1 21:40:55 2019
@@ -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 $
 
-SHA1 (Sigil-0.9.10.tar.gz) = b6cd6dbde9ecd07f4f77bf8c442cd10401bfe155
-RMD160 (Sigil-0.9.10.tar.gz) = 180ae47ca062b92dd4333578ba3a4ce81932d18a
-SHA512 (Sigil-0.9.10.tar.gz) = e01dbca49757cbe7747d37f96c11a4f9cc01a3f24bf4526fac52e9a24970d5e50f386b3dd019e815f6106467ad601d2b153928346e0c302fe6897e443b345d46
-Size (Sigil-0.9.10.tar.gz) = 19100153 bytes
+SHA1 (Sigil-0.9.13.tar.gz) = d7936ef9a68aa99c52d3a693e73edb5c1dee68c1
+RMD160 (Sigil-0.9.13.tar.gz) = 712d5dccb10477c322c9f49768b8bb68311681b3
+SHA512 (Sigil-0.9.13.tar.gz) = cafc6b075827239b73e80d3efa02e4e77d5903fed1faf8b600f70b178fb0c248c38d43e115f249124859edc12ddd8caf199ef0b0d05f20852eb060b27e5a3578
+Size (Sigil-0.9.13.tar.gz) = 18235134 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
-SHA1 (patch-CMakeLists.txt) = c051261285dbbc3d2e2ab8b57ab678b4e4a45400
+SHA1 (patch-CMakeLists.txt) = f7dc6af8449fb79b378dc5f6b78d5c5e6beaf7db

Index: pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt
diff -u pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt:1.6 pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt:1.7
--- pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt:1.6       Sun Jul 22 22:51:24 2018
+++ pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt   Mon Apr  1 21:40:55 2019
@@ -1,13 +1,13 @@
-$NetBSD: patch-CMakeLists.txt,v 1.6 2018/07/22 22:51:24 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.7 2019/04/01 21:40:55 wiz Exp $
 
 Try finding python 3.7
 
---- CMakeLists.txt.orig        2018-07-22 22:41:30.657122506 +0000
+--- CMakeLists.txt.orig        2019-03-20 00:01:44.000000000 +0000
 +++ CMakeLists.txt
-@@ -87,8 +87,8 @@ if ( WIN32 OR APPLE )
-     find_package(PythonInterp 3.5)
+@@ -92,8 +92,8 @@ if ( WIN32 )
      find_package (PythonLibs 3.5)
- else()
+ endif()
+ if( UNIX AND NOT APPLE )
 -    find_package(PythonInterp 3.4)
 -    find_package (PythonLibs 3.4)
 +    find_package(PythonInterp 3.7)



Home | Main Index | Thread Index | Old Index