summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2020-12-10 09:19:35 +0000
committerfcambus <fcambus@pkgsrc.org>2020-12-10 09:19:35 +0000
commitb89dbcc1e26e27ebf3793f672c246cc1a079814d (patch)
tree1d5be6e7ce313a8ee09b8566424e425d8dc10a88 /textproc
parent2789fbca7ca1625d728e978dc3c89d0ecc3e5c6b (diff)
downloadpkgsrc-b89dbcc1e26e27ebf3793f672c246cc1a079814d.tar.gz
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!
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lowdown/Makefile4
-rw-r--r--textproc/lowdown/PLIST7
-rw-r--r--textproc/lowdown/distinfo10
3 files changed, 13 insertions, 8 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index a3841d18f90..1fff59f2a49 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -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/
diff --git a/textproc/lowdown/PLIST b/textproc/lowdown/PLIST
index d1e23ed4149..cd390f65348 100644
--- a/textproc/lowdown/PLIST
+++ b/textproc/lowdown/PLIST
@@ -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
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index eb5537078bb..742f3d09c80 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -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