Update asciidoc to 8.6.5.

Release highlights:

    * The addition of an html5 backend to generate HTML 5 output. Apart from the
inclusion of audio and video block macros the html5 backend is functionally
identical to the xhtml11 backend.
    * A new flask theme for xhtml11 and html5 backends inspired by the Flask
website styling (see toc2 example in the next item below).
    * The new toc2 attribute generates a table of contents in the left hand
margin (xhtml11 and html5 backends).
    * a2x(1) now has a flexible mechanism for copying arbitrary resource files
to HTML based outputs#-#this is very handy for generating EPUB files with
embedded fonts and other resources.
          o The a2x(1) --resource option can be used to inject any file into
EPUB output documents e.g. CSS resources such as fonts and background images.
          o Explicitly specified resources are added to the EPUB OPF manifest
automatically.
          o You can explicitly specify file extension MIME types.
          o The enhanced resource processing works around a couple of DocBook
XSL bugs (see EPUB Notes).

Read the CHANGELOG for a full list of all additions, changes and bug fixes.
This commit is contained in:
gls 2011-05-27 18:51:48 +00:00
parent a2ce0d57a8
commit 5a49135592
3 changed files with 16 additions and 13 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.27 2011/04/22 13:44:46 obache Exp $
# $NetBSD: Makefile,v 1.28 2011/05/27 18:51:48 gls Exp $
#
DISTNAME= asciidoc-8.6.4
PKGREVISION= 1
DISTNAME= asciidoc-8.6.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
@ -36,7 +35,7 @@ SUBST_CLASSES+= ae
SUBST_STAGE.ae= pre-configure
SUBST_MESSAGE.ae= Fixing hard-coded Python interpreter paths.
SUBST_FILES.ae= a2x.py asciidoc.conf
SUBST_FILES.ae+= xhtml11.conf xhtml11-quirks.conf
SUBST_FILES.ae+= html5.conf xhtml11.conf xhtml11-quirks.conf
SUBST_SED.ae= -e 's,python,${PYTHONBIN},'
INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.13 2011/02/24 21:54:59 gls Exp $
@comment $NetBSD: PLIST,v 1.14 2011/05/27 18:51:48 gls Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
@ -32,6 +32,7 @@ share/asciidoc/filters/source/source-highlight-filter-test.txt
share/asciidoc/filters/source/source-highlight-filter.conf
share/asciidoc/help.conf
share/asciidoc/html4.conf
share/asciidoc/html5.conf
share/asciidoc/images/highlighter.png
share/asciidoc/images/icons/README
share/asciidoc/images/icons/callouts/1.png
@ -63,7 +64,7 @@ share/asciidoc/images/smallnew.png
share/asciidoc/images/tiger.png
share/asciidoc/javascripts/ASCIIMathML.js
share/asciidoc/javascripts/LaTeXMathML.js
share/asciidoc/javascripts/asciidoc-xhtml11.js
share/asciidoc/javascripts/asciidoc.js
share/asciidoc/javascripts/slidy.js
share/asciidoc/javascripts/toc.js
share/asciidoc/lang-de.conf
@ -72,20 +73,23 @@ share/asciidoc/lang-es.conf
share/asciidoc/lang-fr.conf
share/asciidoc/lang-hu.conf
share/asciidoc/lang-it.conf
share/asciidoc/lang-nl.conf
share/asciidoc/lang-pt-BR.conf
share/asciidoc/lang-ru.conf
share/asciidoc/lang-uk.conf
share/asciidoc/latex.conf
share/asciidoc/slidy.conf
share/asciidoc/stylesheets/asciidoc-manpage.css
share/asciidoc/stylesheets/asciidoc.css
share/asciidoc/stylesheets/docbook-xsl.css
share/asciidoc/stylesheets/flask-manpage.css
share/asciidoc/stylesheets/flask.css
share/asciidoc/stylesheets/pygments.css
share/asciidoc/stylesheets/slidy.css
share/asciidoc/stylesheets/toc2.css
share/asciidoc/stylesheets/volnitsky-manpage.css
share/asciidoc/stylesheets/volnitsky-quirks.css
share/asciidoc/stylesheets/volnitsky.css
share/asciidoc/stylesheets/xhtml11-manpage.css
share/asciidoc/stylesheets/xhtml11-quirks.css
share/asciidoc/stylesheets/xhtml11.css
share/asciidoc/text.conf
share/asciidoc/wordpress.conf
share/asciidoc/xhtml11-quirks.conf

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2011/02/24 21:54:59 gls Exp $
$NetBSD: distinfo,v 1.13 2011/05/27 18:51:48 gls Exp $
SHA1 (asciidoc-8.6.4.tar.gz) = accb97167a17e7872c7d0633db1727d6453ccbb1
RMD160 (asciidoc-8.6.4.tar.gz) = 24c160d8d23926d27bed721673497018e074cb57
Size (asciidoc-8.6.4.tar.gz) = 853136 bytes
SHA1 (asciidoc-8.6.5.tar.gz) = 520cbf7f8b8695a3c033c183cee5802f36d0127e
RMD160 (asciidoc-8.6.5.tar.gz) = 9828f2a8cc6f0971b4ed829f47fc1b9ecbf1c62c
Size (asciidoc-8.6.5.tar.gz) = 867402 bytes