pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/lowdown lowdown: update to 0.9.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9941b84ce818
branches:  trunk
changeset: 458977:9941b84ce818
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Sep 27 20:12:58 2021 +0000

description:
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:

 textproc/lowdown/Makefile |   4 ++--
 textproc/lowdown/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r dd42491a5b36 -r 9941b84ce818 textproc/lowdown/Makefile
--- a/textproc/lowdown/Makefile Mon Sep 27 20:12:18 2021 +0000
+++ b/textproc/lowdown/Makefile Mon Sep 27 20:12:58 2021 +0000
@@ -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 -r dd42491a5b36 -r 9941b84ce818 textproc/lowdown/distinfo
--- a/textproc/lowdown/distinfo Mon Sep 27 20:12:18 2021 +0000
+++ b/textproc/lowdown/distinfo Mon Sep 27 20:12:58 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index