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 Jan 25 09:48:36 UTC 2021

Modified Files:
        pkgsrc/textproc/lowdown: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/textproc/lowdown/Makefile:1.14
--- pkgsrc/textproc/lowdown/Makefile:1.13       Thu Dec 10 09:19:35 2020
+++ pkgsrc/textproc/lowdown/Makefile    Mon Jan 25 09:48:36 2021
@@ -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

Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.12 pkgsrc/textproc/lowdown/distinfo:1.13
--- pkgsrc/textproc/lowdown/distinfo:1.12       Thu Dec 10 09:19:35 2020
+++ pkgsrc/textproc/lowdown/distinfo    Mon Jan 25 09:48:36 2021
@@ -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