- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
Remove patch-ab, as it has been applied upstream (no dependency over gmake)
Version 1.1 (2006-03-17)
* Features
- Support for user-defined conversion rules.
- Support for xindy and sam2p.
- Improved fig2dev support.
- Experimental cache system.
* Bugfixes
- Better parsing of log files.
- Improved error reporting (including for BibTeX and Metapost).
- Better handling of verbatim environments.
- Many other fixes.
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
Change maintainer address to @netbsd.org
Update homepage to avoid redirections
Main changelog entries:
Version 1.0 (2005-07-11)
More intelligent graphics conversion rules.
New command-line options "--inplace" and "--into".
New command-line option "-W" to report warnings.
Modules "index" and "verbatim" fixed.
Fixed path searching in Metapost.
Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
Better handling of aux files from \include'd sources.
approved by cube@
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
Collection, from PR#28920 by Antoine Reilles, with a few minor changes by
myself.
Rubber is a building system for LaTeX documents.
It is based on a routine that runs just as many compilations as necessary. The
module system provides a great flexibility that virtually allows support for
any package with no user intervention, as well as pre- and post-processing of
the document. The standard modules currently provide support for bibtex,
dvips, dvipdfm, pdftex, makeindex. A good number of standard packages are
supported, including graphics/graphicx (with automatic conversion between
various formats and Metapost compilation).