Hi, Update lowdown to 0.2.7 from maintainer. Most notably, a reference manual of the Markdown accepted by lowdown has been added. Complete changelog can be found here[1].
Comments? OK? [1] https://kristaps.bsd.lv/lowdown/archive.html Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/lowdown/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 7 Sep 2017 07:03:24 -0000 1.6 +++ Makefile 5 Oct 2017 07:42:00 -0000 @@ -2,7 +2,7 @@ COMMENT = simple markdown translator -DISTNAME = lowdown-0.2.4 +DISTNAME = lowdown-0.2.7 CATEGORIES = textproc HOMEPAGE = https://kristaps.bsd.lv/lowdown/ Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/lowdown/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 7 Sep 2017 07:03:24 -0000 1.6 +++ distinfo 5 Oct 2017 07:42:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (lowdown-0.2.4.tar.gz) = TMbqByJE+617RPqj4CjzNvP26UIvqazCY9LCwlDkOog= -SIZE (lowdown-0.2.4.tar.gz) = 64693 +SHA256 (lowdown-0.2.7.tar.gz) = yWwQXCMUhIQ6jTjot96ySO93NoEJU7kon2E/7513feE= +SIZE (lowdown-0.2.7.tar.gz) = 72312 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 7 Sep 2017 07:03:24 -0000 1.3 +++ pkg/PLIST 5 Oct 2017 07:42:00 -0000 @@ -19,3 +19,4 @@ lib/liblowdown.a @man man/man3/lowdown_tree_free.3 @man man/man3/lowdown_tree_new.3 @man man/man3/lowdown_tree_rndr.3 +@man man/man5/lowdown.5