pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/lowdown lowdown: update to 0.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e3cc38546f4
branches:  trunk
changeset: 412473:5e3cc38546f4
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Mar 07 22:17:01 2020 +0000

description:
lowdown: update to 0.6.1.

ChangeLog:

lowdown 0.6.1:

- Quick fix: we never actually... printed for the diff.

lowdown 0.6.0:

- Pull in newest oconfigure.
- Add common usage.
- Emit surrounding <p> for a list item if it's in a block and not already
  containing block element(s).
- Bring docs up to date with code.
- Allow blank-separated definition key/value pairs to trigger block mode.
- Record whether a paragraph ends with a blank line or not.
- Proper styling of line prefixes.
- Get proper spacing for definition lists with -Tterm.
- Paragraphs in definition values don't get two newlines.
- Don't needlessly break up paragraphs that have a dli prefix in them when
  within a list context.
- Show in alpha order.
- Document definition lists.
- Make line breaking around definition lists consistent.
- Merge multiple definition lists.
- Report definition list status.
- Complete parsing support for single-title description lists.  There's
  still work to be done, but this covers most uses.
- Recognise two newlines before a dli prefix as starting a block dli.
- Parse multiple definition list titles, don't parse zero-length trailing
  definition list data,  and properly form nroff definition lists w/multiple
  datas.
- Add definition lists to -Tterm, documentation to nroff, forgotten header
  change.
- Add nroff support for definition lists and clean up regular lists, too.
- Parse definition lists by default and add disabling documentation for them.
- Support for definition lists.
- const-ify and make sure formatters don't puke on definition lists.
- Add initial support for PHP Markdown Extra (and the many others inheriting
  this functionality) definition lists.  So far very simple and not enabled
  by default.

diffstat:

 textproc/lowdown/Makefile |   4 ++--
 textproc/lowdown/PLIST    |   6 ++++--
 textproc/lowdown/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 676ee107b680 -r 5e3cc38546f4 textproc/lowdown/Makefile
--- a/textproc/lowdown/Makefile Sat Mar 07 21:14:45 2020 +0000
+++ b/textproc/lowdown/Makefile Sat Mar 07 22:17:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/12/12 20:00:08 fcambus Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/07 22:17:01 fcambus Exp $
 
-DISTNAME=      lowdown-0.4.6
+DISTNAME=      lowdown-0.6.1
 CATEGORIES=    textproc
 MASTER_SITES=  https://kristaps.bsd.lv/lowdown/snapshots/
 
diff -r 676ee107b680 -r 5e3cc38546f4 textproc/lowdown/PLIST
--- a/textproc/lowdown/PLIST    Sat Mar 07 21:14:45 2020 +0000
+++ b/textproc/lowdown/PLIST    Sat Mar 07 22:17:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/10/17 07:01:39 maya Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/07 22:17:01 fcambus Exp $
 bin/lowdown
 bin/lowdown-diff
 include/lowdown.h
@@ -10,7 +10,6 @@
 man/man3/lowdown_doc_free.3
 man/man3/lowdown_doc_new.3
 man/man3/lowdown_doc_parse.3
-man/man3/lowdown_errstr.3
 man/man3/lowdown_file.3
 man/man3/lowdown_file_diff.3
 man/man3/lowdown_html_free.3
@@ -19,6 +18,9 @@
 man/man3/lowdown_nroff_free.3
 man/man3/lowdown_nroff_new.3
 man/man3/lowdown_nroff_rndr.3
+man/man3/lowdown_term_free.3
+man/man3/lowdown_term_new.3
+man/man3/lowdown_term_rndr.3
 man/man3/lowdown_tree_free.3
 man/man3/lowdown_tree_new.3
 man/man3/lowdown_tree_rndr.3
diff -r 676ee107b680 -r 5e3cc38546f4 textproc/lowdown/distinfo
--- a/textproc/lowdown/distinfo Sat Mar 07 21:14:45 2020 +0000
+++ b/textproc/lowdown/distinfo Sat Mar 07 22:17:01 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/12/12 20:00:08 fcambus Exp $
+$NetBSD: distinfo,v 1.5 2020/03/07 22:17:01 fcambus Exp $
 
-SHA1 (lowdown-0.4.6.tar.gz) = afcb4cf46d0e70d5147a8e18f8b5714d568e840c
-RMD160 (lowdown-0.4.6.tar.gz) = c3460a91d7d9b54b7c0ba92b36939906c738654a
-SHA512 (lowdown-0.4.6.tar.gz) = cf626683289c81afe5c84e9c835ba6739a2c970891fb8080ff6bdc07692d91e60429d8d481bd9951d4ff4b0424e7c196ec597ddfcb8d218df324642efe564e15
-Size (lowdown-0.4.6.tar.gz) = 103959 bytes
+SHA1 (lowdown-0.6.1.tar.gz) = 9946bb8331913c9bdea40fad015b460b70fb42ce
+RMD160 (lowdown-0.6.1.tar.gz) = 355f7443331f29e6acc656129c29e2b959772774
+SHA512 (lowdown-0.6.1.tar.gz) = bbd431431850492406889d67ebe11ad5e2542293d4a30f8f0c7a2d0377291b35f484437a9d07474d1853d9839b22271026160c6be31bf78843488fb5cafc880e
+Size (lowdown-0.6.1.tar.gz) = 122806 bytes



Home | Main Index | Thread Index | Old Index