From owner-svn-ports-head@freebsd.org Mon Feb 18 18:20:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5468D14E6E8E; Mon, 18 Feb 2019 18:20:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAC95763CB; Mon, 18 Feb 2019 18:20:44 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA2D398D8; Mon, 18 Feb 2019 18:20:40 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1IIKeZ9051822; Mon, 18 Feb 2019 18:20:40 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1IIKejr051819; Mon, 18 Feb 2019 18:20:40 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201902181820.x1IIKejr051819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 18 Feb 2019 18:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493288 - head/textproc/sigil X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/textproc/sigil X-SVN-Commit-Revision: 493288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DAC95763CB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2019 18:20:45 -0000 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