summaryrefslogtreecommitdiff
path: root/textproc/asciidoc/Makefile
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-02-24 21:54:59 +0000
committergls <gls@pkgsrc.org>2011-02-24 21:54:59 +0000
commit47b71ae8eb0934bb632c0c9eaf4ac82bb3a527b8 (patch)
tree92b1798f0e2bc05361a5522112c899d49b790bea /textproc/asciidoc/Makefile
parent4d8907bce9508c98d6af64633a8ef145e34ce31d (diff)
downloadpkgsrc-47b71ae8eb0934bb632c0c9eaf4ac82bb3a527b8.tar.gz
Update textproc/asciidoc to 8.6.4
Upstream changes: Additions and changes * Added text foreground and background color along with text size CSS styles for XHTML outputs. * Vim syntax highlighter: highlight macros that start with an attribute reference (a common idiom). * Vim syntax highlighter: highlight attribute references in macro attribute lists. * Attribute entries can be used to set configuration markup templates. * Double-width East Asian characters in titles now correctly match the title underline widths. * Implemented asciidoc(1) filter commands. * User's home directory now calculated in a platform independent manner. * Added double-quote characters to French language file. * Vim Syntax highlighter: Highlight closing OpenBlocks which immediately follow a literal paragraph. * Changed UNIX /dev/null to OS independent os.devnull in filters code. * Vim syntax highlighter: Single and double quoted text now highlights correctly when preceded by an attributes list. * Added Ukrainian language file (lang-uk.conf). Added double-quote characters to Russian language file.conf). * Single and double quote characters are now set using the {lsquo}, {rsquo}, {ldquo} and {rdquo} attributes. This makes is easy to customise language specific quotes. * Implemented conf-files attribute to allow configuration files to be specified in the source document. Bug fixes * FIXED: Auto-generated section title ids are now Unicode aware. * FIXED: Setting quotes configuration entries using document attribute entries failed if the attribute entry was not in the document header. * FIXED: If the input and output file names were different then the output file name was incorrectly used to synthesize docinfo file names. * FIXED: An error can occur when more than one consecutive quotes are defined as a blank string. * FIXED: Encoding error in automatically generated author initials.
Diffstat (limited to 'textproc/asciidoc/Makefile')
-rw-r--r--textproc/asciidoc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 8188368105d..5e30b2302b3 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2010/11/29 21:49:56 gls Exp $
+# $NetBSD: Makefile,v 1.26 2011/02/24 21:54:59 gls Exp $
#
-DISTNAME= asciidoc-8.6.3
+DISTNAME= asciidoc-8.6.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/}