diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-01-25 09:48:36 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-01-25 09:48:36 +0000 |
commit | 608a9780b030a7dc39cafec1d7e1bce6ab3b0d3d (patch) | |
tree | 330a048955259d63fbab79620aec0ad389b2f4db | |
parent | a2fdda75701162f3d040fd37b2c841fd5fbed0e1 (diff) | |
download | pkgsrc-608a9780b030a7dc39cafec1d7e1bce6ab3b0d3d.tar.gz |
lowdown: update to 0.7.9 and take MAINTAINER.
ChangeLog:
Version 0.7.9, 2021-01-11
- Fix a crash introduced with the new UTF-8 handling in -Tterm.
- Allow the "section" metadata key to set the manpage section when used
with -Tman.
- Significantly clean up lists (definition, ordered, unordered) and how
indenting and compacting is handled in -Tman and -Tms.
- Use EX and EE for block code when in -Tman. These only apply in
LOWDOWN_NROFF_GROFF mode. While looking at block codes, fix how much
trailing space is emitted and make sure that subsequent paragraphs
are indented.
- Don't have sections in -Tman be followed by superfluous paragraph
macros (PP, etc.).
Version 0.7.7, 2021-01-06
Have the -Tterm output correctly adjust columns for UTF-8 wide characters.
This makes both ASCII and UTF-8 (e.g, Russian) correctly align on terminal
output.
-rw-r--r-- | textproc/lowdown/Makefile | 6 | ||||
-rw-r--r-- | textproc/lowdown/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index 1fff59f2a49..028bb191471 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2020/12/10 09:19:35 fcambus Exp $ +# $NetBSD: Makefile,v 1.14 2021/01/25 09:48:36 fcambus Exp $ -DISTNAME= lowdown-0.7.5 +DISTNAME= lowdown-0.7.9 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= fcambus@NetBSD.org HOMEPAGE= https://kristaps.bsd.lv/lowdown/ COMMENT= Simple Markdown translator LICENSE= isc diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo index 742f3d09c80..471d7ebd8ec 100644 --- a/textproc/lowdown/distinfo +++ b/textproc/lowdown/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/12/10 09:19:35 fcambus Exp $ +$NetBSD: distinfo,v 1.13 2021/01/25 09:48:36 fcambus Exp $ -SHA1 (lowdown-0.7.5.tar.gz) = 81fa7ca1353137d53270ee3c9c12928960d90b8c -RMD160 (lowdown-0.7.5.tar.gz) = 83509d7b4fb413e99d75df392c6848982318ff05 -SHA512 (lowdown-0.7.5.tar.gz) = a261a2c7fa14327411368ea0590ed081a72996b4d7f4196561e2d43fa422ecbdfc49fbd75f9e2d55ac124e5ecb03f2ab17e2afd4e16b79902ee0c05ccde7e578 -Size (lowdown-0.7.5.tar.gz) = 188326 bytes +SHA1 (lowdown-0.7.9.tar.gz) = c6d289cfb1aacb8e16daabbdf85ce5e16a5f174e +RMD160 (lowdown-0.7.9.tar.gz) = 389cbf1c384ef9fb18ecbf4feb1c41fc88ffd0a8 +SHA512 (lowdown-0.7.9.tar.gz) = ec642b285202c932394f84a29c04dfa21882abd4c2d0e80df0d9957c6dc1dc164933d274d034fc96501ca3c90dca42c82ad97f017b92e17f1f11388214458451 +Size (lowdown-0.7.9.tar.gz) = 190887 bytes |