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.7.9 and take MAI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b584d3e5a70d
branches:  trunk
changeset: 445547:b584d3e5a70d
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Jan 25 09:48:36 2021 +0000

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

diffstat:

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

diffs (32 lines):

diff -r d08efdff00a8 -r b584d3e5a70d textproc/lowdown/Makefile
--- a/textproc/lowdown/Makefile Mon Jan 25 09:48:35 2021 +0000
+++ b/textproc/lowdown/Makefile Mon Jan 25 09:48:36 2021 +0000
@@ -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@localhost
+MAINTAINER=    fcambus%NetBSD.org@localhost
 HOMEPAGE=      https://kristaps.bsd.lv/lowdown/
 COMMENT=       Simple Markdown translator
 LICENSE=       isc
diff -r d08efdff00a8 -r b584d3e5a70d textproc/lowdown/distinfo
--- a/textproc/lowdown/distinfo Mon Jan 25 09:48:35 2021 +0000
+++ b/textproc/lowdown/distinfo Mon Jan 25 09:48:36 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index