CVS commit: pkgsrc/editors/zim

"Wen Heping" <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	wen
Date:		Wed Aug 19 06:57:21 UTC 2026

Modified Files:
	pkgsrc/editors/zim: Makefile PLIST distinfo

Log Message:
Update to 0.77.2

Upstream changes:
##  0.77.2 - Sun 26 Jul 2026
* Let find show selected text or word at cursor
* Fix bug with Tab key behavior
* Set prgname to application ID
* Merge translations

##  0.77.1 - Fri 17 Jul 2026
* Fix commandline search
* Fix window geometry and positioning
* Fix config dirs initialization for windows install
* Add menu items in editbar to toggle checkboxes

##  0.77.0 - Thu 11 Jun 2026
* Merge markdown support as source format for notebooks (experimental)
* Allow multiple source formats in one notebook
* Refactor page search to be extendable improve speed
* Support options for 'case sensitive' and 'word boundaries' in page search
* Let find match glob patterns like search
* Add search query support for tasklist filtering
* Add default page template to notebook properties
* Add input for alternate text in Insert Image Dialog
* Remove overruling window positioning
* Fix latex templates for working with pdflatex, xelatex and lualatex
* Fix bug with `_object_widgets.remove()`

##  0.76.3 - Fri 28 Mar 2025
* Add seperator to template for new files
* Fix spellcheck state at startup
* Fix cursor position after undo indent
* Fix test suite release 0.76.2

##  0.76.2 - Thu 13 Mar 2025
* Let new page and quicknote templates place cursor
* Let find match within sourceview blocks
* Add property with template for filename of pasted images
* In InsertLinkDialog translate file to page link
* Fix issue with GSPell support

##  0.76.1 - Fri 31 Jan 2025
* Fix bug in auto-save on quit
* Fix bug with find for pages with table object
* Fix bug with undo deleting table object
* Fix bug with out-denting verbatim text
* Fix issue with linesorter plugin
* Fix issue in commandline parsing for quicknote
* Fix tray-icon plugin issues
* Fix bug for Unix style links on Windows
* Merge fixes for Indexed FTS search plugin
* Let ToC selection follow cursor

##  0.76.0 - Sun 29 Dec 2024
* Add Indexed Full-Text Search plugin
* Add Window Title Editor plugin
* Add Mermaid diagrams plugin
* Add preference to toggle dark theme variant
* Add separate style for page links
* Add commandline page import
* Add preferences menu for side pane widgets
* Diagram plugin: add preference for default text
* Journal plugin: add range offsets to `journal_plugin.days()` in template
* Search: add option to output scores on the command line
* Spellcheck plugin: add Gspell support
* Quicknote plugin: support wiki heading format as page name
* Arithmetic plugin: add option for limiting output decimals
* Markdown export: use blockquote to export indented paragraphs
* Markdown export: include image dimensions and ID
* Windows: fix high CPU usage by storing child process PID
* Windows: Fix unicode handling of strftime for windows
* Refactor to use Gtk.Application
* Refactor zim.parser to zim.parse.regexparser
* Refactor find API for pageview
* Refactor internal serialization for textbuffer
* Refactor parsing modules and utils
* Port setup.py from distutils to setuptools

##  0.75.2 - Thu 06 Jul 2023
* Add pagename completion by words in "Jump to"
* Let tasklist window remember selection state
* Let tasklist window use a search bar
* Add count in tasklist window
* Fix auto-collapse in page index for child nodes
* Fix import of gtkspellcheck
* Make spellcheck more robust for page reload
* Fix bug in insert screenshot
* Add scrollbar to custom tool window
* Fix config dirs for portable install
* Use environment variable for `XDG_TEMPLATES_DIR`
* Fix links to anchors on export
* Fix bug in copy-paste of interwiki links
* Updated diagrameditor and sequencediagrameditor plugins to generate SVG
* Add keybinding for cutting the current line(s)
* Fix fullscreen headerbar visibility

##  0.75.1 - Tue 25 Oct 2022
* Fix bug with relative path notebook icon
* Fix bug with icons in notebookdialog
* Fix bug with loading sub-notebooks via "notebook.zim"
* Fix bug with "--list" commandline
* Fix issue opening unicode attachements on win32
* Fix saving preferences for edit bar
* Fix link visibility in TableEditor
* Use flatpak locale directory in flatpak

##  0.75.0 - Tue 27 Sep 2022
* Upgrade Python version requirement to >= 3.6
* Complete porting all modules to `zim.newfs` and deprecate `zim.fs`
* Refactor APIs to deal with tokens instead of `etree` interface
* Add framework for imagegenerators with inline data
* Refactored ther user interface of the tasklist plugin
* Make tasklist window persistent
* Let tasklist window also show closed tasks
* Let tasks inherit all modifiers from list heading
* Let "Go to Today" use anchor id for current day
* Update LinkMap with new options
* Refactor preference for custom window decoration & toolbar plugin
* Enables distinct shortcuts for en and em dashes in symbol list
* Add unicode 8757 ("because") in symbol list
* Move Selected Text: add preference for short links & save bounds
* Extend ToC pane context menu
* Score editor: add check for convert-ly
* Source View plugin: Don't show hidden languages
* Export code blocks in markdown as fenced blocks
* Fix loading GIF images
* Fix to let the "insert link" dialog allow anchors
* Allow sidepane focus key to be configured
* Added action to collapse and expand in PageIndex
* Add action for "move text" to allow keybinding
* Support closing an open 'find bar' by pressing ESC in the page view widget
* Allow cancelling ImageGeneratorDialog using Escape key
* Version control: fix fossil
* Fix KDE drag-n-drop bug
* Fix export with formatting in heading
* Minimal support for "Terminal" option in desktop files
* Add preference for not prompting on new folder


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/editors/zim/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/zim/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/zim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 17.4 KB)
Modified files:

Index: pkgsrc/editors/zim/Makefile
diff -u pkgsrc/editors/zim/Makefile:1.68 pkgsrc/editors/zim/Makefile:1.69
--- pkgsrc/editors/zim/Makefile:1.68	Thu Jun 11 07:16:56 2026
+++ pkgsrc/editors/zim/Makefile	Wed Aug 19 06:57:21 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2026/06/11 07:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2026/08/19 06:57:21 wen Exp $
 
-DISTNAME=	zim-0.74.3
+DISTNAME=	zim-0.77.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	18
 CATEGORIES=	editors
 MASTER_SITES=	https://zim-wiki.org/downloads/
 

Index: pkgsrc/editors/zim/PLIST
diff -u pkgsrc/editors/zim/PLIST:1.10 pkgsrc/editors/zim/PLIST:1.11
--- pkgsrc/editors/zim/PLIST:1.10	Sun Jan  9 16:21:43 2022
+++ pkgsrc/editors/zim/PLIST	Wed Aug 19 06:57:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/01/09 16:21:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/08/19 06:57:21 wen Exp $
 bin/zim
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -13,6 +13,15 @@ ${PYSITELIB}/zim/actions.pyo
 ${PYSITELIB}/zim/applications.py
 ${PYSITELIB}/zim/applications.pyc
 ${PYSITELIB}/zim/applications.pyo
+${PYSITELIB}/zim/base/__init__.py
+${PYSITELIB}/zim/base/__init__.pyc
+${PYSITELIB}/zim/base/__init__.pyo
+${PYSITELIB}/zim/base/klasslookup.py
+${PYSITELIB}/zim/base/klasslookup.pyc
+${PYSITELIB}/zim/base/klasslookup.pyo
+${PYSITELIB}/zim/base/naturalsort.py
+${PYSITELIB}/zim/base/naturalsort.pyc
+${PYSITELIB}/zim/base/naturalsort.pyo
 ${PYSITELIB}/zim/config/__init__.py
 ${PYSITELIB}/zim/config/__init__.pyc
 ${PYSITELIB}/zim/config/__init__.pyo
@@ -94,6 +103,12 @@ ${PYSITELIB}/zim/gui/actionextension.pyo
 ${PYSITELIB}/zim/gui/applications.py
 ${PYSITELIB}/zim/gui/applications.pyc
 ${PYSITELIB}/zim/gui/applications.pyo
+${PYSITELIB}/zim/gui/base/__init__.py
+${PYSITELIB}/zim/gui/base/__init__.pyc
+${PYSITELIB}/zim/gui/base/__init__.pyo
+${PYSITELIB}/zim/gui/base/images.py
+${PYSITELIB}/zim/gui/base/images.pyc
+${PYSITELIB}/zim/gui/base/images.pyo
 ${PYSITELIB}/zim/gui/clipboard.py
 ${PYSITELIB}/zim/gui/clipboard.pyc
 ${PYSITELIB}/zim/gui/clipboard.pyo
@@ -121,9 +136,36 @@ ${PYSITELIB}/zim/gui/notebookview.pyo
 ${PYSITELIB}/zim/gui/pageview/__init__.py
 ${PYSITELIB}/zim/gui/pageview/__init__.pyc
 ${PYSITELIB}/zim/gui/pageview/__init__.pyo
+${PYSITELIB}/zim/gui/pageview/constants.py
+${PYSITELIB}/zim/gui/pageview/constants.pyc
+${PYSITELIB}/zim/gui/pageview/constants.pyo
+${PYSITELIB}/zim/gui/pageview/dialogs.py
+${PYSITELIB}/zim/gui/pageview/dialogs.pyc
+${PYSITELIB}/zim/gui/pageview/dialogs.pyo
 ${PYSITELIB}/zim/gui/pageview/editbar.py
 ${PYSITELIB}/zim/gui/pageview/editbar.pyc
 ${PYSITELIB}/zim/gui/pageview/editbar.pyo
+${PYSITELIB}/zim/gui/pageview/find.py
+${PYSITELIB}/zim/gui/pageview/find.pyc
+${PYSITELIB}/zim/gui/pageview/find.pyo
+${PYSITELIB}/zim/gui/pageview/lists.py
+${PYSITELIB}/zim/gui/pageview/lists.pyc
+${PYSITELIB}/zim/gui/pageview/lists.pyo
+${PYSITELIB}/zim/gui/pageview/objectanchors.py
+${PYSITELIB}/zim/gui/pageview/objectanchors.pyc
+${PYSITELIB}/zim/gui/pageview/objectanchors.pyo
+${PYSITELIB}/zim/gui/pageview/serialize.py
+${PYSITELIB}/zim/gui/pageview/serialize.pyc
+${PYSITELIB}/zim/gui/pageview/serialize.pyo
+${PYSITELIB}/zim/gui/pageview/textbuffer.py
+${PYSITELIB}/zim/gui/pageview/textbuffer.pyc
+${PYSITELIB}/zim/gui/pageview/textbuffer.pyo
+${PYSITELIB}/zim/gui/pageview/textview.py
+${PYSITELIB}/zim/gui/pageview/textview.pyc
+${PYSITELIB}/zim/gui/pageview/textview.pyo
+${PYSITELIB}/zim/gui/pageview/undostack.py
+${PYSITELIB}/zim/gui/pageview/undostack.pyc
+${PYSITELIB}/zim/gui/pageview/undostack.pyo
 ${PYSITELIB}/zim/gui/preferencesdialog.py
 ${PYSITELIB}/zim/gui/preferencesdialog.pyc
 ${PYSITELIB}/zim/gui/preferencesdialog.pyo
@@ -166,12 +208,12 @@ ${PYSITELIB}/zim/insertedobjects.pyo
 ${PYSITELIB}/zim/main/__init__.py
 ${PYSITELIB}/zim/main/__init__.pyc
 ${PYSITELIB}/zim/main/__init__.pyo
+${PYSITELIB}/zim/main/application.py
+${PYSITELIB}/zim/main/application.pyc
+${PYSITELIB}/zim/main/application.pyo
 ${PYSITELIB}/zim/main/command.py
 ${PYSITELIB}/zim/main/command.pyc
 ${PYSITELIB}/zim/main/command.pyo
-${PYSITELIB}/zim/main/ipc.py
-${PYSITELIB}/zim/main/ipc.pyc
-${PYSITELIB}/zim/main/ipc.pyo
 ${PYSITELIB}/zim/newfs/__init__.py
 ${PYSITELIB}/zim/newfs/__init__.pyc
 ${PYSITELIB}/zim/newfs/__init__.pyo
@@ -226,12 +268,36 @@ ${PYSITELIB}/zim/notebook/operations.pyo
 ${PYSITELIB}/zim/notebook/page.py
 ${PYSITELIB}/zim/notebook/page.pyc
 ${PYSITELIB}/zim/notebook/page.pyo
-${PYSITELIB}/zim/parser.py
-${PYSITELIB}/zim/parser.pyc
-${PYSITELIB}/zim/parser.pyo
-${PYSITELIB}/zim/parsing.py
-${PYSITELIB}/zim/parsing.pyc
-${PYSITELIB}/zim/parsing.pyo
+${PYSITELIB}/zim/parse/__init__.py
+${PYSITELIB}/zim/parse/__init__.pyc
+${PYSITELIB}/zim/parse/__init__.pyo
+${PYSITELIB}/zim/parse/builder.py
+${PYSITELIB}/zim/parse/builder.pyc
+${PYSITELIB}/zim/parse/builder.pyo
+${PYSITELIB}/zim/parse/dates.py
+${PYSITELIB}/zim/parse/dates.pyc
+${PYSITELIB}/zim/parse/dates.pyo
+${PYSITELIB}/zim/parse/encode.py
+${PYSITELIB}/zim/parse/encode.pyc
+${PYSITELIB}/zim/parse/encode.pyo
+${PYSITELIB}/zim/parse/links.py
+${PYSITELIB}/zim/parse/links.pyc
+${PYSITELIB}/zim/parse/links.pyo
+${PYSITELIB}/zim/parse/regexparser.py
+${PYSITELIB}/zim/parse/regexparser.pyc
+${PYSITELIB}/zim/parse/regexparser.pyo
+${PYSITELIB}/zim/parse/searchquery.py
+${PYSITELIB}/zim/parse/searchquery.pyc
+${PYSITELIB}/zim/parse/searchquery.pyo
+${PYSITELIB}/zim/parse/simpletree.py
+${PYSITELIB}/zim/parse/simpletree.pyc
+${PYSITELIB}/zim/parse/simpletree.pyo
+${PYSITELIB}/zim/parse/tokenlist.py
+${PYSITELIB}/zim/parse/tokenlist.pyc
+${PYSITELIB}/zim/parse/tokenlist.pyo
+${PYSITELIB}/zim/parse/xml.py
+${PYSITELIB}/zim/parse/xml.pyc
+${PYSITELIB}/zim/parse/xml.pyo
 ${PYSITELIB}/zim/plugins/__init__.py
 ${PYSITELIB}/zim/plugins/__init__.pyc
 ${PYSITELIB}/zim/plugins/__init__.pyo
@@ -283,6 +349,9 @@ ${PYSITELIB}/zim/plugins/gnu_r_plotedito
 ${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py
 ${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc
 ${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo
+${PYSITELIB}/zim/plugins/indexed_fts.py
+${PYSITELIB}/zim/plugins/indexed_fts.pyc
+${PYSITELIB}/zim/plugins/indexed_fts.pyo
 ${PYSITELIB}/zim/plugins/inlinecalculator.py
 ${PYSITELIB}/zim/plugins/inlinecalculator.pyc
 ${PYSITELIB}/zim/plugins/inlinecalculator.pyo
@@ -298,6 +367,9 @@ ${PYSITELIB}/zim/plugins/linesorter.pyo
 ${PYSITELIB}/zim/plugins/linkmap.py
 ${PYSITELIB}/zim/plugins/linkmap.pyc
 ${PYSITELIB}/zim/plugins/linkmap.pyo
+${PYSITELIB}/zim/plugins/mermaiddiagrameditor.py
+${PYSITELIB}/zim/plugins/mermaiddiagrameditor.pyc
+${PYSITELIB}/zim/plugins/mermaiddiagrameditor.pyo
 ${PYSITELIB}/zim/plugins/osx_menubar.py
 ${PYSITELIB}/zim/plugins/osx_menubar.pyc
 ${PYSITELIB}/zim/plugins/osx_menubar.pyo
@@ -343,9 +415,6 @@ ${PYSITELIB}/zim/plugins/tags.pyo
 ${PYSITELIB}/zim/plugins/tasklist/__init__.py
 ${PYSITELIB}/zim/plugins/tasklist/__init__.pyc
 ${PYSITELIB}/zim/plugins/tasklist/__init__.pyo
-${PYSITELIB}/zim/plugins/tasklist/dates.py
-${PYSITELIB}/zim/plugins/tasklist/dates.pyc
-${PYSITELIB}/zim/plugins/tasklist/dates.pyo
 ${PYSITELIB}/zim/plugins/tasklist/gui.py
 ${PYSITELIB}/zim/plugins/tasklist/gui.pyc
 ${PYSITELIB}/zim/plugins/tasklist/gui.pyo
@@ -373,6 +442,9 @@ ${PYSITELIB}/zim/plugins/versioncontrol/
 ${PYSITELIB}/zim/plugins/versioncontrol/hg.py
 ${PYSITELIB}/zim/plugins/versioncontrol/hg.pyc
 ${PYSITELIB}/zim/plugins/versioncontrol/hg.pyo
+${PYSITELIB}/zim/plugins/windowtitleeditor.py
+${PYSITELIB}/zim/plugins/windowtitleeditor.pyc
+${PYSITELIB}/zim/plugins/windowtitleeditor.pyo
 ${PYSITELIB}/zim/plugins/zeitgeist-logger.py
 ${PYSITELIB}/zim/plugins/zeitgeist-logger.pyc
 ${PYSITELIB}/zim/plugins/zeitgeist-logger.pyo
@@ -400,28 +472,22 @@ ${PYSITELIB}/zim/templates/parser.pyo
 ${PYSITELIB}/zim/templates/processor.py
 ${PYSITELIB}/zim/templates/processor.pyc
 ${PYSITELIB}/zim/templates/processor.pyo
-${PYSITELIB}/zim/tokenparser.py
-${PYSITELIB}/zim/tokenparser.pyc
-${PYSITELIB}/zim/tokenparser.pyo
-${PYSITELIB}/zim/utils.py
-${PYSITELIB}/zim/utils.pyc
-${PYSITELIB}/zim/utils.pyo
 ${PYSITELIB}/zim/www.py
 ${PYSITELIB}/zim/www.pyc
 ${PYSITELIB}/zim/www.pyo
 man/man1/zim.1
-share/applications/zim.desktop
-share/icons/hicolor/16x16/apps/zim.png
+share/applications/org.zim_wiki.Zim.desktop
+share/icons/hicolor/16x16/apps/org.zim_wiki.Zim.png
 share/icons/hicolor/16x16/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/22x22/apps/zim.png
+share/icons/hicolor/22x22/apps/org.zim_wiki.Zim.png
 share/icons/hicolor/22x22/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/24x24/apps/zim.png
+share/icons/hicolor/24x24/apps/org.zim_wiki.Zim.png
 share/icons/hicolor/24x24/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/32x32/apps/zim.png
+share/icons/hicolor/32x32/apps/org.zim_wiki.Zim.png
 share/icons/hicolor/32x32/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/48x48/apps/zim.png
+share/icons/hicolor/48x48/apps/org.zim_wiki.Zim.png
 share/icons/hicolor/48x48/mimetypes/application-x-zim-notebook.png
-share/icons/hicolor/scalable/apps/zim.svg
+share/icons/hicolor/scalable/apps/org.zim_wiki.Zim.svg
 share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg
 share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg
 share/icons/ubuntu-mono-light/apps/22/zim-panel.svg
@@ -433,11 +499,14 @@ share/locale/da/LC_MESSAGES/zim.mo
 share/locale/de/LC_MESSAGES/zim.mo
 share/locale/el/LC_MESSAGES/zim.mo
 share/locale/en_GB/LC_MESSAGES/zim.mo
+share/locale/enm/LC_MESSAGES/zim.mo
+share/locale/eo/LC_MESSAGES/zim.mo
 share/locale/es/LC_MESSAGES/zim.mo
 share/locale/et/LC_MESSAGES/zim.mo
 share/locale/eu/LC_MESSAGES/zim.mo
 share/locale/fi/LC_MESSAGES/zim.mo
 share/locale/fr/LC_MESSAGES/zim.mo
+share/locale/fy/LC_MESSAGES/zim.mo
 share/locale/gl/LC_MESSAGES/zim.mo
 share/locale/he/LC_MESSAGES/zim.mo
 share/locale/hr/LC_MESSAGES/zim.mo
@@ -445,6 +514,8 @@ share/locale/hu/LC_MESSAGES/zim.mo
 share/locale/id/LC_MESSAGES/zim.mo
 share/locale/it/LC_MESSAGES/zim.mo
 share/locale/ja/LC_MESSAGES/zim.mo
+share/locale/ka/LC_MESSAGES/zim.mo
+share/locale/kab/LC_MESSAGES/zim.mo
 share/locale/ko/LC_MESSAGES/zim.mo
 share/locale/nb/LC_MESSAGES/zim.mo
 share/locale/nl/LC_MESSAGES/zim.mo
@@ -456,14 +527,17 @@ share/locale/ru/LC_MESSAGES/zim.mo
 share/locale/si/LC_MESSAGES/zim.mo
 share/locale/sk/LC_MESSAGES/zim.mo
 share/locale/sl/LC_MESSAGES/zim.mo
+share/locale/sq/LC_MESSAGES/zim.mo
 share/locale/sr/LC_MESSAGES/zim.mo
 share/locale/sv/LC_MESSAGES/zim.mo
+share/locale/ta/LC_MESSAGES/zim.mo
 share/locale/tr/LC_MESSAGES/zim.mo
 share/locale/uk/LC_MESSAGES/zim.mo
+share/locale/vi/LC_MESSAGES/zim.mo
 share/locale/zh_CN/LC_MESSAGES/zim.mo
 share/locale/zh_TW/LC_MESSAGES/zim.mo
 share/metainfo/org.zim_wiki.Zim.appdata.xml
-share/mime/packages/zim.xml
+share/mime/packages/org.zim_wiki.Zim.xml
 share/zim/dates.list
 share/zim/globe.svg
 share/zim/globe_banner.svg
@@ -475,25 +549,49 @@ share/zim/icons/hicolor/16x16/actions/fo
 share/zim/icons/hicolor/16x16/actions/format-text-subscript-symbolic.symbolic.png
 share/zim/icons/hicolor/16x16/actions/format-text-superscript-symbolic.symbolic.png
 share/zim/icons/hicolor/16x16/actions/linkmap-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/task-list-cancelled-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/task-list-closed-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/task-list-migrated-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/task-list-open-symbolic.symbolic.png
 share/zim/icons/hicolor/16x16/actions/task-list-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/task-list-transmigrated-symbolic.symbolic.png
+share/zim/icons/hicolor/16x16/actions/window-pop-out-symbolic.symbolic.png
 share/zim/icons/hicolor/22x22/actions/format-text-code-symbolic.symbolic.png
 share/zim/icons/hicolor/22x22/actions/format-text-heading-symbolic.symbolic.png
 share/zim/icons/hicolor/22x22/actions/format-text-subscript-symbolic.symbolic.png
 share/zim/icons/hicolor/22x22/actions/format-text-superscript-symbolic.symbolic.png
 share/zim/icons/hicolor/22x22/actions/linkmap-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/task-list-cancelled-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/task-list-closed-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/task-list-migrated-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/task-list-open-symbolic.symbolic.png
 share/zim/icons/hicolor/22x22/actions/task-list-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/task-list-transmigrated-symbolic.symbolic.png
+share/zim/icons/hicolor/22x22/actions/window-pop-out-symbolic.symbolic.png
 share/zim/icons/hicolor/24x24/actions/format-text-code-symbolic.symbolic.png
 share/zim/icons/hicolor/24x24/actions/format-text-heading-symbolic.symbolic.png
 share/zim/icons/hicolor/24x24/actions/format-text-subscript-symbolic.symbolic.png
 share/zim/icons/hicolor/24x24/actions/format-text-superscript-symbolic.symbolic.png
 share/zim/icons/hicolor/24x24/actions/linkmap-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/task-list-cancelled-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/task-list-closed-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/task-list-migrated-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/task-list-open-symbolic.symbolic.png
 share/zim/icons/hicolor/24x24/actions/task-list-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/task-list-transmigrated-symbolic.symbolic.png
+share/zim/icons/hicolor/24x24/actions/window-pop-out-symbolic.symbolic.png
 share/zim/icons/hicolor/scalable/format-text-code-symbolic.svg
 share/zim/icons/hicolor/scalable/format-text-heading-symbolic.svg
 share/zim/icons/hicolor/scalable/format-text-subscript-symbolic.svg
 share/zim/icons/hicolor/scalable/format-text-superscript-symbolic.svg
 share/zim/icons/hicolor/scalable/linkmap-symbolic.svg
+share/zim/icons/hicolor/scalable/task-list-cancelled-symbolic.svg
+share/zim/icons/hicolor/scalable/task-list-closed-symbolic.svg
+share/zim/icons/hicolor/scalable/task-list-migrated-symbolic.svg
+share/zim/icons/hicolor/scalable/task-list-open-symbolic.svg
 share/zim/icons/hicolor/scalable/task-list-symbolic.svg
+share/zim/icons/hicolor/scalable/task-list-transmigrated-symbolic.svg
+share/zim/icons/hicolor/scalable/window-pop-out-symbolic.svg
 share/zim/manual/About.txt
 share/zim/manual/Bugs.txt
 share/zim/manual/FAQ.txt
@@ -512,6 +610,7 @@ share/zim/manual/Help/Export/LaTeX.txt
 share/zim/manual/Help/Importing_external_files.txt
 share/zim/manual/Help/Key_Bindings.txt
 share/zim/manual/Help/Links.txt
+share/zim/manual/Help/Markdown_Syntax.txt
 share/zim/manual/Help/Menu_Items.txt
 share/zim/manual/Help/Migrating_to_latest_version.txt
 share/zim/manual/Help/Notebooks.txt
@@ -546,6 +645,7 @@ share/zim/manual/Plugins/GNU_R_Plot_Edit
 share/zim/manual/Plugins/Gnuplot_Editor.txt
 share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu
 share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png
+share/zim/manual/Plugins/Indexed_Full_Text_Search.txt
 share/zim/manual/Plugins/Inline_Calculator.txt
 share/zim/manual/Plugins/Insert_Screenshot.txt
 share/zim/manual/Plugins/Insert_Symbol.txt
@@ -553,6 +653,9 @@ share/zim/manual/Plugins/Journal.txt
 share/zim/manual/Plugins/Line_Sorter.txt
 share/zim/manual/Plugins/Link_Map.txt
 share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt
+share/zim/manual/Plugins/Mermaid_Diagram_Editor.txt
+share/zim/manual/Plugins/Mermaid_Diagram_Editor/erd.png
+share/zim/manual/Plugins/Mermaid_Diagram_Editor/gantt.png
 share/zim/manual/Plugins/PageIndex.txt
 share/zim/manual/Plugins/PathBar.txt
 share/zim/manual/Plugins/Print_to_Browser.txt
@@ -589,6 +692,7 @@ share/zim/manual/Plugins/Task_List.txt
 share/zim/manual/Plugins/ToolBar.txt
 share/zim/manual/Plugins/Tray_Icon.txt
 share/zim/manual/Plugins/Version_Control.txt
+share/zim/manual/Plugins/WindowTitleEditor.txt
 share/zim/manual/Plugins/macOS_Menubar.txt
 share/zim/manual/Start.txt
 share/zim/manual/Usage.txt
@@ -600,7 +704,9 @@ share/zim/manual/Usage/GTD_flowchart.png
 share/zim/manual/Usage/GTD_flowchart.svg
 share/zim/manual/Usage/Getting_Started.txt
 share/zim/manual/Usage/Getting_Things_Done.txt
+share/zim/manual/Usage/Lists_Organizer_or_Outliner.txt
 share/zim/manual/Usage/Publishing.txt
+share/zim/manual/Usage/ToDo_Lists.txt
 share/zim/manual/notebook.zim
 share/zim/menubar.xml
 share/zim/pagewindow_ui.xml
@@ -615,6 +721,7 @@ share/zim/pixmaps/linkmap.png
 share/zim/pixmaps/linkmap.svg
 share/zim/pixmaps/migrated-box.png
 share/zim/pixmaps/pilcrow.png
+share/zim/pixmaps/pilcrow.svg
 share/zim/pixmaps/task-list.png
 share/zim/pixmaps/transmigrated-box.png
 share/zim/pixmaps/unchecked-box.png

Index: pkgsrc/editors/zim/distinfo
diff -u pkgsrc/editors/zim/distinfo:1.12 pkgsrc/editors/zim/distinfo:1.13
--- pkgsrc/editors/zim/distinfo:1.12	Sun Jan  9 16:21:43 2022
+++ pkgsrc/editors/zim/distinfo	Wed Aug 19 06:57:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/01/09 16:21:43 wiz Exp $
+$NetBSD: distinfo,v 1.13 2026/08/19 06:57:21 wen Exp $
 
-BLAKE2s (zim-0.74.3.tar.gz) = 6d8bfba5432070019a7da13d996da23278326adcbadc2ada38bff8343943a522
-SHA512 (zim-0.74.3.tar.gz) = 92a530a827b9eb83289e7ffbf3f0e8ca3d9a7a770c0e6a6114541b290f76c6fd00248543170a5444d65bbd7ac7578101658db9639cf569c76324ec7b03344f9a
-Size (zim-0.74.3.tar.gz) = 2998280 bytes
+BLAKE2s (zim-0.77.2.tar.gz) = efcf2aeecfa8227731a77aca2d17bc979f7a77a504626d7d192159d27d6d7dd7
+SHA512 (zim-0.77.2.tar.gz) = 3779aac70e8b1e2191ef624d9fac03459c0932a8cd8d325ff8f1da10e6b296e03710eb8959b6203dc45cf1fabd0220b23e4e1380b984550f9f29b688732c86e3
+Size (zim-0.77.2.tar.gz) = 2806950 bytes
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.