pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/Sigil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 11 19:46:03 UTC 2021

Modified Files:
        pkgsrc/editors/Sigil: Makefile PLIST distinfo
Removed Files:
        pkgsrc/editors/Sigil/patches: patch-CMakeLists.txt

Log Message:
Sigil: update to 1.7.0.

Changes: two years of development; switch to qt5-qtwebengine for
displaying the preview.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/Sigil/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/editors/Sigil/distinfo
cvs rdiff -u -r1.7 -r0 pkgsrc/editors/Sigil/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.142 pkgsrc/editors/Sigil/Makefile:1.143
--- pkgsrc/editors/Sigil/Makefile:1.142 Fri Jul 30 12:26:46 2021
+++ pkgsrc/editors/Sigil/Makefile       Sat Sep 11 19:46:03 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2021/07/30 12:26:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.143 2021/09/11 19:46:03 wiz Exp $
 
-DISTNAME=      Sigil-0.9.14
-PKGREVISION=   20
+DISTNAME=      Sigil-1.7.0
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=        Sigil
@@ -12,8 +11,6 @@ HOMEPAGE=     https://sigil-ebook.com/
 COMMENT=       Multi-platform WYSIWYG ebook editor (for the ePub format)
 LICENSE=       gnu-gpl-v3
 
-#MAKE_JOBS_SAFE=       NO
-
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
@@ -52,6 +49,6 @@ REPLACE_PYTHON+=              src/Resource_Files/*/*
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtwebchannel/buildlink3.mk"
-.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtwebengine/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/Sigil/PLIST
diff -u pkgsrc/editors/Sigil/PLIST:1.18 pkgsrc/editors/Sigil/PLIST:1.19
--- pkgsrc/editors/Sigil/PLIST:1.18     Mon Apr  1 21:40:55 2019
+++ pkgsrc/editors/Sigil/PLIST  Sat Sep 11 19:46:03 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2019/04/01 21:40:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2021/09/11 19:46:03 wiz Exp $
 bin/sigil
 lib/sigil/libhunspell.so
 lib/sigil/libsigilgumbo.so
@@ -40,71 +40,20 @@ share/sigil/hunspell_dictionaries/hyph_e
 share/sigil/hunspell_dictionaries/hyph_es.dic
 share/sigil/hunspell_dictionaries/hyph_fr.dic
 share/sigil/hunspell_dictionaries/license.txt
+share/sigil/iconthemes/fluent.rcc
+share/sigil/iconthemes/main.rcc
+share/sigil/iconthemes/material.rcc
 share/sigil/plugin_launchers/python/bookcontainer.py
 share/sigil/plugin_launchers/python/compatibility_utils.py
-share/sigil/plugin_launchers/python/css_parser/COPYING
-share/sigil/plugin_launchers/python/css_parser/COPYING.LESSER
-share/sigil/plugin_launchers/python/css_parser/CSSUTILS_README.txt
-share/sigil/plugin_launchers/python/css_parser/README.md
-share/sigil/plugin_launchers/python/css_parser/__init__.py
-share/sigil/plugin_launchers/python/css_parser/_codec2.py
-share/sigil/plugin_launchers/python/css_parser/_codec3.py
-share/sigil/plugin_launchers/python/css_parser/_fetch.py
-share/sigil/plugin_launchers/python/css_parser/_fetchgae.py
-share/sigil/plugin_launchers/python/css_parser/codec.py
-share/sigil/plugin_launchers/python/css_parser/css/__init__.py
-share/sigil/plugin_launchers/python/css_parser/css/colors.py
-share/sigil/plugin_launchers/python/css_parser/css/csscharsetrule.py
-share/sigil/plugin_launchers/python/css_parser/css/csscomment.py
-share/sigil/plugin_launchers/python/css_parser/css/cssfontfacerule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssimportrule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssmediarule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssnamespacerule.py
-share/sigil/plugin_launchers/python/css_parser/css/csspagerule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssproperties.py
-share/sigil/plugin_launchers/python/css_parser/css/cssrule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssrulelist.py
-share/sigil/plugin_launchers/python/css_parser/css/cssstyledeclaration.py
-share/sigil/plugin_launchers/python/css_parser/css/cssstylerule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssstylesheet.py
-share/sigil/plugin_launchers/python/css_parser/css/cssunknownrule.py
-share/sigil/plugin_launchers/python/css_parser/css/cssvalue.py
-share/sigil/plugin_launchers/python/css_parser/css/cssvariablesdeclaration.py
-share/sigil/plugin_launchers/python/css_parser/css/cssvariablesrule.py
-share/sigil/plugin_launchers/python/css_parser/css/marginrule.py
-share/sigil/plugin_launchers/python/css_parser/css/property.py
-share/sigil/plugin_launchers/python/css_parser/css/selector.py
-share/sigil/plugin_launchers/python/css_parser/css/selectorlist.py
-share/sigil/plugin_launchers/python/css_parser/css/value.py
-share/sigil/plugin_launchers/python/css_parser/cssproductions.py
-share/sigil/plugin_launchers/python/css_parser/encutils/__init__.py
-share/sigil/plugin_launchers/python/css_parser/errorhandler.py
-share/sigil/plugin_launchers/python/css_parser/helper.py
-share/sigil/plugin_launchers/python/css_parser/parse.py
-share/sigil/plugin_launchers/python/css_parser/prodparser.py
-share/sigil/plugin_launchers/python/css_parser/profiles.py
-share/sigil/plugin_launchers/python/css_parser/sac.py
-share/sigil/plugin_launchers/python/css_parser/script.py
-share/sigil/plugin_launchers/python/css_parser/scripts/__init__.py
-share/sigil/plugin_launchers/python/css_parser/scripts/csscapture.py
-share/sigil/plugin_launchers/python/css_parser/scripts/csscombine.py
-share/sigil/plugin_launchers/python/css_parser/scripts/cssparse.py
-share/sigil/plugin_launchers/python/css_parser/serialize.py
-share/sigil/plugin_launchers/python/css_parser/settings.py
-share/sigil/plugin_launchers/python/css_parser/stylesheets/__init__.py
-share/sigil/plugin_launchers/python/css_parser/stylesheets/medialist.py
-share/sigil/plugin_launchers/python/css_parser/stylesheets/mediaquery.py
-share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheet.py
-share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheetlist.py
-share/sigil/plugin_launchers/python/css_parser/tokenize2.py
-share/sigil/plugin_launchers/python/css_parser/util.py
-share/sigil/plugin_launchers/python/css_parser/version.py
 share/sigil/plugin_launchers/python/epub_utils.py
+share/sigil/plugin_launchers/python/hrefutils.py
 share/sigil/plugin_launchers/python/inputcontainer.py
 share/sigil/plugin_launchers/python/launcher.py
+share/sigil/plugin_launchers/python/navprocessor.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/pluginhunspellml.py
 share/sigil/plugin_launchers/python/preferences.py
 share/sigil/plugin_launchers/python/quickparser.py
 share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt
@@ -133,6 +82,7 @@ share/sigil/polyfills/MJ/extensions/Math
 share/sigil/polyfills/MJ/extensions/fast-preview.js
 share/sigil/polyfills/MJ/extensions/jsMath2jax.js
 share/sigil/polyfills/MJ/extensions/mml2jax.js
+share/sigil/polyfills/MJ/extensions/toMathML.js
 share/sigil/polyfills/MJ/jax/element/mml/jax.js
 share/sigil/polyfills/MJ/jax/element/mml/optable/Arrows.js
 share/sigil/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
@@ -292,6 +242,7 @@ share/sigil/polyfills/MJ/jax/output/SVG/
 share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata.js
 share/sigil/polyfills/MJ/jax/output/SVG/jax.js
 share/sigil/python3lib/cssreformatter.py
+share/sigil/python3lib/diffstat.py
 share/sigil/python3lib/gencheck.py
 share/sigil/python3lib/metadata_utils.py
 share/sigil/python3lib/metaproc2.py
@@ -301,13 +252,16 @@ share/sigil/python3lib/ncxgenerator.py
 share/sigil/python3lib/opf2data.py
 share/sigil/python3lib/opf3data.py
 share/sigil/python3lib/opf_newparser.py
+share/sigil/python3lib/repomanager.py
 share/sigil/python3lib/sanitycheck.py
+share/sigil/python3lib/sdifflibparser.py
 share/sigil/python3lib/updatechecker.py
 share/sigil/python3lib/xmlprocessor.py
 share/sigil/python3lib/xmlsanitycheck.py
 share/sigil/translations/sigil_az.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_en.qm
 share/sigil/translations/sigil_es.qm
@@ -315,10 +269,16 @@ share/sigil/translations/sigil_fi.qm
 share/sigil/translations/sigil_fr.qm
 share/sigil/translations/sigil_gl.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_BR.qm
 share/sigil/translations/sigil_ru.qm
 share/sigil/translations/sigil_sr.qm
+share/sigil/translations/sigil_sv.qm
 share/sigil/translations/sigil_th.qm
-share/sigil/translations/sigil_zh.qm
+share/sigil/translations/sigil_tr.qm
+share/sigil/translations/sigil_uk_UA.qm
+share/sigil/translations/sigil_zh_CN.qm
 share/sigil/translations/sigil_zh_TW.qm

Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.45 pkgsrc/editors/Sigil/distinfo:1.46
--- pkgsrc/editors/Sigil/distinfo:1.45  Thu Mar 19 11:33:13 2020
+++ pkgsrc/editors/Sigil/distinfo       Sat Sep 11 19:46:03 2021
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.45 2020/03/19 11:33:13 joerg Exp $
+$NetBSD: distinfo,v 1.46 2021/09/11 19:46:03 wiz Exp $
 
-SHA1 (Sigil-0.9.14.tar.gz) = ed90736968747a5e65f31f883ab2f1b045fc8a20
-RMD160 (Sigil-0.9.14.tar.gz) = 39dd812eaa26ec139d75ca038dcf398125d46186
-SHA512 (Sigil-0.9.14.tar.gz) = 8bf0d887d96fa9ee5ff372dae58b36b699c468fc1d2a163aa5be14a39e744ea634f38e465acb686df603dc82d5d4949c8fd0dfe1a92789fbda2596058222e2f1
-Size (Sigil-0.9.14.tar.gz) = 18253774 bytes
+SHA1 (Sigil-1.7.0.tar.gz) = 9106ad1696262468cbb020b15823ce74db31407a
+RMD160 (Sigil-1.7.0.tar.gz) = db21f44c3a1b909356a6efb8b69aee5f6d2826b3
+SHA512 (Sigil-1.7.0.tar.gz) = 9918bb0bfbe3d068c95bb31cd84a37a0fac6dd6be9e94cb382e8c0140cdb375f47384f33c62fdff7f27aed379037a4a64e8d4a1065ae297bb389e2be78597c16
+Size (Sigil-1.7.0.tar.gz) = 21315598 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
-SHA1 (patch-CMakeLists.txt) = f7dc6af8449fb79b378dc5f6b78d5c5e6beaf7db
 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357



Home | Main Index | Thread Index | Old Index