./print/p5-LaTeX-Driver, Perl module encapsulates the details of invoking the Latex programs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0nb2, Package name: p5-LaTeX-Driver-1.2.0nb2, Maintainer: pkgsrc-users

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.


Required to run:
[print/ghostscript] [lang/perl5] [devel/p5-File-Slurp] [devel/p5-Exception-Class] [devel/p5-Class-Accessor] [devel/p5-IO-All] [devel/p5-Readonly] [print/web2c] [print/dvipsk] [devel/p5-File-pushd] [textproc/makeindexk] [print/tex-tools] [devel/p5-Log-Any] [print/tex-latex-bin] [print/tex-lastpage] [devel/p5-Module-Install-ReadmeFromPod] [devel/p5-Module-Install-AuthorTests] [devel/p5-Module-Install-AuthorRequires]

Required to build:
[devel/p5-Test-Exception] [devel/p5-Test-Pod] [devel/p5-Module-Install] [print/tex-bibtex]

Master sites: (Expand)

Filesize: 53.997 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-08-08 06:48:31 by Thomas Klausner | Files touched by this commit (1)
Log message:
p5-LaTeX-Driver: fix build

One test dependency is actually required by the setup script, so
make it a build dependency.
   2021-07-06 05:28:56 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.2.0
Update DEPENDS

Upstream changes:
1.2.0   2020-10-29
   - Add Log::Any logging
   - Use File::Temp to manage deletion of the temp directory
   - Eliminate manipulation of global state in method invocation
   - Update documentation and feedback channel
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34