diff options
author | gls <gls> | 2012-08-06 20:05:27 +0000 |
---|---|---|
committer | gls <gls> | 2012-08-06 20:05:27 +0000 |
commit | c09d3ce67059d1a3132d9b1d7aa6fb7c2e38c13d (patch) | |
tree | 5d6929ce7a68e9ab28e9440fc82edbf9c8c39329 /textproc | |
parent | 0396784b07d74771552f94f2a35a6410a2698b05 (diff) | |
download | pkgsrc-c09d3ce67059d1a3132d9b1d7aa6fb7c2e38c13d.tar.gz |
Update textproc/asciidoc to 8.6.8
Upstream changes:
-----------------
Release highlights
------------------
Added full complement of styles to Open Blocks and Normal Paragraphs???those
with a minimalist bent could construct virtually any document using just Title,
Normal Paragraph and Open Block syntaxes.
Other additions and changes
---------------------------
Increased default maximum include depth from 5 to 10.
Emit warning if maximum include depth is exceeded.
Suppress repeated console messages.
Music filter: removed --beams=None option from abc2ly invocation because it
is broken on LilyPond 2.14 (Ubuntu 12.04).
Replaced obsolete <tt> tag with <code> in HTML backends.
Allow configuration attribute entries to create a new section (previously
you could only modify existing sections). See: discussion list.
Documented {wj} (word-joiner) attribute and updated FAQ. See: discussion
list.
FAQ: Added How can I place a footnote immediately following quoted text?
See discussion list.
Added Greek language configuration file. Contributed by Michael
Dourmousoglou. See discussion list.
FAQ: Added Using roles to select fonts for PDF. Submitted by Lex Trotman
and based on solution by Antonio Borneo. See: discussion list.
Apply same monospaced font size to all monospaced text.
Changed 0 number padding to spaces in numbered GNU source-highlight
outputs.
Allow highlight source highlighter to use python for Python {language}
name. r1142: Update the AsciiDoc source filter to allow the use of the
highlight source code highlighter. See discussion list.
Vim syntax highlighter: Don?t confuse trailing open block delimiter with
section underline.
Added skip option to paragraphs (c.f. Delimited Block skip option).
Bug fixes
FIXED: latex, music and graphviz filters: When the filter output image is
data-uri encoded write it to the indir (instead of the outdir) so that encoder
can find it. See discussion list.
FIXED: Escape the ] character inside inline macros. See discussion list.
FIXED: source highlighter filter: Pass role attribute to HTML backends.
FIXED: source highlight filter: docbook backend: role attribute was not
passed to listings without a title. Patch submitted by Lex Trotman. See
discussion list.
FIXED: music2png.py: FOPException: Raster ByteInterleavedRaster error (FOP
1.0, ImageMagick 6.6.9-7).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asciidoc/Makefile | 5 | ||||
-rw-r--r-- | textproc/asciidoc/PLIST | 3 | ||||
-rw-r--r-- | textproc/asciidoc/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index c3fc81feb48..11358fe1e08 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2012/06/14 07:44:46 sbd Exp $ +# $NetBSD: Makefile,v 1.34 2012/08/06 20:05:27 gls Exp $ # -DISTNAME= asciidoc-8.6.7 -PKGREVISION= 1 +DISTNAME= asciidoc-8.6.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/} diff --git a/textproc/asciidoc/PLIST b/textproc/asciidoc/PLIST index fd2726eb48b..996d0408804 100644 --- a/textproc/asciidoc/PLIST +++ b/textproc/asciidoc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2011/10/08 21:13:47 gls Exp $ +@comment $NetBSD: PLIST,v 1.16 2012/08/06 20:05:27 gls Exp $ bin/a2x bin/asciidoc man/man1/a2x.1 @@ -68,6 +68,7 @@ share/asciidoc/javascripts/asciidoc.js share/asciidoc/javascripts/slidy.js share/asciidoc/javascripts/toc.js share/asciidoc/lang-de.conf +share/asciidoc/lang-el.conf share/asciidoc/lang-en.conf share/asciidoc/lang-es.conf share/asciidoc/lang-fr.conf diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo index b2d4eee18d0..6575c0b47b3 100644 --- a/textproc/asciidoc/distinfo +++ b/textproc/asciidoc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2012/04/13 21:22:20 gls Exp $ +$NetBSD: distinfo,v 1.16 2012/08/06 20:05:27 gls Exp $ -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 +SHA1 (asciidoc-8.6.8.tar.gz) = 2fd88f6ca9d2a5e09045fb300f4a908fe6eeb092 +RMD160 (asciidoc-8.6.8.tar.gz) = 8312fbd9105c9443d1c5d309c1f5fadc5983d753 +Size (asciidoc-8.6.8.tar.gz) = 900422 bytes |