summaryrefslogtreecommitdiff
path: root/textproc/asciidoc/Makefile
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-05-27 18:51:48 +0000
committergls <gls@pkgsrc.org>2011-05-27 18:51:48 +0000
commit297b6c06088519871c092f7c02185ea6927df3f0 (patch)
tree272805e449d9cdc18fdf1e0e2d17f44145dff990 /textproc/asciidoc/Makefile
parent5728bf8530b0cbb45f915708a408ffe4a0796bd5 (diff)
downloadpkgsrc-297b6c06088519871c092f7c02185ea6927df3f0.tar.gz
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.
Diffstat (limited to 'textproc/asciidoc/Makefile')
-rw-r--r--textproc/asciidoc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index e58995d7fc3..8a0ec7db09b 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -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 \