Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
reed 6812490c98 Update to version 8.1.0.
Mention docbook and LaTeX in DESCRiption.

Add sourceforge to MASTER_SITES.

Add more directories to INSTALLATION_DIRS (maybe some are redundant).

Also install a2x.
Install man pages.
Install various configs and icons.

Add do-test target.

Following is from the AsciiDoc ChangeLog:

1. Version 8.1.0 (2006-10-22)

     * AsciiDoc generated XHTML documents now display as table of
       contents if the toc attribute is defined (JavaScript needs to be
       enabled for this to work). Thanks to Troy Hanson who contributed
       this feature based on a JavaScript by Mihai Bazon. I've simplified
       things somewhat to match Docbook XSL Stylesheets style, see Troy's
       [1]tpl User Guide for a fancier layout. Use the -a toc -a numbered
       command-line options to produce a number table of contents.
     * A [2]music filter is included in the distribution ./filters/
       directory. It translates music in [3]LilyPond or [4]ABC notation
       to standard classical notation in the form of a trimmed PNG image
       which is inserted into the AsciiDoc output document.
     * Incorporated Paul Melis's Win32 filter patch. This workaround
       allows AsciiDoc to run filters under Windows.
     * Added uninstall.sh script.
     * Rather than proliferate a confusing number of filter block
       delimiters the following convention has been adopted: delimiters
       belonging to DelimitedBlock filters distributed with AsciiDoc will
       consist of a word (normally a noun identifying the block content)
       followed by four or more tilde characters. This has necessitated
       changing existing filter delimiters (the old delimiters still work
       but may be deprecated in future versions):
          + The example code filter block delimiter is now the word code
            followed by four or more tilde characters.
          + The source highlight filter block delimiter is now the word
            source followed by four or more tilde characters.
     * Conditionally redefined subscript and superscripting so they use
       the old replacements mechanism when asciidoc7compatible is defined
       rather than the asciidoc 8 default unconstrained quoting (patch
       for affected files attached).
     * Moved the source highlight filter from ./examples/ to ./filter/.
     * Added {verbose} intrinsic attribute (useful for passing verbose
       flag to filters).
     * Added {outdir} intrinsic attribute.
     * Renamed {docdir} intrinsic attribute to unambiguous`{indir}
       ({docdir}` still works but may be removed in future release).
     * If asciidoc(1) outputs to stdout then instrinsic attribute
       {docname} is extracted from the input file name.
     _________________________________________________________________

2. Version 8.0.0 (2006-08-27)

   This is a major release because changes to quoting and index entry
   handling may break existing documents (see Additions and changes below
   and Appendix A: Migration Notes in the AsciiDoc User Guide).

   Please report any problems you encounter.

   [5]Stuart Rackham

   Additions and changes
     * Quoting can can occur within words (based on patch submitted by
       Benjamin Klum). See the Unconstrained Quotes sub-section in the
       User Guide.
     * The underline and plus characters can be used as alternatives to
       the existing apostrophe and backtick quote characters. They are
       arguably better choices than the apostrophe and backtick as they
       are not confused with punctuation.
     * The syntax for index entry macros have have been deprecated from
       +...+ and +...+ to ((...)) and (((...))) respectively. Rationale:
          + Bracketing is consistent other with [[...]] and <<...>>
            reference macros.
          + To easily confused with triple plus passthroughs.
          + To make way for the new monospace quoting.
     * Superscripts and subscripts are implemented as constrained quotes
       so they can now be escaped with a leading backslash and prefixed
       with with an attribute list.
     * An experimental LaTeX backend has been written by Benjamin Klum (a
       number additions in this release are to accommodate the LaTeX
       backend).
     * include macro file names now expand environment variables and
       tilde expansions.
     * A configuration file [quotes] entry can be undefined by setting to
       a blank value.
     * Added callto inline macro for Skype callto links.
     * Added colnumber attribute for table data markup.
     * A leading comment block or comment lines are now skipped
       (previously a document had to start with either attribute entries
       or a document Title).
     * Experimental rows attribute (number of source lines in table)
       available in table markup templates (used by experimental LaTeX
       backend).
     * Included install shell script written by [6]Jacob Mandelson for
       installing the tarball distribution.
     * Added INSTALL documentation file.
     * Added replacements2 substitution options -- a second replacements
       section.
     * Added the ability to redefine normal and verbatim substitutions
       with subsnormal and subsverbatim entries in configuration file
       [miscellaneous] section.
     * By default AttributeEntry values are substituted for
       specialcharacters and attributes, if you want a different
       AttributeEntry substitution set the attributeentry-subs attribute.
     * The name in name=value configuration file entries can now end with
       a backslash, just escape the trailing backslash with a backslash.
       For example:

     abc\\=xyz
       Results in name=abc\ and value=xyz -- previously this would have
       escaped the = character.
     * A blank configuration file section deletes any preceding section
       with the same name (applies to non-markup template sections).
     * A command-line attribute value with a @ suffix does not override
       existing document and configuration file attributes (normally
       command-line attributes have precedence over document and
       configuration file attributes).
     * localtime attribute is now encoded from the native system encoding
       to the output encoding. Patch submitted by [7]FKtPp -- here's his
       description of the problem:
       "I am a Chinese user of AsciiDoc and I find that when I use UTF-8
       (the default encoding) to write asciidoc documents in Windows
       platform the resulting html footer line will get screwed. It was
       caused by a localized tzname that was always encoded in the
       windows native encoding, which in my case is cp936."
     * a2x(1) can generate Open Document Text files using [8]docbook2odf.
       Currently docbook2odf(1) only processes a subset of DocBook,
       unimplemented elements are skipped.
     * The a2x(1) format option defaults to xhtml (previously a format
       had to be specified explicitly).
     * The -d, --doctype=DOCTYPE option has been added to a2x(1) which is
       a shortcut for --asciidoc-options="--doctype=DOCTYPE".
     * Replaced a2x(1) --no-icons and --no-copy options with their
       negated equivalents: --icons and --copy respectively. The default
       behavior has also changed: copying and use of icons is disabled by
       default. Rationale:
          + To make the default behavior more consistent since use of
            icons and CSS stylesheets does not apply to all formats.
          + To make the default behavior less surprising (the creation of
            icon and stylesheet output files must now be explicit).
     * a2x(1) has been bumped from version 0.1.1 to version 1.0.0.

   Bug fixes
     * Removed duplicate ./doc/a2x.1.txt from distribution tarball.
     * Documentation errata.
     * Attribute replacement is no longer performed twice in Titles and
       AttributeEntrys.
     * a2x(1) skipped asciidoc(1) execution when rerun with different
       --asciidoc-options options, it now always executes asciidoc(1).
       The problem was that previously asciidoc(1) was executed only if
       the output file was missing or older than the source file.
2006-11-17 20:43:48 +00:00
archivers DESTDIR support. 2006-11-14 13:50:13 +00:00
audio Added dependency of oss to Makefile: 2006-11-15 01:19:15 +00:00
benchmarks Not every system has O_DIRECT ... not even NetBSD. 2006-10-22 04:36:12 +00:00
biology Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
bootstrap Add lang/nawk and sysutils/install-sh to the "don't blow away" package 2006-11-06 21:08:42 +00:00
cad regen 2006-11-12 14:26:47 +00:00
chat Update "xchat" and "xchat-python" packages to version 2.6.8. 2006-11-14 10:38:36 +00:00
comms Make stopping asterisk actually work. 2006-11-01 18:59:16 +00:00
converters DESTDIR support. Use modular Xorg for wv. 2006-11-14 13:55:34 +00:00
cross Needs BSD_MAKE_ENV. 2006-10-22 07:01:05 +00:00
crosspkgtools Fixed "test ==". 2006-10-22 05:15:32 +00:00
databases update to 2.4.3 2006-11-14 16:58:13 +00:00
devel Update homepage and download URL. 2006-11-16 22:04:21 +00:00
distfiles
doc Added textproc/{p5,ruby}-{native,pure}-hyperestraier 1.0.0.1.4.9. 2006-11-17 15:52:30 +00:00
editors Remove sourceforge from MASTER_SITES. Most recent version there is 2.4.1. 2006-11-16 02:31:48 +00:00
emulators Needs perl. PKGREVISION++ 2006-11-12 00:04:57 +00:00
finance Fix "test ==". 2006-11-05 12:51:14 +00:00
fonts + font-bitstream-100dpi 2006-11-15 15:05:49 +00:00
games Fixed "test ==". 2006-11-11 22:26:11 +00:00
geography Update to 1.1.6. 2006-11-10 21:19:43 +00:00
graphics When passing files to gunzip make sure they don't get mistaken as options. 2006-11-16 02:28:58 +00:00
ham Updated patches/patch-aa which was forgotten at time of package update 2006-11-13 18:32:35 +00:00
inputmethod Add libhangul. 2006-11-07 21:03:06 +00:00
lang DESTDIR support. 2006-11-14 21:58:46 +00:00
licenses add 2006-10-11 12:50:07 +00:00
mail PKGMANDIR support. 2006-11-14 13:50:42 +00:00
math Update fftwf to version 3.1.2: 2006-11-15 01:11:13 +00:00
mbone Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
meta-pkgs Updated gnuradio to version 3.0.2: 2006-11-13 16:19:40 +00:00
misc update to 0.2.2 2006-11-14 16:56:22 +00:00
mk Provided a useful error message for the case that X11_TYPE is set to 2006-11-17 09:50:54 +00:00
multimedia Fixed "test ==". 2006-11-12 02:28:45 +00:00
net Don't try and use meanwhile package if it happens to find one installed 2006-11-16 02:51:26 +00:00
news Fixed PKGMANDIR and made the package build on NetBSD. 2006-11-12 01:28:03 +00:00
packages
parallel Note that the fetch stage is interactive. 2006-10-21 20:25:21 +00:00
pkgtools DESTDIR support. 2006-11-14 16:11:10 +00:00
print update to 2.0.4 2006-11-14 16:54:29 +00:00
regress Added a test new case for /bin/sh. 2006-11-09 12:39:55 +00:00
security Removing gnupg-devel. It has been replaced by gnupg2. 2006-11-17 15:19:39 +00:00
shells Bump PKGREVISION to 5. There is no need to depend anymore 2006-11-05 14:08:20 +00:00
sysutils Change 'USE_LANGUAGES+= c++' to 'USE_LANGUAGES= c c++'. It seems that 2006-11-17 19:51:20 +00:00
templates In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org", 2006-07-06 21:14:19 +00:00
textproc Update to version 8.1.0. 2006-11-17 20:43:48 +00:00
time Follow-up py-setuptools move. 2006-11-14 13:38:16 +00:00
wm Switch to modular buildlinks. 2006-11-06 11:33:52 +00:00
www Do not pass &int as ptrdiff_t* - that might cause bus errors on archs 2006-11-17 13:37:36 +00:00
x11 Correct reference to "../../wip" to "../../x11". 2006-11-16 09:24:52 +00:00
Makefile Fixed some pkglint warnings: Use ${ECHO_N} instead of echo -n and 2006-07-02 12:29:22 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.