- LICENSE to ${PERL5_LICENSE}
- Add 5 more DEPENDS, p5-Module-Install-*, p5-Test-*
- Convert to PERL5_MODULE_TYPE= Module::Install
- Drop patch-aa
(upstream)
- Update 0.10 to 0.200.4
-------------------------
0.200.4 2014-04-12
- Disabled bibtex tests by default due to frequently not found LaTex
sty not found.
- Disabled t/30 and t/31 unless dvips is found
0.200.3 2014-04-11
- xelatex tests now optional because they add too many external
dependencies
0.200.1 2014-04-10
- Fixed stale dependency (unused) in Test::LaTeX::Driver
0.20 2014-04-09
- Removed IPC::ShellCmd dependency since newer versions not on CPAN
- Fixed Win32 support
0.20_03 2013-10-31
- switched Makefile.PL to Module::Install
0.20_02 2013-10-29
- added -timeout option (requires IPC::ShellCmd 0.003)
- added -capture_stderr option and stderr() method to retrieve captured stderr
0.20_01 2013-10-18
- Now maintained on github
- reformatted Changes file
- removed MYMETA.{json,yml} from MANIFEST and added to MANIFEST.SKIP (RT89155)
- use IPC::ShellCmd to run commands
- remove LaTeX::Driver::Paths - paths determined at runtime
0.12 2012-08-31
- fixed typo in settings of ps2pdf/pdf2ps (RT79233)
- add missing dependency on Readonly (RT79330)
0.11 2012-08-30
- rewrote loop in run_latex() and need_to_run_bibtex() to use a
lexical variable to avoid subtle errors with
Template::Plugin::Latex (RT50684)
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
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.