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:           Tue Feb  9 18:34:07 UTC 2021

Modified Files:
        pkgsrc/textproc/lowdown: Makefile distinfo

Log Message:
lowdown: update to 0.8.1.

ChangeLog:

Version 0.8.1, 2021-02-09

Add --term-nolinks to strip URLs out of terminal output (when alternative
text is available). Then add --nroff-nolinks and --nroff-shortlinks, just
like those for -Tterm, for use with -Tman or --nroff-no-groff.

Fix long-standing kinda-bug where www autolinks were being reported as
regular links instead of autolinks.

Introduce -m and -M, which allow metadata to be provided on the command
line. Metadata keys are first looked for in -m, overriden by what's in
the document, and those overridden by what's in -M.

Remove the deprecated -D, -d, -E, and -e, which were long ago replaced by
long options.

Inhibit printing of metadata in -Tgemini unless --gemini-metadata is given.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/textproc/lowdown/Makefile:1.16
--- pkgsrc/textproc/lowdown/Makefile:1.15       Thu Feb  4 09:09:42 2021
+++ pkgsrc/textproc/lowdown/Makefile    Tue Feb  9 18:34:07 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/02/04 09:09:42 fcambus Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/09 18:34:07 fcambus Exp $
 
-DISTNAME=      lowdown-0.8.0
+DISTNAME=      lowdown-0.8.1
 CATEGORIES=    textproc
 MASTER_SITES=  https://kristaps.bsd.lv/lowdown/snapshots/
 

Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.14 pkgsrc/textproc/lowdown/distinfo:1.15
--- pkgsrc/textproc/lowdown/distinfo:1.14       Thu Feb  4 09:09:42 2021
+++ pkgsrc/textproc/lowdown/distinfo    Tue Feb  9 18:34:07 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/02/04 09:09:42 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2021/02/09 18:34:07 fcambus Exp $
 
-SHA1 (lowdown-0.8.0.tar.gz) = 08cb4bbe000849350adf1b9f625446167bcacff6
-RMD160 (lowdown-0.8.0.tar.gz) = 8fe662a10b35448ac86b4a3f36e796bfc6eed1c1
-SHA512 (lowdown-0.8.0.tar.gz) = 53d59e1a82274fdbeb6b0c1ae7bb7abbd74475181ee3f3fed302f1990c8e2fd9e1cce114536151cf605ef47d1d0a3604ee9dafdef097218938d0cfa38d42c04f
-Size (lowdown-0.8.0.tar.gz) = 193798 bytes
+SHA1 (lowdown-0.8.1.tar.gz) = de1a68874d56d046ebdf52768f6e364f7d6a0d95
+RMD160 (lowdown-0.8.1.tar.gz) = c988acae5f0147eb7bdbe79c7f1d841c8d6785ec
+SHA512 (lowdown-0.8.1.tar.gz) = 51f472a66de075cd21a7f451c990ff6529bc242b4cc18732f08a6c6117dea7d9e5933cd851f6228b291b282a84f7976d23351d67f2eec10c84322a1d05483e91
+Size (lowdown-0.8.1.tar.gz) = 196068 bytes



Home | Main Index | Thread Index | Old Index