diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-10-13 07:29:11 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-10-13 07:29:11 +0000 |
commit | c63878f53505d9093fd6c1645325def255457195 (patch) | |
tree | 33cf42820cfb6ce6970a80a96aac71bdbf50ab84 /textproc | |
parent | d37f571c70f6f8942de46e77af73d7b655365b9d (diff) | |
download | pkgsrc-c63878f53505d9093fd6c1645325def255457195.tar.gz |
lowdown: update to 0.9.2.
Version 0.9.2, 2021-10-08
Significantly improve -Tterm output, both in terms of styles and layout.
Terminal output styles are easy to set as compile-time constants by editing
term.h. If you're going to edit this for a downstream installation of
lowdown, please let me know and I can stash it in a styles directory!
Add --term-no-ansi to disable all ANSI escapes in output. This produces a
clean, undecorated terminal-formatted document.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/lowdown/Makefile | 4 | ||||
-rw-r--r-- | textproc/lowdown/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index be3c98a939d..df68d6bdd08 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/10/07 09:03:42 fcambus Exp $ +# $NetBSD: Makefile,v 1.24 2021/10/13 07:29:11 fcambus Exp $ -DISTNAME= lowdown-0.9.1 +DISTNAME= lowdown-0.9.2 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo index f749b404b0a..e566c5dfce5 100644 --- a/textproc/lowdown/distinfo +++ b/textproc/lowdown/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/10/07 15:01:25 nia Exp $ +$NetBSD: distinfo,v 1.24 2021/10/13 07:29:11 fcambus Exp $ -RMD160 (lowdown-0.9.1.tar.gz) = 7a83aa3a4e651a67a9d85eee3a09549def941b68 -SHA512 (lowdown-0.9.1.tar.gz) = 51cec24a37609c57b779e07c6a29d0efba3d823ce2f4b74fa86faecbd36f29e87576432951597c55ba517cb2f16d5c48cd45339a9dabe2a3d7c7c7947c55684f -Size (lowdown-0.9.1.tar.gz) = 214367 bytes +RMD160 (lowdown-0.9.2.tar.gz) = 6114d82c874950fbeb2e571ebabbe407d508eb99 +SHA512 (lowdown-0.9.2.tar.gz) = c800bd552989724b131214e9ccea416c457db50f06ff944e04b0311f4b9b2aea1f5c258e6ee35a5506373f9a9611ee3916cc493fb70da13cec630dc1a37b699b +Size (lowdown-0.9.2.tar.gz) = 217279 bytes |