summaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-04-13 21:22:20 +0000
committergls <gls@pkgsrc.org>2012-04-13 21:22:20 +0000
commit078b1a48f48da932177b873dd464adf95434e95c (patch)
tree91bd4718bbc5209a59adb83e085a591e8abaee85 /textproc/asciidoc
parente8bcf3938f23bb08bda57c9e29e06a55b4bb216f (diff)
downloadpkgsrc-078b1a48f48da932177b873dd464adf95434e95c.tar.gz
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.
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile5
-rw-r--r--textproc/asciidoc/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 812bc853ef7..4abe661d2f9 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2012/03/15 11:53:40 obache Exp $
+# $NetBSD: Makefile,v 1.32 2012/04/13 21:22:20 gls Exp $
#
-DISTNAME= asciidoc-8.6.6
-PKGREVISION= 1
+DISTNAME= asciidoc-8.6.7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo
index 3924bc397fb..b2d4eee18d0 100644
--- a/textproc/asciidoc/distinfo
+++ b/textproc/asciidoc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2011/10/08 21:13:47 gls Exp $
+$NetBSD: distinfo,v 1.15 2012/04/13 21:22:20 gls Exp $
-SHA1 (asciidoc-8.6.6.tar.gz) = f43f96d8599c3337baf12df18315ecc0b9e885c7
-RMD160 (asciidoc-8.6.6.tar.gz) = 8c4de9ff89d7f4357bb3547a09fb0c33f79e3e60
-Size (asciidoc-8.6.6.tar.gz) = 881704 bytes
+SHA1 (asciidoc-8.6.7.tar.gz) = 5fc55496b2a23e2cc1dcc1f6b1f75dd06fcdefa1
+RMD160 (asciidoc-8.6.7.tar.gz) = b565cd22b197a47563f1fb1f7aa1bc8d70d1f83e
+Size (asciidoc-8.6.7.tar.gz) = 889107 bytes