pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/retext
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Aug 10 14:10:41 UTC 2023
Modified Files:
pkgsrc/editors/retext: Makefile PLIST distinfo
Log Message:
retext: update to 8.0.1
Note that the upstream project deliberately changed their licensing
attribution file from GPL v3 to v2 in this release series.
## ReText 8.0.1 (2023-05-28)
* Bugs fixed:
- Issue #594 — Fix opening files in existing window by relative path.
- Issue #597 — Fix unreachable text at the bottom of the file.
- Issue #599 — Fix truncating file when new text cannot be encoded with
the selected encoding.
- Issue #604 — Allow WebEngine renderer to load iframes such as YouTube
embeds.
- Issue #609 — Fix incorrect font size with WebEngine renderer.
- Issue #620 — LICENSE_GPL file now has text of GPL v2.
* Translations updated:
- Dutch (contributed by Heimen Stoffels).
- French (contributed by uGwA0XP3cm2w).
- Italian (contributed by Alessandro Melillo).
- Norwegian (Bokmål) (new, contributed by Sverre Våbenø).
- Persian (contributed by Hadi F and Arya Younesi).
- Portuguese (Brazil) (contributed by Rodrigo Zimmermann).
- Spanish (contributed by Antonio Villamarin).
- Turkish (contributed by Serkan ÖNDER).
## ReText 8.0.0 (2022-07-24)
* Dependency changes:
- ReText is now using Qt 6 and PyQt6.
- PyQt6-WebEngine is required for JavaScript support.
- WebKit is no longer supported.
* Improvements and bugs fixed:
- PR #543 — Added Apply button to Preferences dialog (contributed by Amos
Kong).
- Issue #384 — Save button is now enabled in auto-save mode.
- Issue #536 — Support spell checking for multiple languages.
- Issue #555 — Support setting bold font for editor.
- Issue #581 — Added backtick key to surround keys.
- Run-time resources are now installed into package directory.
- `setup.py` now allows building wheels.
* Translations updated:
- Polish (contributed by Maciej Haudek).
- Spanish (contributed by Pedro Torcatt).
- Turkish (contributed by Serkan ÖNDER in #556).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/retext/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/retext/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/retext/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/retext/Makefile
diff -u pkgsrc/editors/retext/Makefile:1.15 pkgsrc/editors/retext/Makefile:1.16
--- pkgsrc/editors/retext/Makefile:1.15 Mon Jul 31 22:01:21 2023
+++ pkgsrc/editors/retext/Makefile Thu Aug 10 14:10:40 2023
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.15 2023/07/31 22:01:21 gutteridge Exp $
+# $NetBSD: Makefile,v 1.16 2023/08/10 14:10:40 gutteridge Exp $
-DISTNAME= ReText-7.2.3
+DISTNAME= ReText-8.0.1
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 2
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
MAINTAINER= gutteridge%NetBSD.org@localhost
HOMEPAGE= https://github.com/retext-project/retext
COMMENT= Simple but powerful editor for Markdown and reStructuredText
-LICENSE= gnu-gpl-v3
+LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
-DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
+DEPENDS+= ${PYPKGPREFIX}-qt6-[0-9]*:../../x11/py-qt6
+DEPENDS+= ${PYPKGPREFIX}-sip-qt6-[0-9]*:../../x11/py-sip-qt6
USE_LANGUAGES= # none
Index: pkgsrc/editors/retext/PLIST
diff -u pkgsrc/editors/retext/PLIST:1.3 pkgsrc/editors/retext/PLIST:1.4
--- pkgsrc/editors/retext/PLIST:1.3 Thu Feb 11 03:42:44 2021
+++ pkgsrc/editors/retext/PLIST Thu Aug 10 14:10:40 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/02/11 03:42:44 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/08/10 14:10:40 gutteridge Exp $
bin/retext
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -30,9 +30,67 @@ ${PYSITELIB}/ReText/fakevimeditor.pyo
${PYSITELIB}/ReText/highlighter.py
${PYSITELIB}/ReText/highlighter.pyc
${PYSITELIB}/ReText/highlighter.pyo
+${PYSITELIB}/ReText/icons/application-exit.png
+${PYSITELIB}/ReText/icons/application-pdf.png
+${PYSITELIB}/ReText/icons/document-new.png
+${PYSITELIB}/ReText/icons/document-open-recent.png
+${PYSITELIB}/ReText/icons/document-open.png
+${PYSITELIB}/ReText/icons/document-preview.png
+${PYSITELIB}/ReText/icons/document-print-preview.png
+${PYSITELIB}/ReText/icons/document-print.png
+${PYSITELIB}/ReText/icons/document-save-as.png
+${PYSITELIB}/ReText/icons/document-save.png
+${PYSITELIB}/ReText/icons/edit-copy.png
+${PYSITELIB}/ReText/icons/edit-cut.png
+${PYSITELIB}/ReText/icons/edit-find.png
+${PYSITELIB}/ReText/icons/edit-paste.png
+${PYSITELIB}/ReText/icons/edit-redo.png
+${PYSITELIB}/ReText/icons/edit-undo.png
+${PYSITELIB}/ReText/icons/go-next.png
+${PYSITELIB}/ReText/icons/go-previous.png
+${PYSITELIB}/ReText/icons/help-about.png
+${PYSITELIB}/ReText/icons/internet-web-browser.png
+${PYSITELIB}/ReText/icons/retext.png
+${PYSITELIB}/ReText/icons/retext.svg
+${PYSITELIB}/ReText/icons/system-file-manager.png
+${PYSITELIB}/ReText/icons/text-html.png
+${PYSITELIB}/ReText/icons/view-fullscreen.png
+${PYSITELIB}/ReText/icons/x-office-document.png
${PYSITELIB}/ReText/icontheme.py
${PYSITELIB}/ReText/icontheme.pyc
${PYSITELIB}/ReText/icontheme.pyo
+${PYSITELIB}/ReText/locale/retext_ar.qm
+${PYSITELIB}/ReText/locale/retext_ca.qm
+${PYSITELIB}/ReText/locale/retext_cs.qm
+${PYSITELIB}/ReText/locale/retext_cy.qm
+${PYSITELIB}/ReText/locale/retext_da.qm
+${PYSITELIB}/ReText/locale/retext_de.qm
+${PYSITELIB}/ReText/locale/retext_es.qm
+${PYSITELIB}/ReText/locale/retext_es_CO.qm
+${PYSITELIB}/ReText/locale/retext_et.qm
+${PYSITELIB}/ReText/locale/retext_eu.qm
+${PYSITELIB}/ReText/locale/retext_fa.qm
+${PYSITELIB}/ReText/locale/retext_fi.qm
+${PYSITELIB}/ReText/locale/retext_fr.qm
+${PYSITELIB}/ReText/locale/retext_hr.qm
+${PYSITELIB}/ReText/locale/retext_hu.qm
+${PYSITELIB}/ReText/locale/retext_it.qm
+${PYSITELIB}/ReText/locale/retext_ja.qm
+${PYSITELIB}/ReText/locale/retext_ko.qm
+${PYSITELIB}/ReText/locale/retext_nl.qm
+${PYSITELIB}/ReText/locale/retext_no.qm
+${PYSITELIB}/ReText/locale/retext_pl.qm
+${PYSITELIB}/ReText/locale/retext_pt.qm
+${PYSITELIB}/ReText/locale/retext_pt_BR.qm
+${PYSITELIB}/ReText/locale/retext_ru.qm
+${PYSITELIB}/ReText/locale/retext_sk.qm
+${PYSITELIB}/ReText/locale/retext_sr.qm
+${PYSITELIB}/ReText/locale/retext_sr%latin.qm@localhost
+${PYSITELIB}/ReText/locale/retext_sv.qm
+${PYSITELIB}/ReText/locale/retext_tr.qm
+${PYSITELIB}/ReText/locale/retext_uk.qm
+${PYSITELIB}/ReText/locale/retext_zh_CN.qm
+${PYSITELIB}/ReText/locale/retext_zh_TW.qm
${PYSITELIB}/ReText/mdx_posmap.py
${PYSITELIB}/ReText/mdx_posmap.pyc
${PYSITELIB}/ReText/mdx_posmap.pyo
@@ -54,9 +112,6 @@ ${PYSITELIB}/ReText/tablemode.pyo
${PYSITELIB}/ReText/webenginepreview.py
${PYSITELIB}/ReText/webenginepreview.pyc
${PYSITELIB}/ReText/webenginepreview.pyo
-${PYSITELIB}/ReText/webkitpreview.py
-${PYSITELIB}/ReText/webkitpreview.pyc
-${PYSITELIB}/ReText/webkitpreview.pyo
${PYSITELIB}/ReText/window.py
${PYSITELIB}/ReText/window.pyc
${PYSITELIB}/ReText/window.pyo
@@ -66,62 +121,3 @@ ${PYSITELIB}/ReText/xsettings.pyo
share/applications/me.mitya57.ReText.desktop
share/icons/hicolor/scalable/apps/retext.svg
share/metainfo/me.mitya57.ReText.appdata.xml
-share/retext/icons/COPYING
-share/retext/icons/README.md
-share/retext/icons/application-exit.png
-share/retext/icons/application-pdf.png
-share/retext/icons/document-new.png
-share/retext/icons/document-open-recent.png
-share/retext/icons/document-open.png
-share/retext/icons/document-preview.png
-share/retext/icons/document-print-preview.png
-share/retext/icons/document-print.png
-share/retext/icons/document-save-as.png
-share/retext/icons/document-save.png
-share/retext/icons/edit-copy.png
-share/retext/icons/edit-cut.png
-share/retext/icons/edit-find.png
-share/retext/icons/edit-paste.png
-share/retext/icons/edit-redo.png
-share/retext/icons/edit-undo.png
-share/retext/icons/go-next.png
-share/retext/icons/go-previous.png
-share/retext/icons/help-about.png
-share/retext/icons/internet-web-browser.png
-share/retext/icons/retext.ico
-share/retext/icons/retext.png
-share/retext/icons/retext.svg
-share/retext/icons/system-file-manager.png
-share/retext/icons/text-html.png
-share/retext/icons/view-fullscreen.png
-share/retext/icons/x-office-document.png
-share/retext/locale/retext_ar.qm
-share/retext/locale/retext_ca.qm
-share/retext/locale/retext_cs.qm
-share/retext/locale/retext_cy.qm
-share/retext/locale/retext_da.qm
-share/retext/locale/retext_de.qm
-share/retext/locale/retext_es.qm
-share/retext/locale/retext_es_CO.qm
-share/retext/locale/retext_et.qm
-share/retext/locale/retext_eu.qm
-share/retext/locale/retext_fa.qm
-share/retext/locale/retext_fi.qm
-share/retext/locale/retext_fr.qm
-share/retext/locale/retext_hr.qm
-share/retext/locale/retext_hu.qm
-share/retext/locale/retext_it.qm
-share/retext/locale/retext_ja.qm
-share/retext/locale/retext_ko.qm
-share/retext/locale/retext_nl.qm
-share/retext/locale/retext_pl.qm
-share/retext/locale/retext_pt.qm
-share/retext/locale/retext_pt_BR.qm
-share/retext/locale/retext_ru.qm
-share/retext/locale/retext_sk.qm
-share/retext/locale/retext_sr.qm
-share/retext/locale/retext_sr%latin.qm@localhost
-share/retext/locale/retext_sv.qm
-share/retext/locale/retext_uk.qm
-share/retext/locale/retext_zh_CN.qm
-share/retext/locale/retext_zh_TW.qm
Index: pkgsrc/editors/retext/distinfo
diff -u pkgsrc/editors/retext/distinfo:1.8 pkgsrc/editors/retext/distinfo:1.9
--- pkgsrc/editors/retext/distinfo:1.8 Thu Feb 10 05:18:19 2022
+++ pkgsrc/editors/retext/distinfo Thu Aug 10 14:10:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/02/10 05:18:19 gutteridge Exp $
+$NetBSD: distinfo,v 1.9 2023/08/10 14:10:40 gutteridge Exp $
-BLAKE2s (ReText-7.2.3.tar.gz) = a56ce80d480669442c839880afdad2e7284a215c5bfef0962056ec94f4c270fb
-SHA512 (ReText-7.2.3.tar.gz) = eb337866f5dfacad2f23435f09b550f4378df5bb261d6f79b1708fed9e7bd93e96e8f06f940cb7109fe02aa6df0592b151f11dfe13853799f0b1ac2c1065a0da
-Size (ReText-7.2.3.tar.gz) = 527428 bytes
+BLAKE2s (ReText-8.0.1.tar.gz) = 146a665aa84791597cf9ac2bede18c0b6291de51f363a681c3393057e64c5d23
+SHA512 (ReText-8.0.1.tar.gz) = a2a03a821ac06e0408cd036189e9fce18f4b693085aaa15e0d95f2a80157f6ab09b0bcecd9574673ce57fc9cde937457e8d62971f1553cbc26c681039401178a
+Size (ReText-8.0.1.tar.gz) = 538968 bytes
Home |
Main Index |
Thread Index |
Old Index