pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/asciidoc



Module Name:    pkgsrc
Committed By:   gls
Date:           Fri Apr 13 21:22:20 UTC 2012

Modified Files:
        pkgsrc/textproc/asciidoc: Makefile distinfo

Log Message:
Update textproc/asciidoc to 8.6.7

Upstream changes:

No major enhancements but quite a few bug fixes which, among other things,
fixes Jython compatibility and improves Windows compatibility.

All additions and changes

    Vim syntax highlighter: highlight entity refs in macro arguments.

    Added files with .asciidoc extension to Vim file type detection. Patch
submitted by Dag Wiers.

    Added replacement3 substitution to enable ODT whitespace processing.

    Added unbreakable option to XHTML and HTML 5 backends.

    Implemented toc::[] block macro and toc-placement attribute for HTML
backends to allow the Table of Contents placement to be set manually by the
author.

    Added FAQs: How can I control page breaks when printing HTML outputs? and
Is it possible to reposition the Table of Contents in HTML outputs?.

    Added --backend and --backend-opts options to the a2x command to allow a2x
to use backend plugin code extensions. Patch submitted by Lex Trotman.

    Added args block attribute to source highlight blocks to allow arbitrary
parameters to be passed to the source highlighters.

    If the ascii-ids attribute is defined then non-ascii characters in
auto-generated IDs are replaced by their nearest ascii equivalents (to work
around DocBook processor limitations).

    Added global blockname attribute which is dynamically updated to identify
the current block. See discussion list.

    xhtml11, html5 backends: Include book part TOC entries for multi-part
books. Patch submitted by Lo�c Paillotin.

    Removed code filter example from the AsciiDoc User Guide so that backends
implemented as external plugins can compile the manual. See discussion list.

    If the delimited block skip option is set then do not consume block title
and attributes. This makes it possible for the comment delimited blocks to use
an attribute list (previously the comment delimited block was hardwired to skip
preceding attributes and titles). See discussion list.

    Added backend-confdir intrinsic attribute.

Bug fixes:

    FIXED: slidy backend: broken stylesheet attribute. Patch submitted by
Micheal Hackett.

    FIXED: Restored missing themes to zip file distribution archive.

    FIXED: Grammatical error in error messages. Patch submitted by Dag Wieers.

    FIXED: Use configured normal substitution in preference to the default one.

    FIXED: The eval block macro would execute multiple times if it evaluated to
None.

    FIXED: Duplicated entries in TOC of large document. Patch submitted by
Sebastien Helleu.

    FIXED: Python 2.4 backward incompatibility.

    FIXED: 8.6.6 regression broke Jython compatibility. See discussion list.

    FIXED: Leaky file handles in a2x and music and latex filters which created
incompatibility problems for Jython.

    FIXED: All Python filters are executed with the same Python interpreter
that executes the asciidoc parent (previously filters were hardwired to execute
the python interpreter). This prevents Python mix-ups.

    FIXED: Microsoft Windows shelled command-line truncation that caused
shelled commands to fail e.g. the data-uri attribute failure.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/asciidoc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/asciidoc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index