pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lowdown



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Sep 27 20:12:58 UTC 2021

Modified Files:
        pkgsrc/textproc/lowdown: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/lowdown/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/lowdown/Makefile
diff -u pkgsrc/textproc/lowdown/Makefile:1.21 pkgsrc/textproc/lowdown/Makefile:1.22
--- pkgsrc/textproc/lowdown/Makefile:1.21       Sun Aug  8 09:22:52 2021
+++ pkgsrc/textproc/lowdown/Makefile    Mon Sep 27 20:12:58 2021
@@ -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/
 

Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.20 pkgsrc/textproc/lowdown/distinfo:1.21
--- pkgsrc/textproc/lowdown/distinfo:1.20       Sun Aug  8 09:22:52 2021
+++ pkgsrc/textproc/lowdown/distinfo    Mon Sep 27 20:12:58 2021
@@ -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