Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-sdf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 6 09:42:08 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: recursive bump for perl 5.38
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:48 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.36
Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 11 20:33:50 2021 UTC (23 months, 1 week ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Fix HOMEPAGE.
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 24 19:54:59 2021 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.34
Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:45 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: use MASTER_SITE_PERL_CPAN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 8 13:09:59 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
*: improve HOMEPAGE
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 31 18:12:17 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 16 06:50:28 2019 UTC (4 years ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 10 22:28:37 2019 UTC (4 years ago) by schmonz
Branch: MAIN
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Don't install *.orig. Ride recent import.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 10 21:20:35 2019 UTC (4 years ago) by schmonz
Branch: MAIN
Initial import of p5-sdf. SDF (Simple Document Format) is a freely available document development system which generates high quality outputs in a variety of formats from a single source. The output formats supported include PostScript, HTML, POD, plain text, man pages, LaTeX, SGML, Windows help, MIF and RTF. If the idea of specifying documents in a logical manner via a simple markup language sounds appealing, SDF may be useful to you. SDF documents are simple to create and maintain, minimising the time spent on documentation. In particular, SDF directly supports the creation and maintenance of large, on-line documentation systems (including intranets) via centralised hypertext management and rule-based hypertext generation.