summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2021-09-27 20:12:58 +0000
committerfcambus <fcambus@pkgsrc.org>2021-09-27 20:12:58 +0000
commit7d48464dd013c888d34ecc62c7c416e0c04b76af (patch)
tree134f07e9339ec3ad80160bdf41db3bfb55f2a24b /textproc
parentb1f0af767112da3e8ff0c4cc61dc4605142973c7 (diff)
downloadpkgsrc-7d48464dd013c888d34ecc62c7c416e0c04b76af.tar.gz
lowdown: update to 0.9.0.
Version 0.9.0, 2021-09-23 Metadata consistency. Make sure that all standalone document metadata (e.g., css for HTML, volume for manpages, etc.) is properly escaped for its output context. The -X option (metadata extraction) now extracts the unformatted version of the given key. This is because output media don't necessarily have a single way of formatting data: in -Thtml, for instance, metadata may be formatted differently if it appears in links, attributes, or within HTML content. It's now the caller's responsibility to escape the results of -X. This generates API changes, because metadata is now recorded during the parse phase, not during the rendering phase. While here, metadata extraction for "diff" mode is disabled (as it should be). While here, the "base level header" metadata key has been replaced with "shift-heading-level-by". This is because the existing "base header level" never actually worked properly, and instead behaved like "shift-heading-level-by". Add GFM task lists to all output modes. While doing this, clean up list output for -Tgemini and -Tterm.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lowdown/Makefile4
-rw-r--r--textproc/lowdown/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index ab192db7a53..5c53473a5d5 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/08/08 09:22:52 fcambus Exp $
+# $NetBSD: Makefile,v 1.22 2021/09/27 20:12:58 fcambus Exp $
-DISTNAME= lowdown-0.8.6
+DISTNAME= lowdown-0.9.0
CATEGORIES= textproc
MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index 7d2c4c86d31..d22b93e4831 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/08/08 09:22:52 fcambus Exp $
+$NetBSD: distinfo,v 1.21 2021/09/27 20:12:58 fcambus Exp $
-SHA1 (lowdown-0.8.6.tar.gz) = 34a0183899caf6548e2b4c6c3d4737855004c564
-RMD160 (lowdown-0.8.6.tar.gz) = 16207393f4886660e147b716b08aceef58431b4a
-SHA512 (lowdown-0.8.6.tar.gz) = ad8fba1193cd7841e6ef3f19459511472808d0263c9df16a65a1330fd908238acbf05422b64944ba50c05d92e240719e98802540889e012ef77821787f08bfe9
-Size (lowdown-0.8.6.tar.gz) = 209931 bytes
+SHA1 (lowdown-0.9.0.tar.gz) = 54e1860306bc2676bdebedeb5582c0999b1a4c96
+RMD160 (lowdown-0.9.0.tar.gz) = e95df69125a8ad806d166afe71b9f21d3ce5dcde
+SHA512 (lowdown-0.9.0.tar.gz) = 10387b1bf02e156122499ce99c3a537f27f76858ec79766c3cc7c79f86d7c276fd65c08ce5dc562c9296c696a7acce03acc7c7e0315732231e43554d0c1c3a36
+Size (lowdown-0.9.0.tar.gz) = 211595 bytes