pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-sdf



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Sep 16 06:50:29 UTC 2019

Modified Files:
        pkgsrc/textproc/p5-sdf: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/p5-sdf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-sdf/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/p5-sdf/Makefile
diff -u pkgsrc/textproc/p5-sdf/Makefile:1.2 pkgsrc/textproc/p5-sdf/Makefile:1.3
--- pkgsrc/textproc/p5-sdf/Makefile:1.2 Tue Sep 10 22:28:37 2019
+++ pkgsrc/textproc/p5-sdf/Makefile     Mon Sep 16 06:50:28 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/09/10 22:28:37 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/16 06:50:28 schmonz Exp $
 
-DISTNAME=      sdf-2.001beta1
+DISTNAME=      sdf-2.001
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${HOMEPAGE}

Index: pkgsrc/textproc/p5-sdf/distinfo
diff -u pkgsrc/textproc/p5-sdf/distinfo:1.1 pkgsrc/textproc/p5-sdf/distinfo:1.2
--- pkgsrc/textproc/p5-sdf/distinfo:1.1 Tue Sep 10 21:20:35 2019
+++ pkgsrc/textproc/p5-sdf/distinfo     Mon Sep 16 06:50:28 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2019/09/10 21:20:35 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2019/09/16 06:50:28 schmonz Exp $
 
-SHA1 (sdf-2.001beta1.tar.gz) = 01bf3f7e36ae139f68018e1561586da451bc5c8e
-RMD160 (sdf-2.001beta1.tar.gz) = 013680e244550cdd86c54c8f0eabb420fcd8a885
-SHA512 (sdf-2.001beta1.tar.gz) = 8230b90e4c425a18f79305856cea4f7a3f0c1994d93b74a67debe0740f454d7fa81e68c4d818fd4c14d8d690f7af40449c10520c219495b3854ef17747b72ce5
-Size (sdf-2.001beta1.tar.gz) = 788018 bytes
+SHA1 (sdf-2.001.tar.gz) = ed969c0c89544f9ca1569d121edfa36d1ea038a5
+RMD160 (sdf-2.001.tar.gz) = 668694af7c5aaf6d0331e84044874125dfa21633
+SHA512 (sdf-2.001.tar.gz) = ddcba86f20e3a9bc0b36b27a3a91899de46f7d192b2053fd4b982fd17ff6f9264ba0b9bd5dd1430fec4b8867c71b179405845c3cc8bc465295e216fa438952e6
+Size (sdf-2.001.tar.gz) = 818230 bytes
 SHA1 (patch-perllib_sdf_subs.pl) = 0e975864b1268e816b0a5ef4097eaa0396bed49c
 SHA1 (patch-perllib_sdf_tohtml.pl) = 0c0d1baafc75c0780a56d33cd45200dbd322254d
 SHA1 (patch-perllib_sdf_tomif.pl) = 649a2b16b1365ddc7fec69799264ab625f80e454



Home | Main Index | Thread Index | Old Index