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: Wed Oct 13 07:29:11 UTC 2021
Modified Files:
pkgsrc/textproc/lowdown: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/lowdown/Makefile \
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.23 pkgsrc/textproc/lowdown/Makefile:1.24
--- pkgsrc/textproc/lowdown/Makefile:1.23 Thu Oct 7 09:03:42 2021
+++ pkgsrc/textproc/lowdown/Makefile Wed Oct 13 07:29:11 2021
@@ -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/
Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.23 pkgsrc/textproc/lowdown/distinfo:1.24
--- pkgsrc/textproc/lowdown/distinfo:1.23 Thu Oct 7 15:01:25 2021
+++ pkgsrc/textproc/lowdown/distinfo Wed Oct 13 07:29:11 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index