Subject: CVS commit: pkgsrc/editors/tp-note
From: pin
Date: 2023-09-29 21:09:14
Message id: 20230929190914.75233FBDB@cvs.NetBSD.org

Log Message:
editors/tp-note: update to 1.22.4

v1.22.4
Add compilation target *bsd, fixes #17

v1.22.3
Maintenance release: refactor and simplify HTML tmpl. code

Breaking change in HTML templates:

* Rename template variables `{{note_*}}` to `{{ doc_* }}`
* New `markup_to_html(extension=ext)` filter
* Replace template variable `doc_erroneous_content_html|safe` with
  `doc_text|markup_to_html|safe`

v1.22.2
Viewer: choose syntax highlighting theme

This release come with 3 new configuration features:

1. Choose the syntax highlighting theme with the configuration file variables:
   `tmpl_html.viewer_highlighting_theme` and
   `tmpl_html.exporter_highlighting_theme`.

2. Breaking change: The HTML templates `tmpl_html.viewer`,
   `tmpl_html.viewer_error` and `tmpl_html.exporter` automatically escape
   HTML critical characters. Escaping can be disabled be adding the
   `safe` filter in last position.

3. Tp-Note's configuration file is now stored with inline documentation.

Files:
RevisionActionfile
1.53modifypkgsrc/editors/tp-note/Makefile
1.42modifypkgsrc/editors/tp-note/cargo-depends.mk
1.44modifypkgsrc/editors/tp-note/distinfo