Up to [cvs.netbsd.org] / pkgsrc / print / p5-LaTeX-Driver
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (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.4: +2 -3
lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Sun Aug 14 14:21:29 2011 UTC (9 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Revision bump after updating perl5 to 5.14.1.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 26 15:57:08 2011 UTC (14 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.2: +9 -7
lines
Diff to previous 1.2 (colored)
Instead of depending on the whole tex, depend on the programs explicitly mentioned. Bump PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 21 16:35:34 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump the PKGREVISION for all packages which depend directly on perl, 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!
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,
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: +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