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:           Thu Dec 10 09:19:36 UTC 2020

Modified Files:
        pkgsrc/textproc/lowdown: Makefile PLIST distinfo

Log Message:
lowdown: update to 0.7.5.

Version 0.7.5, 2020-12-09

- Add support for the Gemini protocol I've been hearing so much about.
  This may now be used from lowdown(1) or as a library in lowdown(3).
  This is a very simple output: it basically does no formatting at
  all, but does have some logic to shuffle around links.  Version

Version 0.7.4, 2020-08-29

- Bug-fix: don't emit stray .PP macros when in -Tman or -Tms mode.
This bug was introduced in version 0.7.3.

- The library is now usable from C++ applications as-is, without
  needing extra compilation flags.

- Add missing lowdown_diff(3) and lowdown_metaq_free(3) manpages.

Version 0.7.3, 2020-08-20

- Fix some smart typography bugs, specifically with ending single or
  double quotes. While doing so, create a regression suite for smart
  typography and update the manpage. Bug submitted by Larry Kollar,
  thanks!

- Make base header level metadata key work properly. Another bug
  submitted by Larry Kollar, thanks!

- Fix --nroff-hard-wrap to emit trailing newlines. Yet another bug
  submitted by Larry Kollar, thanks!

Larry further suggested using typographic conventions in both the
-Tlatex and -Tms output to have initial paragraphs not indent, but
subsequent ones should. This is the default mode in LaTeX, which
I was disabling. I've now removed my override to be more like
default LaTeX, and Larry proposed an initial patch for having -Tms
do the same. Thanks yet again!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/lowdown/PLIST
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/textproc/lowdown/Makefile:1.13
--- pkgsrc/textproc/lowdown/Makefile:1.12       Tue Jul 28 20:57:59 2020
+++ pkgsrc/textproc/lowdown/Makefile    Thu Dec 10 09:19:35 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/07/28 20:57:59 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2020/12/10 09:19:35 fcambus Exp $
 
-DISTNAME=      lowdown-0.7.2
+DISTNAME=      lowdown-0.7.5
 CATEGORIES=    textproc
 MASTER_SITES=  https://kristaps.bsd.lv/lowdown/snapshots/
 

Index: pkgsrc/textproc/lowdown/PLIST
diff -u pkgsrc/textproc/lowdown/PLIST:1.6 pkgsrc/textproc/lowdown/PLIST:1.7
--- pkgsrc/textproc/lowdown/PLIST:1.6   Thu Jul  9 19:38:02 2020
+++ pkgsrc/textproc/lowdown/PLIST       Thu Dec 10 09:19:35 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/07/09 19:38:02 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/12/10 09:19:35 fcambus Exp $
 bin/lowdown
 bin/lowdown-diff
 include/lowdown.h
@@ -10,17 +10,22 @@ man/man3/lowdown_buf.3
 man/man3/lowdown_buf_diff.3
 man/man3/lowdown_buf_free.3
 man/man3/lowdown_buf_new.3
+man/man3/lowdown_diff.3
 man/man3/lowdown_doc_free.3
 man/man3/lowdown_doc_new.3
 man/man3/lowdown_doc_parse.3
 man/man3/lowdown_file.3
 man/man3/lowdown_file_diff.3
+man/man3/lowdown_gemini_free.3
+man/man3/lowdown_gemini_new.3
+man/man3/lowdown_gemini_rndr.3
 man/man3/lowdown_html_free.3
 man/man3/lowdown_html_new.3
 man/man3/lowdown_html_rndr.3
 man/man3/lowdown_latex_free.3
 man/man3/lowdown_latex_new.3
 man/man3/lowdown_latex_rndr.3
+man/man3/lowdown_metaq_free.3
 man/man3/lowdown_nroff_free.3
 man/man3/lowdown_nroff_new.3
 man/man3/lowdown_nroff_rndr.3

Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.11 pkgsrc/textproc/lowdown/distinfo:1.12
--- pkgsrc/textproc/lowdown/distinfo:1.11       Tue Jul 28 20:57:59 2020
+++ pkgsrc/textproc/lowdown/distinfo    Thu Dec 10 09:19:35 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/07/28 20:57:59 fcambus Exp $
+$NetBSD: distinfo,v 1.12 2020/12/10 09:19:35 fcambus Exp $
 
-SHA1 (lowdown-0.7.2.tar.gz) = 7e56a609108b5edbaeadab21fa1313b7ceb890a9
-RMD160 (lowdown-0.7.2.tar.gz) = 4f62bd5772b19ba8138ad15981b925692042ddb1
-SHA512 (lowdown-0.7.2.tar.gz) = e684d0e9b26088def84c4a421811d584dcd206f136651b587cb5f95acefb4ca81fbb8918470d3f39d8a03ccabb0bf6fc42efa0f333b53a6861506526dcc9a0e7
-Size (lowdown-0.7.2.tar.gz) = 180032 bytes
+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



Home | Main Index | Thread Index | Old Index