Wed Aug 25 02:16:24 2010 UTC ()
Update asciidoc to 8.6.1.

pkgsrc changes:
- set license
- Install more docs. Note html docs is no longer part of the upstream tarball.
- Add options pdf and epub to ensure the proper tools are installed.
  Both are off by default.

Upstream changes:

Version 8.6.1 (2010-08-22)
--------------------------
.Additions and changes
- 'a2x': `--resource-dir` option renamed to `--resource`.
- 'a2x': `--resource` option accepts both file and directory names.
- 'a2x': Added `-m,--resource-manifest` option.
- Added Vim syntax highlighting for quote attribute lists.
- Load 'asciidoc.conf' from all configuration directories before any
  other configuration files. This ensures that attributes used for
  conditional inclusion are set before backend configuration files are
  processed. Previously if you wanted to control global conf file
  inclusion your only choice was to modify the global 'asciidoc.conf'
  file.
- AsciiDoc 'Quote element' attributes have been simplified and
  generalized -- positional color and size attributes and named 'role'
  attribute have been replaced by a single positional attribute.

.Bug fixes
- 'FIXED': 'testasciidoc.py': `BACKEND` command argument was being
  ignored.
- 'FIXED': Broken 'docinfo' file functionality in 'html4' and
  'xhtml11' backends (previously the docinfo file was included in
  the 'body' instead of the 'header').

Regression issues
~~~~~~~~~~~~~~~~~
This release breaks compatibility with quoted element positional color
and size attributes (HTML backends). To revert to the deprecated quote
behavior define the 'deprecated-quotes' attribute in the global
`asciidoc.conf` file or on the command-line.  For a more detailed
explanation of the rationale behind this change see
http://groups.google.com/group/asciidoc/browse_thread/thread/b22603bfb879418c.

Version 8.6.0 (2010-08-16)
--------------------------
.Additions and changes
- The AsciiDoc distribution can now be built ``out of the box''
  from the distribution tarball or the Mercurial repository
  (provided you have the requisite build applications installed).
- The global configuration files directory is ignored by both
  'asciidoc' and 'a2x' if AsciiDoc configuration files are installed
  in the same directory as the asciidoc executable.  This change
  allows both a system wide copy and multiple local copies of AsciiDoc
  to coexist on the same host PC.
- CSS 'quirks' mode is no longer the default 'xhtml11' output
  (http://groups.google.com/group/asciidoc/browse_thread/thread/1c02d27d49221aa2).
- Relaxed anchor ID name syntax
  (http://groups.google.com/group/asciidoc/browse_thread/thread/5f3e825c74ed30c).
- Added document files: `doc/epub-notes.txt`,
  `doc/publishing-ebooks-with-asciidoc.txt`.
- 'a2x': If all other resource locations are exhausted then recursively
  search directories named 'images' and 'stylesheets' in the
  'asciidoc' configuration files directory.
- 'a2x': options can also be set in the AsciiDoc source file. If the
  source file contains a line beginning with '// a2x:' then the
  remainder of the line will be treated as a2x command-line options.
- Added dblatex table-width processing instruction -- tables generated
  by dblatex now observe the AsciiDoc table width as a percentage
  (thanks to Gustav Broberg for suggesting this enhancement).
- 'a2x': Don't exit if the `--epubcheck` option is set and 'epubcheck'
  is missing, issue warning and continue.
- Added a global 'plaintext' attribute for dealing with large amounts
  of imported text.
- The author name format has been relaxed, if the the author does not
  match the formal specification then it is assigned to the
  'firstname' attribute (previously asciidoc exited with an error
  message).
- FAQ and documentation updates.
- Refactored chunked.xsl and epub.xsl files.
- Exchanged article.epub for more relevant book.epub on website.
- Put asciidoc.epub User Guide on website.
- 'a2x': Chunking EPUB and HTML outputs set to a per chapter basis and
  the first chapter is separate from preceding contents.
- Changed dates format in example article and books to suppress EPUB
  validation error.
- Added 'style' and 'role' CSS classes to xhtml11 section templates.
- Added the 'role' element to xhtml11 backend block templates.
- Suppressed md5 module deprecation warning from music and Graphviz filters.
- Pygments (http://pygments.org/) option added to source code
  highlight filter.  Based on Pygments source code filter written by
  David Hajage
  (http://groups.google.com/group/asciidoc/browse_thread/thread/d8d042f5a3021369/8934ebbb8cb7144b).
- xhtml11: Added a new theme (volnitsky). Written and contributed by
  Leonid V. Volnitsky.
- xhtml11: Set body element class name to document type.
- Added refentryinfo element and contents (including revdate) to man
  page DocBook output. Man pages are now dated using the revdate
  attribute value if it has been defined.  Based on patch supplied by
  Rainer Muller
  http://groups.google.com/group/asciidoc/browse_frm/thread/319e5cd94493e330/3fcb83fab067af42.
- Added `{template:...}` system attribute.
- Table of contents attribute 'toc' can now be specified in the
  document header.
- Reimplemented music and latex filter -m option functionality when
  the input is stdin using MD5 checksums.
- Added 'latex' filter.
- Added auto file name generation to image generating filters
  (latex,music, graphviz).
- Added `counter2` and `set2` system attributes (to implement image
  auto file name generation).
- Undefined attribute in filter command generates error but does not
  exit.
- Attribute substitution proceeds from start line to end line
  (previously was in reverse order which was really confusing).
- Tidied up music filter code:
  * Format option is optional and default to 'abc' unless Lilypond
    notation detected.
  * The -m option does not apply to stdin input.
- Added paragraph styles to music and graphviz filters.
- Documented dynamic template names.  753: Graphviz filter can now
  generate SVG format images. Patch submitted by Elmo Todurov, see:
  http://groups.google.com/group/asciidoc/browse_frm/thread/fe9b33d8f5f1e0af
  The xhtml11 SVG Graphviz template marked EXPERIMENTAL. No SVG
  support for other backends.
- AsciiDoc template names can now contain embedded attribute
  references.
- Added 'legalnotice' tag to `doc/article-docinfo.xml` example.
- xhtml11 backend: Callouts and callout lists display callout icons
  when the 'icons' attribute is defined. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/8eda3ea812968854
- Document attribute names are case insensitive everywhere, this makes using
attribute entries more consistent e.g. previously :VERS: had to be refered to
with {vers} ({VERS} did not work).
- Hungarian translation of footer-text (submitted by Miklos Vajna).
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72#
- asciidocapi.py 0.1.2: Can now load AsciiDoc script named asciidoc.
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b59d12cd2f91
  Based on patch submitted by Phillip Lord.
- German translation of footer-text (submitted by Simon Ruderich). See
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
- Pushed HTML footer text into language conf files with the
  introduction of a [footer-text] configuration file template section.
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72

.Bug fixes
- *FIXED*: Sometimes multiple double quoted text elements in the same
  paragraph were mistakenly seen as starting with an inline literal.
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/219c86ae25b79a21
- *FIXED*: 'localtime' and 'doctime' attributes calculated incorrect
  daylight saving / non daylight saving timezones and consequently so
  did HTML footers.  Patch submitted by Slawomir Testowy. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/af652507caf6cec9
- *FIXED*: Missing selector for 'List of examples' title in DocBook
  CSS file. Patch submitted by Laurent Laville. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/3f96900f7fbf5620
- *FIXED*: Broken accents in lang-hu.conf. See:
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
- *FIXED*: DocBook XSL generated HTML callout lists are properly
  aligned.  Submitted by Lionel Orry. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/2ff802547b6a75ea
- *FIXED*: Filter execution now occurs prior to filter markup template
  substitution to ensure image data URI encoding happens after image
  generation (see
  http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b).
- *FIXED*: The section numbers no longer increment when the 'numbered'
  attribute is undefined (see
  http://groups.google.com/group/asciidoc/browse_thread/thread/faa36e9e5c7da019/d24cab3fe363e58d).


(gls)
diff -r1.22 -r1.23 pkgsrc/textproc/asciidoc/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/asciidoc/PLIST
diff -r1.8 -r1.9 pkgsrc/textproc/asciidoc/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/textproc/asciidoc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/asciidoc/Makefile 2010/05/17 15:31:56 1.22
+++ pkgsrc/textproc/asciidoc/Makefile 2010/08/25 02:16:24 1.23
@@ -1,66 +1,73 @@ @@ -1,66 +1,73 @@
1# $NetBSD: Makefile,v 1.22 2010/05/17 15:31:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2010/08/25 02:16:24 gls Exp $
2# 2#
3 3
4DISTNAME= asciidoc-8.5.3 4DISTNAME= asciidoc-8.6.1
5PKGREVISION= 1 
6CATEGORIES= textproc 5CATEGORIES= textproc
7MASTER_SITES= ${HOMEPAGE:Q} \ 6MASTER_SITES= ${HOMEPAGE:Q} \
8 ${MASTER_SITE_SOURCEFORGE:=asciidoc/} 7 ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
9 8
10MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
11HOMEPAGE= http://www.methods.co.nz/asciidoc/ 10HOMEPAGE= http://www.methods.co.nz/asciidoc/
12COMMENT= ASCII to formatted document converter 11COMMENT= ASCII to formatted document converter
 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 16DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
17DEPENDS+= getopt-[0-9]*:../../misc/getopt 17DEPENDS+= getopt-[0-9]*:../../misc/getopt
18 18
19USE_TOOLS+= pax 19USE_TOOLS+= pax
20PYTHON_PATCH_SCRIPTS= a2x.py asciidoc.py 20PYTHON_PATCH_SCRIPTS= a2x.py asciidoc.py asciidocapi.py
21PYTHON_PATCH_SCRIPTS+= filters/code/code-filter.py 21PYTHON_PATCH_SCRIPTS+= filters/code/code-filter.py
 22PYTHON_PATCH_SCRIPTS+= filters/latex/latex2png.py
22PYTHON_PATCH_SCRIPTS+= filters/music/music2png.py 23PYTHON_PATCH_SCRIPTS+= filters/music/music2png.py
23PYTHON_PATCH_SCRIPTS+= filters/graphviz/graphviz2png.py 24PYTHON_PATCH_SCRIPTS+= filters/graphviz/graphviz2png.py
 25PYTHON_PATCH_SCRIPTS+= tests/testasciidoc.py tests/asciidocapi.py
24 26
25NO_BUILD= yes 27NO_BUILD= yes
26 28
27SUBST_CLASSES+= ad 29SUBST_CLASSES+= ad
28SUBST_STAGE.ad= pre-configure 30SUBST_STAGE.ad= pre-configure
29SUBST_MESSAGE.ad= Fixing hard-coded config file paths. 31SUBST_MESSAGE.ad= Fixing hard-coded config file paths.
30SUBST_FILES.ad= a2x.py asciidoc.py 32SUBST_FILES.ad= a2x.py asciidoc.py
31SUBST_SED.ad= -e 's,^\(CONF_DIR\).*=.*,\1="${PREFIX}/share/asciidoc",' 33SUBST_SED.ad= -e 's,^\(CONF_DIR\).*=.*,\1="${PREFIX}/share/asciidoc",'
32 34
33SUBST_CLASSES+= ae 35SUBST_CLASSES+= ae
34SUBST_STAGE.ae= pre-configure 36SUBST_STAGE.ae= pre-configure
35SUBST_MESSAGE.ae= Fixing hard-coded Python interpreter paths. 37SUBST_MESSAGE.ae= Fixing hard-coded Python interpreter paths.
36SUBST_FILES.ae= a2x.py asciidoc.conf 38SUBST_FILES.ae= a2x.py asciidoc.conf
 39SUBST_FILES.ae+= xhtml11.conf xhtml11-quirks.conf
37SUBST_SED.ae= -e 's,python,${PYTHONBIN},' 40SUBST_SED.ae= -e 's,python,${PYTHONBIN},'
38 41
39INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \ 42INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \
40 share/asciidoc/docbook-xsl share/asciidoc/stylesheets \ 43 share/asciidoc/docbook-xsl share/asciidoc/stylesheets \
41 share/asciidoc/javascripts \ 44 share/asciidoc/javascripts \
42 share/asciidoc/images/icons/callouts \ 45 share/asciidoc/images/icons/callouts \
43 ${PKGMANDIR}/man1 ${DOCDIR} \ 46 ${PKGMANDIR}/man1 ${DOCDIR}
44 47
45DOCDIR= ${PREFIX}/share/doc/asciidoc 48DOCDIR= ${PREFIX}/share/doc/asciidoc
46 49
 50.include "options.mk"
 51
47do-install: 52do-install:
48 ${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${DESTDIR}${PREFIX}/bin/asciidoc 53 ${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${DESTDIR}${PREFIX}/bin/asciidoc
49 ${INSTALL_SCRIPT} ${WRKSRC}/a2x.py ${DESTDIR}${PREFIX}/bin/a2x 54 ${INSTALL_SCRIPT} ${WRKSRC}/a2x.py ${DESTDIR}${PREFIX}/bin/a2x
50 ${INSTALL_MAN} ${WRKSRC}/doc/asciidoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ 55 ${INSTALL_MAN} ${WRKSRC}/doc/asciidoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
51 ${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ 56 ${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
52 ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DESTDIR}${DOCDIR} 57# ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DESTDIR}${DOCDIR}
53 ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.html ${DESTDIR}${DOCDIR} 
54 58
55 cd ${WRKSRC} && pax -wr -pma *.conf filters \ 59 cd ${WRKSRC} && pax -wr -pma *.conf filters \
56 filters docbook-xsl/*.xsl stylesheets/*.css \ 60 filters docbook-xsl/*.xsl stylesheets/*.css \
57 javascripts/*.js images/icons/callouts/* images/icons/*.png \ 61 javascripts/*.js images/icons/callouts/* images/icons/*.png \
58 images/icons/README \ 62 images/icons/README dblatex/* \
59 ${DESTDIR}${PREFIX}/share/asciidoc/. 63 ${DESTDIR}${PREFIX}/share/asciidoc/.
60 64
 65 cd ${WRKSRC}/doc && pax -wr -pma *.csv *.txt *.pdf *.epub \
 66 ${DESTDIR}${DOCDIR}
 67
61do-test: 68do-test:
62 cd ${WRKSRC} && ./asciidoc.py -v doc/asciidoc.txt 69 cd ${WRKSRC} && ./asciidoc.py -v doc/asciidoc.txt
63 70
64.include "../../lang/python/application.mk" 71.include "../../lang/python/application.mk"
65.include "../../textproc/libxslt/buildlink3.mk" 72.include "../../textproc/libxslt/buildlink3.mk"
66.include "../../mk/bsd.pkg.mk" 73.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/textproc/asciidoc/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/asciidoc/PLIST 2010/05/15 20:23:38 1.10
+++ pkgsrc/textproc/asciidoc/PLIST 2010/08/25 02:16:24 1.11
@@ -1,35 +1,40 @@ @@ -1,35 +1,40 @@
1@comment $NetBSD: PLIST,v 1.10 2010/05/15 20:23:38 gls Exp $ 1@comment $NetBSD: PLIST,v 1.11 2010/08/25 02:16:24 gls Exp $
2bin/a2x 2bin/a2x
3bin/asciidoc 3bin/asciidoc
4man/man1/a2x.1 4man/man1/a2x.1
5man/man1/asciidoc.1 5man/man1/asciidoc.1
6share/asciidoc/asciidoc.conf 6share/asciidoc/asciidoc.conf
 7share/asciidoc/dblatex/asciidoc-dblatex.sty
 8share/asciidoc/dblatex/asciidoc-dblatex.xsl
 9share/asciidoc/dblatex/dblatex-readme.txt
7share/asciidoc/docbook-xsl/chunked.xsl 10share/asciidoc/docbook-xsl/chunked.xsl
8share/asciidoc/docbook-xsl/common.xsl 11share/asciidoc/docbook-xsl/common.xsl
9share/asciidoc/docbook-xsl/epub.xsl 12share/asciidoc/docbook-xsl/epub.xsl
10share/asciidoc/docbook-xsl/fo.xsl 13share/asciidoc/docbook-xsl/fo.xsl
11share/asciidoc/docbook-xsl/htmlhelp.xsl 14share/asciidoc/docbook-xsl/htmlhelp.xsl
12share/asciidoc/docbook-xsl/manpage.xsl 15share/asciidoc/docbook-xsl/manpage.xsl
13share/asciidoc/docbook-xsl/text.xsl 16share/asciidoc/docbook-xsl/text.xsl
14share/asciidoc/docbook-xsl/xhtml.xsl 17share/asciidoc/docbook-xsl/xhtml.xsl
15share/asciidoc/docbook.conf 18share/asciidoc/docbook.conf
16share/asciidoc/filters/code/code-filter-readme.txt 19share/asciidoc/filters/code/code-filter-readme.txt
17share/asciidoc/filters/code/code-filter-test.txt 20share/asciidoc/filters/code/code-filter-test.txt
18share/asciidoc/filters/code/code-filter.conf 21share/asciidoc/filters/code/code-filter.conf
19share/asciidoc/filters/code/code-filter.py 22share/asciidoc/filters/code/code-filter.py
20share/asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt 23share/asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt
21share/asciidoc/filters/graphviz/graphviz-filter.conf 24share/asciidoc/filters/graphviz/graphviz-filter.conf
22share/asciidoc/filters/graphviz/graphviz2png.py 25share/asciidoc/filters/graphviz/graphviz2png.py
 26share/asciidoc/filters/latex/latex-filter.conf
 27share/asciidoc/filters/latex/latex2png.py
23share/asciidoc/filters/music/music-filter-test.txt 28share/asciidoc/filters/music/music-filter-test.txt
24share/asciidoc/filters/music/music-filter.conf 29share/asciidoc/filters/music/music-filter.conf
25share/asciidoc/filters/music/music2png.py 30share/asciidoc/filters/music/music2png.py
26share/asciidoc/filters/source/source-highlight-filter-test.txt 31share/asciidoc/filters/source/source-highlight-filter-test.txt
27share/asciidoc/filters/source/source-highlight-filter.conf 32share/asciidoc/filters/source/source-highlight-filter.conf
28share/asciidoc/help.conf 33share/asciidoc/help.conf
29share/asciidoc/html4.conf 34share/asciidoc/html4.conf
30share/asciidoc/images/icons/README 35share/asciidoc/images/icons/README
31share/asciidoc/images/icons/callouts/1.png 36share/asciidoc/images/icons/callouts/1.png
32share/asciidoc/images/icons/callouts/10.png 37share/asciidoc/images/icons/callouts/10.png
33share/asciidoc/images/icons/callouts/11.png 38share/asciidoc/images/icons/callouts/11.png
34share/asciidoc/images/icons/callouts/12.png 39share/asciidoc/images/icons/callouts/12.png
35share/asciidoc/images/icons/callouts/13.png 40share/asciidoc/images/icons/callouts/13.png
@@ -57,22 +62,49 @@ share/asciidoc/javascripts/ASCIIMathML.j @@ -57,22 +62,49 @@ share/asciidoc/javascripts/ASCIIMathML.j
57share/asciidoc/javascripts/LaTeXMathML.js 62share/asciidoc/javascripts/LaTeXMathML.js
58share/asciidoc/javascripts/asciidoc-xhtml11.js 63share/asciidoc/javascripts/asciidoc-xhtml11.js
59share/asciidoc/javascripts/toc.js 64share/asciidoc/javascripts/toc.js
60share/asciidoc/lang-de.conf 65share/asciidoc/lang-de.conf
61share/asciidoc/lang-en.conf 66share/asciidoc/lang-en.conf
62share/asciidoc/lang-es.conf 67share/asciidoc/lang-es.conf
63share/asciidoc/lang-fr.conf 68share/asciidoc/lang-fr.conf
64share/asciidoc/lang-hu.conf 69share/asciidoc/lang-hu.conf
65share/asciidoc/lang-it.conf 70share/asciidoc/lang-it.conf
66share/asciidoc/lang-pt-BR.conf 71share/asciidoc/lang-pt-BR.conf
67share/asciidoc/lang-ru.conf 72share/asciidoc/lang-ru.conf
68share/asciidoc/latex.conf 73share/asciidoc/latex.conf
69share/asciidoc/stylesheets/docbook-xsl.css 74share/asciidoc/stylesheets/docbook-xsl.css
 75share/asciidoc/stylesheets/pygments.css
 76share/asciidoc/stylesheets/volnitsky-manpage.css
 77share/asciidoc/stylesheets/volnitsky-quirks.css
 78share/asciidoc/stylesheets/volnitsky.css
70share/asciidoc/stylesheets/xhtml11-manpage.css 79share/asciidoc/stylesheets/xhtml11-manpage.css
71share/asciidoc/stylesheets/xhtml11-quirks.css 80share/asciidoc/stylesheets/xhtml11-quirks.css
72share/asciidoc/stylesheets/xhtml11.css 81share/asciidoc/stylesheets/xhtml11.css
73share/asciidoc/text.conf 82share/asciidoc/text.conf
74share/asciidoc/wordpress.conf 83share/asciidoc/wordpress.conf
75share/asciidoc/xhtml11-quirks.conf 84share/asciidoc/xhtml11-quirks.conf
76share/asciidoc/xhtml11.conf 85share/asciidoc/xhtml11.conf
77share/doc/asciidoc/asciidoc.html 86share/doc/asciidoc/a2x.1.txt
 87share/doc/asciidoc/article.pdf
 88share/doc/asciidoc/article.txt
 89share/doc/asciidoc/asciidoc.1.txt
78share/doc/asciidoc/asciidoc.txt 90share/doc/asciidoc/asciidoc.txt
 91share/doc/asciidoc/asciidocapi.txt
 92share/doc/asciidoc/asciimathml.txt
 93share/doc/asciidoc/book-multi.txt
 94share/doc/asciidoc/book.epub
 95share/doc/asciidoc/book.txt
 96share/doc/asciidoc/customers.csv
 97share/doc/asciidoc/epub-notes.txt
 98share/doc/asciidoc/faq.txt
 99share/doc/asciidoc/latex-backend.txt
 100share/doc/asciidoc/latex-bugs.txt
 101share/doc/asciidoc/latex-filter.pdf
 102share/doc/asciidoc/latex-filter.txt
 103share/doc/asciidoc/latexmath.txt
 104share/doc/asciidoc/latexmathml.txt
 105share/doc/asciidoc/music-filter.pdf
 106share/doc/asciidoc/music-filter.txt
 107share/doc/asciidoc/publishing-ebooks-with-asciidoc.txt
 108share/doc/asciidoc/source-highlight-filter.pdf
 109share/doc/asciidoc/source-highlight-filter.txt
 110share/doc/asciidoc/testasciidoc.txt

cvs diff -r1.8 -r1.9 pkgsrc/textproc/asciidoc/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/asciidoc/distinfo 2010/05/15 20:23:38 1.8
+++ pkgsrc/textproc/asciidoc/distinfo 2010/08/25 02:16:24 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2010/05/15 20:23:38 gls Exp $ 1$NetBSD: distinfo,v 1.9 2010/08/25 02:16:24 gls Exp $
2 2
3SHA1 (asciidoc-8.5.3.tar.gz) = 78fd756e17c9b83abfeb43806dff95db10bff8bc 3SHA1 (asciidoc-8.6.1.tar.gz) = 54604bfcf727fec03a44b10a050812a248417d92
4RMD160 (asciidoc-8.5.3.tar.gz) = c34aa2be7bc30f8ac0dbbd162f9feecbb345cf98 4RMD160 (asciidoc-8.6.1.tar.gz) = 3b0130619a3f85b741a48b5515a88885de4f026e
5Size (asciidoc-8.5.3.tar.gz) = 1254979 bytes 5Size (asciidoc-8.6.1.tar.gz) = 749502 bytes