diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-08-06 10:01:09 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-08-06 10:01:09 +0000 |
commit | 05ba48e90af6d57fefbf96586bef6c45c64b4958 (patch) | |
tree | 51f1b44c2550ec59dbf7a40ca7f5c95998b69cd2 /textproc/sigil | |
parent | 21af896a7d96993cffc2956419e951be104944f2 (diff) | |
download | ports-05ba48e90af6d57fefbf96586bef6c45c64b4958.tar.gz ports-05ba48e90af6d57fefbf96586bef6c45c64b4958.zip |
Notes
Diffstat (limited to 'textproc/sigil')
-rw-r--r-- | textproc/sigil/Makefile | 8 | ||||
-rw-r--r-- | textproc/sigil/distinfo | 6 | ||||
-rw-r--r-- | textproc/sigil/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 3f4bfa0cc7e5..062fec69a3d5 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTVERSION= 0.9.16 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz COMMENT= WYSIWYG ePub editor LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libminizip.so:archivers/minizip \ libpcre.so:devel/pcre \ @@ -26,8 +26,8 @@ USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -USE_QT= concurrent core gui network printsupport svg webkit \ - widgets xml xmlpatterns \ +USE_QT= concurrent core declarative gui location network printsupport \ + svg webchannel webengine widgets xml xmlpatterns \ buildtools_build linguisttools_build qmake_build \ imageformats_run diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index d8dcf691145c..26cc9a0f2590 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553459009 -SHA256 (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777 -SIZE (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 18235134 +TIMESTAMP = 1564653555 +SHA256 (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638 +SIZE (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = 21241424 diff --git a/textproc/sigil/pkg-plist b/textproc/sigil/pkg-plist index 018500054f7f..b763180aff62 100644 --- a/textproc/sigil/pkg-plist +++ b/textproc/sigil/pkg-plist @@ -100,6 +100,7 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/epub_utils.py %%DATADIR%%/plugin_launchers/python/inputcontainer.py %%DATADIR%%/plugin_launchers/python/launcher.py +%%DATADIR%%/plugin_launchers/python/navprocessor.py %%DATADIR%%/plugin_launchers/python/opf_parser.py %%DATADIR%%/plugin_launchers/python/outputcontainer.py %%DATADIR%%/plugin_launchers/python/pluginhunspell.py @@ -131,6 +132,7 @@ share/pixmaps/sigil.png %%DATADIR%%/polyfills/MJ/extensions/fast-preview.js %%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js %%DATADIR%%/polyfills/MJ/extensions/mml2jax.js +%%DATADIR%%/polyfills/MJ/extensions/toMathML.js %%DATADIR%%/polyfills/MJ/jax/element/mml/jax.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js |