Date: Mon, 18 Feb 2019 18:20:40 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493288 - head/textproc/sigil Message-ID: <201902181820.x1IIKejr051819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Mon Feb 18 18:20:39 2019 New Revision: 493288 URL: https://svnweb.freebsd.org/changeset/ports/493288 Log: textproc/sigil: update to 0.9.11 For new features, see complete ChangeLog at https://github.com/Sigil-Ebook/Sigil/releases/tag/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 Reported by: portscout Modified: head/textproc/sigil/Makefile head/textproc/sigil/distinfo head/textproc/sigil/pkg-plist Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Mon Feb 18 18:20:39 2019 (r493287) +++ head/textproc/sigil/Makefile Mon Feb 18 18:20:39 2019 (r493288) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.10 -PORTREVISION= 3 +PORTVERSION= 0.9.11 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -16,20 +15,24 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \ libhunspell-1.7.so:textproc/hunspell RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= Sigil-Ebook -GH_PROJECT= Sigil - 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 \ buildtools_build linguisttools_build qmake_build \ imageformats_run + CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=1 \ -DINSTALL_BUNDLED_DICTS:BOOL=0 + USE_LDCONFIG= ${PREFIX}/lib/sigil # Upstream uses pkg-config output to pass libhunspell-1.7.so and Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Mon Feb 18 18:20:39 2019 (r493287) +++ head/textproc/sigil/distinfo Mon Feb 18 18:20:39 2019 (r493288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533179611 -SHA256 (Sigil-Ebook-Sigil-0.9.10_GH0.tar.gz) = 294954c4c2b3f1f9348d4f1bff18edebaba44afae901be3900154778b2f877ed -SIZE (Sigil-Ebook-Sigil-0.9.10_GH0.tar.gz) = 19100153 +TIMESTAMP = 1550422542 +SHA256 (Sigil-Ebook-Sigil-0.9.11_GH0.tar.gz) = db05ceb1d5eb1578f72930ede14026177382899688931982ac616489b88f87b4 +SIZE (Sigil-Ebook-Sigil-0.9.11_GH0.tar.gz) = 19285131 Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Mon Feb 18 18:20:39 2019 (r493287) +++ head/textproc/sigil/pkg-plist Mon Feb 18 18:20:39 2019 (r493288) @@ -7,6 +7,63 @@ share/pixmaps/sigil.png %%DATADIR%%/examples/search_entries.ini %%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 @@ -34,6 +91,7 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/validationresult.py %%DATADIR%%/plugin_launchers/python/wrapper.py %%DATADIR%%/polyfills/MathJax.js +%%DATADIR%%/python3lib/cssreformatter.py %%DATADIR%%/python3lib/gencheck.py %%DATADIR%%/python3lib/metadata_utils.py %%DATADIR%%/python3lib/metaproc2.py @@ -58,6 +116,7 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_es.qm %%DATADIR%%/translations/sigil_fi.qm %%DATADIR%%/translations/sigil_fr.qm +%%DATADIR%%/translations/sigil_gl.qm %%DATADIR%%/translations/sigil_hu_HU.qm %%DATADIR%%/translations/sigil_id_ID.qm %%DATADIR%%/translations/sigil_it.qm @@ -71,6 +130,5 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_sr.qm %%DATADIR%%/translations/sigil_th.qm %%DATADIR%%/translations/sigil_tr.qm +%%DATADIR%%/translations/sigil_uk.qm %%DATADIR%%/translations/sigil_zh.qm -%%DATADIR%%/translations/sigil_zh_CN.qm -%%DATADIR%%/translations/sigil_zh_TW.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902181820.x1IIKejr051819>