a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
print/p5-LaTeX-Driver from 0.08nb3 to 0.10.
pkgsrc changes:
- fix whitespaces in Makefile.PL patch
Upstream changes:
#------------------------------------------------------------------------
# Version 0.10 - 2011-09-18
#------------------------------------------------------------------------
* use system tmp directory rather than hardcoded /tmp
* Makefile.PL exits if latex binary is not found (rather than dieing
#------------------------------------------------------------------------
# Version 0.09 - 2011-08-18
#------------------------------------------------------------------------
* Tidied up for perlcritic
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
the Template::Toolkit Latex plugin.
DESCR:
The LaTeX::Driver module encapsulates the details of invoking the Latex
programs to format a LaTeX document. Formatting with LaTeX is complicated;
there are potentially many programs to run and the output of those programs
must be monitored to determine whether further processing is required.
This module runs the required commands in the directory specified, either
explicitly with the dirname option or implicitly by the directory part of
basename, or in the current directory. As a result of the processing up to
a dozen or more intermediate files are created. These can be removed with
the cleanup method.