pkgsrc/editors/Sigil/PLIST
wiz 54911e0cfd Sigil: update to 0.9.9.
Sigil-0.9.9
   Bug Fixes
    - Add python_3.5_fixes3.patch to Python build and update build docs on OSX to fix missing symbols
    - Fix crash caused by Preview holding pointer to user removed resource when front tab is non-html resource
    - Fix crash in FlowTab destructor due to re-entering flowtab during Syntax Highlighting and signals
    - Fix issue with file icons disappearing when reordering in Book Browser (commit ecb56b1f)
    - Fix missing epub3 Manifest cover-image property setting/unsetting with BookBrowser
    - Fix issue where cancelling the SaveAs dialog disconnected an existing epub from its saved path
    - Fix assertion error in sigil-gumbo when handling extraneous script end tags
    - Apply multiple fixes for gumbo from upstream
    - Fix segfault in Split at Cursor when not an html file
    - Make sure Add Cover tool properly handles existing manifest cover properties in EPUB3s
    - Correct error dialog to say "Sigil may need to close."
    - Prevent Images and Misc items from being dragged to the Text folder in Book Browser (commit 30bb96d)
    - Fix Linux bug that prevents rich text from other programs being pasted into Book View (issue #320)
    - Fix bug where index entries inside em and dfn tags were ignored during index generation
    - Fix bug on Windows in spell checking when smart right single quotes are used for apostrophes
    - Fix bug in simple well-formed check to handle generic xml processing instructions
    - Fix bug in epub3 MetaEditor with title-type and collection-type properties
    - Fix plugin code to prevent book href vs manifest id clashes
    - Fix bug in Plugin Runner to allow it to delete non-manifested files properly
    - Fix bug in SourceUpdates to handle properly handle css properties with multiple urls
    - Fix bugs in well-formed check to better handle missing doctypes

   New Features
    - Add SIGIL_DISABLE_CURSOR_BLINK environment variable to disable text cursor to aid Accessibility on OSX
    - Better use semantic information (guide types and Landmarks) to allow the user finer control of index generation
    - Attempt to improve Metadata Editor placeholder text to help beginners
    - Preview Window Title bar will now show height and width of the Preview Window
    - Allow users to limit/disable clipboard history saving via General Preferences
    - Convert br tags in header text to linebreaks for toc/ncx/nav generation routines
    - Support spell checking of words with numbers controlled by Preference settings
    - Add two additional Quick Lauch Icons for Plugins
2018-01-28 15:40:10 +00:00

109 lines
4.8 KiB
Text

@comment $NetBSD: PLIST,v 1.16 2018/01/28 15:40:10 wiz Exp $
bin/sigil
lib/sigil/libhunspell.so
lib/sigil/libsigilgumbo.so
lib/sigil/sigil
share/applications/sigil.desktop
share/pixmaps/sigil.png
share/sigil/examples/clip_entries.ini
share/sigil/examples/search_entries.ini
share/sigil/hunspell_dictionaries/About.txt
share/sigil/hunspell_dictionaries/COPYING_GPLv2.txt
share/sigil/hunspell_dictionaries/COPYING_GPLv3.txt
share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.0.txt
share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.1.txt
share/sigil/hunspell_dictionaries/README.txt
share/sigil/hunspell_dictionaries/README_de_DE_frami.txt
share/sigil/hunspell_dictionaries/README_en_GB.txt
share/sigil/hunspell_dictionaries/README_en_US.txt
share/sigil/hunspell_dictionaries/README_es_ANY.txt
share/sigil/hunspell_dictionaries/README_extension_owner.txt
share/sigil/hunspell_dictionaries/README_fr.txt
share/sigil/hunspell_dictionaries/README_hyph_de.txt
share/sigil/hunspell_dictionaries/README_hyph_en_GB.txt
share/sigil/hunspell_dictionaries/README_hyph_en_US.txt
share/sigil/hunspell_dictionaries/README_hyph_es_ANY.txt
share/sigil/hunspell_dictionaries/README_hyph_fr.txt
share/sigil/hunspell_dictionaries/de_DE.aff
share/sigil/hunspell_dictionaries/de_DE.dic
share/sigil/hunspell_dictionaries/en_GB.aff
share/sigil/hunspell_dictionaries/en_GB.dic
share/sigil/hunspell_dictionaries/en_US.aff
share/sigil/hunspell_dictionaries/en_US.dic
share/sigil/hunspell_dictionaries/es.aff
share/sigil/hunspell_dictionaries/es.dic
share/sigil/hunspell_dictionaries/fr.aff
share/sigil/hunspell_dictionaries/fr.dic
share/sigil/hunspell_dictionaries/hyph_de_DE.dic
share/sigil/hunspell_dictionaries/hyph_en_GB.dic
share/sigil/hunspell_dictionaries/hyph_en_US.dic
share/sigil/hunspell_dictionaries/hyph_es.dic
share/sigil/hunspell_dictionaries/hyph_fr.dic
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/epub_utils.py
share/sigil/plugin_launchers/python/inputcontainer.py
share/sigil/plugin_launchers/python/launcher.py
share/sigil/plugin_launchers/python/opf_parser.py
share/sigil/plugin_launchers/python/outputcontainer.py
share/sigil/plugin_launchers/python/pluginhunspell.py
share/sigil/plugin_launchers/python/preferences.py
share/sigil/plugin_launchers/python/quickparser.py
share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt
share/sigil/plugin_launchers/python/sigil_bs4/COPYING.txt
share/sigil/plugin_launchers/python/sigil_bs4/__init__.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/__init__.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/_html5lib.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py
share/sigil/plugin_launchers/python/sigil_bs4/dammit.py
share/sigil/plugin_launchers/python/sigil_bs4/diagnose.py
share/sigil/plugin_launchers/python/sigil_bs4/element.py
share/sigil/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt
share/sigil/plugin_launchers/python/sigil_gumbo_bs4_adapter.py
share/sigil/plugin_launchers/python/sigil_gumboc.py
share/sigil/plugin_launchers/python/sigil_gumboc_tags.py
share/sigil/plugin_launchers/python/unipath.py
share/sigil/plugin_launchers/python/validationcontainer.py
share/sigil/plugin_launchers/python/validationresult.py
share/sigil/plugin_launchers/python/wrapper.py
share/sigil/polyfills/MathJax.js
share/sigil/python3lib/gencheck.py
share/sigil/python3lib/metadata_utils.py
share/sigil/python3lib/metaproc2.py
share/sigil/python3lib/metaproc3.py
share/sigil/python3lib/ncxdata.py
share/sigil/python3lib/ncxgenerator.py
share/sigil/python3lib/opf2data.py
share/sigil/python3lib/opf3data.py
share/sigil/python3lib/opf_newparser.py
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_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_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_tr.qm
share/sigil/translations/sigil_zh.qm
share/sigil/translations/sigil_zh_CN.qm
share/sigil/translations/sigil_zh_TW.qm