pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/treemd
Module Name: pkgsrc
Committed By: pin
Date: Mon Sep 14 14:17:46 UTC 2026
Modified Files:
pkgsrc/textproc/treemd: Makefile cargo-depends.mk distinfo
Log Message:
textproc/treemd: update to 0.8.2
(leaf package)
[0.8.2] - 2026-09-13
Fixed
A list nested inside a blockquote or a <details> no longer mispositions what follows it. Its height was measured as one row per item, ignoring both the extra lines a nested item adds to an item's
content and the nested blocks the renderer draws underneath it. 1. step holding a fenced block draws four rows and was counted as one, so selecting anything below the list scrolled to the wrong
offset, and the error accumulated down the document. A top-level list was already measured correctly by index_elements, which is why this only showed up nested (#88)
Internal
The line counter is now checked against the renderer for every construct. Element line ranges come from the counter and the viewport scrolls to them, so the two disagreeing is what mispositioning
is. Two bugs of that shape have shipped, a callout holding a fenced block and now a list holding one, both invisible because nothing compared the numbers. The test measures the same document both
ways across twenty constructs and prints any that differ
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/treemd/Makefile \
pkgsrc/textproc/treemd/distinfo
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/treemd/cargo-depends.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/treemd/Makefile
diff -u pkgsrc/textproc/treemd/Makefile:1.26 pkgsrc/textproc/treemd/Makefile:1.27
--- pkgsrc/textproc/treemd/Makefile:1.26 Sat Sep 12 17:39:07 2026
+++ pkgsrc/textproc/treemd/Makefile Mon Sep 14 14:17:46 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2026/09/12 17:39:07 pin Exp $
+# $NetBSD: Makefile,v 1.27 2026/09/14 14:17:46 pin Exp $
-DISTNAME= treemd-0.8.1
+DISTNAME= treemd-0.8.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Epistates/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/treemd/distinfo
diff -u pkgsrc/textproc/treemd/distinfo:1.26 pkgsrc/textproc/treemd/distinfo:1.27
--- pkgsrc/textproc/treemd/distinfo:1.26 Sat Sep 12 17:39:07 2026
+++ pkgsrc/textproc/treemd/distinfo Mon Sep 14 14:17:46 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2026/09/12 17:39:07 pin Exp $
+$NetBSD: distinfo,v 1.27 2026/09/14 14:17:46 pin Exp $
BLAKE2s (addr2line-0.25.1.crate) = cc5c422ec48ccef5c2c46379d2f600644609490afafea5020f2020815d1146e6
SHA512 (addr2line-0.25.1.crate) = c400f3b6ccaff8a1c0d7d82c708a1784b8fd5ba64b6e420e85819d59b1cadb55fa59c852925093b921469f272d1d5140cf12f013ae75d1e1bc85021097df8fc2
@@ -924,9 +924,9 @@ Size (tracing-subscriber-0.3.23.crate) =
BLAKE2s (tree_magic_mini-3.2.2.crate) = 963c1acb2d39fa2b75bdb48a69729bd11a709c45e4130e93e9dd0538eef09b9e
SHA512 (tree_magic_mini-3.2.2.crate) = 37c627d440ae8e0ba9c2d0a322cc68252d6c1e56548483142a1e801c057521cb5a6387e8a7849c25de6d9dfcbaf579fa900b37d93ff023057591d3bbda843a3b
Size (tree_magic_mini-3.2.2.crate) = 16074 bytes
-BLAKE2s (treemd-0.8.1.tar.gz) = db2b56639f7b4d2f418fd51d7c3be2f2336fe6cc779a2d11c5c6fafda5958fbc
-SHA512 (treemd-0.8.1.tar.gz) = a567a1029dc24e5c9f43df4ad31001adeea6b84bcd967933d014abb7cce93d8600d7b37be8b5a592d69a230a75d3ccd945ee3b4426b1e1c16725f9de6fe76a02
-Size (treemd-0.8.1.tar.gz) = 4612194 bytes
+BLAKE2s (treemd-0.8.2.tar.gz) = f233d7a80d6276452685fca59d99c0c806ba3cf0955878674f228957b6364613
+SHA512 (treemd-0.8.2.tar.gz) = 08a2242a2410c537900a08a9b4bb069a8978a1c87152a42da444ae2e47cca56ce44919c111db706ca3d1d82650e546e66e5ad901875981b0ef88591de5b64390
+Size (treemd-0.8.2.tar.gz) = 4614174 bytes
BLAKE2s (ttf-parser-0.25.1.crate) = a9a17470e40b1a4cc727ce7af1f69c855ffd1033b163fa500275f178c511d0ae
SHA512 (ttf-parser-0.25.1.crate) = 2483f485ade8a764a279173a3431d7fbfa7c14466c458e44a3a09d249781d200a6880f98f424b3dc1718ffde4988c8be4eb1ada7b255c7ae3b6639449a299c9c
Size (ttf-parser-0.25.1.crate) = 201121 bytes
Index: pkgsrc/textproc/treemd/cargo-depends.mk
diff -u pkgsrc/textproc/treemd/cargo-depends.mk:1.25 pkgsrc/textproc/treemd/cargo-depends.mk:1.26
--- pkgsrc/textproc/treemd/cargo-depends.mk:1.25 Sat Sep 12 17:39:07 2026
+++ pkgsrc/textproc/treemd/cargo-depends.mk Mon Sep 14 14:17:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.25 2026/09/12 17:39:07 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.26 2026/09/14 14:17:46 pin Exp $
CARGO_CRATE_DEPENDS+= addr2line-0.25.1
CARGO_CRATE_DEPENDS+= adler2-2.0.1
Home |
Main Index |
Thread Index |
Old Index