Mon Sep 16 06:50:29 2019 UTC ()
Update to 2.001, noticed via repology. From the changelog:

Enhancements
------------

- Level 0 headings
- New command line options
- Table enhancements
- HTMLDOC support
- Improved LaTeX support
- HTML formatting enhancements
- HTML meta information and stylesheet support
- Stylesheet-friendly HTML generation
- Embedded documentation enhancements
- Miscellaneous stuff

Fixes
-----

Indented tables now work as expected, i.e. leading whitespace at the
beginning of the heading row is now accepted and remaining rows have
that amount of whitespace trimmed.

When generating txt output, leading cell whitespace now works as
expected. Previously, multiple spaces were converted to a single
space.

Attribute values containing ;; no longer have the whitespace around
the character sequence trimmed.

Internally, unhandled internal directives no longer produce a warning.
(As a result, it's now easier to extend things without "breaking"
existing drivers.)

When generating HTML, the HTML_PRE_SECTION is no longer prepended
unless a table of contents is generated.

Incompatibilities
-----------------

When HTML is generated, the default footer no longer contains a line.
To get the old behaviour, set the HTML_OLD_FOOTERS variable, e.g.

       sdf -2html -DHTML_OLD_FOOTERS ...

The HTML driver no longer uses special embedded comments to work out
where to put the table of contents.

The getcli macro no longer searches the include path: it just executes
the command.


(schmonz)
diff -r1.2 -r1.3 pkgsrc/textproc/p5-sdf/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/p5-sdf/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/textproc/p5-sdf/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-sdf/Makefile 2019/09/10 22:28:37 1.2
+++ pkgsrc/textproc/p5-sdf/Makefile 2019/09/16 06:50:28 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2019/09/10 22:28:37 schmonz Exp $ 1# $NetBSD: Makefile,v 1.3 2019/09/16 06:50:28 schmonz Exp $
2 2
3DISTNAME= sdf-2.001beta1 3DISTNAME= sdf-2.001
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${HOMEPAGE} 6MASTER_SITES= ${HOMEPAGE}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= https://cpan.metacpan.org/authors/id/I/IA/IANC/ 9HOMEPAGE= https://cpan.metacpan.org/authors/id/I/IA/IANC/
10COMMENT= Simple Document Format to generate multiple output formats 10COMMENT= Simple Document Format to generate multiple output formats
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13PERL5_PACKLIST= auto/SDF/.packlist 13PERL5_PACKLIST= auto/SDF/.packlist
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16pre-configure: 16pre-configure:

cvs diff -r1.1 -r1.2 pkgsrc/textproc/p5-sdf/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-sdf/distinfo 2019/09/10 21:20:35 1.1
+++ pkgsrc/textproc/p5-sdf/distinfo 2019/09/16 06:50:28 1.2
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.1 2019/09/10 21:20:35 schmonz Exp $ 1$NetBSD: distinfo,v 1.2 2019/09/16 06:50:28 schmonz Exp $
2 2
3SHA1 (sdf-2.001beta1.tar.gz) = 01bf3f7e36ae139f68018e1561586da451bc5c8e 3SHA1 (sdf-2.001.tar.gz) = ed969c0c89544f9ca1569d121edfa36d1ea038a5
4RMD160 (sdf-2.001beta1.tar.gz) = 013680e244550cdd86c54c8f0eabb420fcd8a885 4RMD160 (sdf-2.001.tar.gz) = 668694af7c5aaf6d0331e84044874125dfa21633
5SHA512 (sdf-2.001beta1.tar.gz) = 8230b90e4c425a18f79305856cea4f7a3f0c1994d93b74a67debe0740f454d7fa81e68c4d818fd4c14d8d690f7af40449c10520c219495b3854ef17747b72ce5 5SHA512 (sdf-2.001.tar.gz) = ddcba86f20e3a9bc0b36b27a3a91899de46f7d192b2053fd4b982fd17ff6f9264ba0b9bd5dd1430fec4b8867c71b179405845c3cc8bc465295e216fa438952e6
6Size (sdf-2.001beta1.tar.gz) = 788018 bytes 6Size (sdf-2.001.tar.gz) = 818230 bytes
7SHA1 (patch-perllib_sdf_subs.pl) = 0e975864b1268e816b0a5ef4097eaa0396bed49c 7SHA1 (patch-perllib_sdf_subs.pl) = 0e975864b1268e816b0a5ef4097eaa0396bed49c
8SHA1 (patch-perllib_sdf_tohtml.pl) = 0c0d1baafc75c0780a56d33cd45200dbd322254d 8SHA1 (patch-perllib_sdf_tohtml.pl) = 0c0d1baafc75c0780a56d33cd45200dbd322254d
9SHA1 (patch-perllib_sdf_tomif.pl) = 649a2b16b1365ddc7fec69799264ab625f80e454 9SHA1 (patch-perllib_sdf_tomif.pl) = 649a2b16b1365ddc7fec69799264ab625f80e454
10SHA1 (patch-perllib_sdf_topod.pl) = 87aaf3b276cd319d81803edb39b3f4f860538642 10SHA1 (patch-perllib_sdf_topod.pl) = 87aaf3b276cd319d81803edb39b3f4f860538642
11SHA1 (patch-perllib_sdf_tosgml.pl) = 4672455c6472be072aa94949d015247d50643c30 11SHA1 (patch-perllib_sdf_tosgml.pl) = 4672455c6472be072aa94949d015247d50643c30