summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2010-10-24 20:35:06 +0000
committergls <gls@pkgsrc.org>2010-10-24 20:35:06 +0000
commit499571790b51c51f330506f49f16a097a5dceb52 (patch)
treea69bf41afd3ec25584f49c156484ca4cc8c4d260 /textproc
parentda50d7ddc1350ee7723a1de97000f88c9b71dcdd (diff)
downloadpkgsrc-499571790b51c51f330506f49f16a097a5dceb52.tar.gz
Update textproc/asciidoc to 8.6.2
pkgsrc changes: - take MAINTAINERship (ok gdt@) upstream changes: Version 8.6.2 (2010-10-03) Additions and changes * docbook45: Enclosed bibliographic lists in a bibliodiv - you can now include block titles with bibliographic lists. * Added optional keywords, description and title document header meta-data attributes to HTML backends for SEO. * AttributeEntry values can span multiple lines with a ' +' line continuation. * Added slidy backend (based on Phillip Lord's slidy backend https://phillordbio-asciidoc-fixes.googlecode.com/hg/). * Implemented OpenBlock partintro style for book part introductions. * Comment lines substitute special characters only. * Backend specific global configuration files (all except asciidoc.conf) are loaded after the header has been parsed - virtually any attribute can now be specified in the document header. * xhtml11: Volnitsky theme: allow bulleted lists to have intervening children. * xhtml11: refactored CSS font-family rules to start of file. * xhtml11: list bullets colored gray. * ifdef and ifndef system block macros accept multiple attribute names: multiple names separated by commas are ored; multiple attribute names separated by pluses are anded. * xhtml11: Volnitsky theme: set max-width on labeled lists. * Vim syntax highlighter: Entities inside quoted text are now highlighted. * Added role and id attributes to HTML outputs generated by OpenBlocks. * Allow floating titles to generate h1 (level 0) titles in HTML outputs. * Added a start attribute to numbered lists to set the start number. See: http://groups.google.com/group/asciidoc/browse_thread/thread/c14a4c3b1e4f6dc5 * Added two more docinfo attributes docinfo1 and docinfo2 to allow and control inclusion of a shared docinfo file. See http://groups.google.com/group/asciidoc/browse_thread/thread/c948697943432e24 * Vim syntax highlighter highlights multi-name conditional attributes. * LaTeX backend patch submitted by Andreas Hermann Braml (see http://groups.google.com/group/asciidoc/browse_thread/thread/1c415fc4540ce5e5). * Implemented backend aliases; renamed docbook.conf to docbook45.conf and aliased docbook45 backend to docbook; aliased xhtml11 to html. Bug fixes * FIXED: Filter commands located in filter directories local to the source document that where not in the search PATH where not found. * FIXED: Volnitsky theme: Verseblock font set normal instead of monospaced. * FIXED: xhtml11: Callout icons were not rendered as Data URIs when icons and data-uri attributes were specified. * FIXED: Long standing bug: nested include macros did not restore the parent document infile and indir attributes. See: http://groups.google.com/group/asciidoc/browse_thread/thread/8712a95e95a292a7 * FIXED: html4: set preamble ID anchor. * FIXED: xhtml11: dropped unusable id and role attributes from preamble template. * FIXED: Bug in multi-name conditional attributes e.g. {x,y#} fails if x or y is undefined. * FIXED: latex filter not being installed by Makefile. Thanks to Grant Edwards for this patch. See http://groups.google.com/group/asciidoc/browse_thread/thread/c4427a3902d130a8 * FIXED: a2x: Long-standing bug in a2x which always passes --string-param navig.graphics 0 to xsltproc, regardless of whether icons are enabled or not. Reported by Michael Wild: http://groups.google.com/group/asciidoc/browse_thread/thread/59a610068e4acb58
Diffstat (limited to 'textproc')
-rw-r--r--textproc/asciidoc/Makefile14
-rw-r--r--textproc/asciidoc/PLIST12
-rw-r--r--textproc/asciidoc/distinfo8
3 files changed, 20 insertions, 14 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 6677f41220a..09cc71502bb 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.23 2010/08/25 02:16:24 gls Exp $
+# $NetBSD: Makefile,v 1.24 2010/10/24 20:35:06 gls Exp $
#
-DISTNAME= asciidoc-8.6.1
+DISTNAME= asciidoc-8.6.2
CATEGORIES= textproc
-MASTER_SITES= ${HOMEPAGE:Q} \
- ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
-MAINTAINER= gdt@NetBSD.org
+MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://www.methods.co.nz/asciidoc/
COMMENT= ASCII to formatted document converter
LICENSE= gnu-gpl-v2
@@ -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+= xhtml11.conf xhtml11-quirks.conf
SUBST_SED.ae= -e 's,python,${PYTHONBIN},'
INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \
@@ -58,8 +57,7 @@ do-install:
cd ${WRKSRC} && pax -wr -pma *.conf filters \
filters docbook-xsl/*.xsl stylesheets/*.css \
- javascripts/*.js images/icons/callouts/* images/icons/*.png \
- images/icons/README dblatex/* \
+ javascripts/*.js images/* dblatex/* \
${DESTDIR}${PREFIX}/share/asciidoc/.
cd ${WRKSRC}/doc && pax -wr -pma *.csv *.txt *.pdf *.epub \
diff --git a/textproc/asciidoc/PLIST b/textproc/asciidoc/PLIST
index a1712e28eee..6fc1905a1f3 100644
--- a/textproc/asciidoc/PLIST
+++ b/textproc/asciidoc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2010/08/25 02:16:24 gls Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/10/24 20:35:06 gls Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
@@ -15,7 +15,7 @@ share/asciidoc/docbook-xsl/htmlhelp.xsl
share/asciidoc/docbook-xsl/manpage.xsl
share/asciidoc/docbook-xsl/text.xsl
share/asciidoc/docbook-xsl/xhtml.xsl
-share/asciidoc/docbook.conf
+share/asciidoc/docbook45.conf
share/asciidoc/filters/code/code-filter-readme.txt
share/asciidoc/filters/code/code-filter-test.txt
share/asciidoc/filters/code/code-filter.conf
@@ -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/images/highlighter.png
share/asciidoc/images/icons/README
share/asciidoc/images/icons/callouts/1.png
share/asciidoc/images/icons/callouts/10.png
@@ -58,9 +59,12 @@ share/asciidoc/images/icons/prev.png
share/asciidoc/images/icons/tip.png
share/asciidoc/images/icons/up.png
share/asciidoc/images/icons/warning.png
+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/slidy.js
share/asciidoc/javascripts/toc.js
share/asciidoc/lang-de.conf
share/asciidoc/lang-en.conf
@@ -71,8 +75,10 @@ share/asciidoc/lang-it.conf
share/asciidoc/lang-pt-BR.conf
share/asciidoc/lang-ru.conf
share/asciidoc/latex.conf
+share/asciidoc/slidy.conf
share/asciidoc/stylesheets/docbook-xsl.css
share/asciidoc/stylesheets/pygments.css
+share/asciidoc/stylesheets/slidy.css
share/asciidoc/stylesheets/volnitsky-manpage.css
share/asciidoc/stylesheets/volnitsky-quirks.css
share/asciidoc/stylesheets/volnitsky.css
@@ -105,6 +111,8 @@ share/doc/asciidoc/latexmathml.txt
share/doc/asciidoc/music-filter.pdf
share/doc/asciidoc/music-filter.txt
share/doc/asciidoc/publishing-ebooks-with-asciidoc.txt
+share/doc/asciidoc/slidy-example.txt
+share/doc/asciidoc/slidy.txt
share/doc/asciidoc/source-highlight-filter.pdf
share/doc/asciidoc/source-highlight-filter.txt
share/doc/asciidoc/testasciidoc.txt
diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo
index 499ca46aae9..e756b371530 100644
--- a/textproc/asciidoc/distinfo
+++ b/textproc/asciidoc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2010/08/25 02:16:24 gls Exp $
+$NetBSD: distinfo,v 1.10 2010/10/24 20:35:06 gls Exp $
-SHA1 (asciidoc-8.6.1.tar.gz) = 54604bfcf727fec03a44b10a050812a248417d92
-RMD160 (asciidoc-8.6.1.tar.gz) = 3b0130619a3f85b741a48b5515a88885de4f026e
-Size (asciidoc-8.6.1.tar.gz) = 749502 bytes
+SHA1 (asciidoc-8.6.2.tar.gz) = 181c96021fd85155b4bb9ea6c1a98522a25f5eae
+RMD160 (asciidoc-8.6.2.tar.gz) = 0b0b9b725cc953b26b55f7f75d89b5e644ea58e7
+Size (asciidoc-8.6.2.tar.gz) = 782891 bytes