Up to [cvs.netbsd.org] / pkgsrc / print / p5-LaTeX-Driver
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 11 11:37:08 2011 UTC (6 months, 2 weeks ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Updating LaTeX::Driver module for Perl programming language in 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
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 27 06:23:16 2009 UTC (2 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Oops - it seems I committed a wrong checksum for patches/patch-aa
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun May 17 10:20:36 2009 UTC (3 years ago) by sno
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Importing package for perl module LaTeX::Driver 0.08. It's used by 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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 17 10:20:36 2009 UTC (3 years ago) by sno
Branch: MAIN
Initial revision