summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgls <gls>2011-02-24 21:54:59 +0000
committergls <gls>2011-02-24 21:54:59 +0000
commita5f1540d222f0ed4b403bebf8d36e32ee5bd2439 (patch)
tree92b1798f0e2bc05361a5522112c899d49b790bea /textproc
parent7c81bd1b0168a1dd74619d791ab62b0df42b2c0f (diff)
downloadpkgsrc-a5f1540d222f0ed4b403bebf8d36e32ee5bd2439.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')
-rw-r--r--textproc/asciidoc/Makefile4
-rw-r--r--textproc/asciidoc/PLIST3
-rw-r--r--textproc/asciidoc/distinfo8
3 files changed, 8 insertions, 7 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/}
diff --git a/textproc/asciidoc/PLIST b/textproc/asciidoc/PLIST
index 6fc1905a1f3..71d8feecdfe 100644
--- a/textproc/asciidoc/PLIST
+++ b/textproc/asciidoc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2010/10/24 20:35:06 gls Exp $
+@comment $NetBSD: PLIST,v 1.13 2011/02/24 21:54:59 gls Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
@@ -74,6 +74,7 @@ share/asciidoc/lang-hu.conf
share/asciidoc/lang-it.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/docbook-xsl.css
diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo
index 0039d3cb18d..3ce817c7173 100644
--- a/textproc/asciidoc/distinfo
+++ b/textproc/asciidoc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2010/11/29 21:49:56 gls Exp $
+$NetBSD: distinfo,v 1.12 2011/02/24 21:54:59 gls Exp $
-SHA1 (asciidoc-8.6.3.tar.gz) = 96ac2a3593cd0787627288359d629f8b7e69f03f
-RMD160 (asciidoc-8.6.3.tar.gz) = 4ec1a9e1363ffa68b357455e5db9bda9472f5a1f
-Size (asciidoc-8.6.3.tar.gz) = 788543 bytes
+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