Index: head/textproc/sigil/Makefile =================================================================== --- head/textproc/sigil/Makefile (revision 493287) +++ head/textproc/sigil/Makefile (revision 493288) @@ -1,43 +1,46 @@ # Created by: Jonathan Chen # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.10 -PORTREVISION= 3 +PORTVERSION= 0.9.11 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG ePub editor LICENSE= GPLv3+ 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} -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 # 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 493287) +++ head/textproc/sigil/distinfo (revision 493288) @@ -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 Index: head/textproc/sigil/pkg-plist =================================================================== --- head/textproc/sigil/pkg-plist (revision 493287) +++ head/textproc/sigil/pkg-plist (revision 493288) @@ -1,76 +1,134 @@ 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%%/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/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/MathJax.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_af.qm %%DATADIR%%/translations/sigil_az.qm %%DATADIR%%/translations/sigil_ca.qm %%DATADIR%%/translations/sigil_cs.qm %%DATADIR%%/translations/sigil_da_DK.qm %%DATADIR%%/translations/sigil_de.qm %%DATADIR%%/translations/sigil_el_GR.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_hu_HU.qm %%DATADIR%%/translations/sigil_id_ID.qm %%DATADIR%%/translations/sigil_it.qm %%DATADIR%%/translations/sigil_ja.qm %%DATADIR%%/translations/sigil_ko.qm %%DATADIR%%/translations/sigil_nl.qm %%DATADIR%%/translations/sigil_pl.qm %%DATADIR%%/translations/sigil_pt.qm %%DATADIR%%/translations/sigil_pt_BR.qm %%DATADIR%%/translations/sigil_ru.qm %%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