Commit graph

18 commits

Author SHA1 Message Date
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
21bb40d2d9 - Remove duplicate DEPENDS (BUILD_DEPENDS+= tex-lastpage-[0-9]*), thanks wiz@
- Add TEST_ENV+=     BIBTEX_TESTS=yes
2015-05-06 06:53:20 +00:00
mef
8dc59896c3 Add Three more BUILD_DEPENDS for make test to pass, thanks joerg@ 2015-05-05 13:24:37 +00:00
wiz
78cb9cd6c3 Add more missing dependencies. This now packages and passes most of
its tests.
Bump PKGREVISION.
2015-05-03 20:25:50 +00:00
joerg
2415789f44 Add two more required dependencies. Still doesn't work. 2015-05-03 19:47:05 +00:00
mef
3fdfd1fe14 (pkgsrc)
- 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)
2015-04-27 15:07:30 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
sbd
d08f598650 Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run
Bump PKGREVISION
2013-04-24 10:10:13 +00:00
dholland
32ca133b9e Update ghostscript depends. PKGREVISION -> 2 2013-03-16 22:47:15 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
6c0df5b7f4 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
2011-11-11 11:37:08 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
wiz
309526be79 Instead of depending on the whole tex, depend on the programs
explicitly mentioned.
Bump PKGREVISION.
2011-02-26 15:57:08 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
sno
37499be641 Oops - it seems I committed a wrong checksum for patches/patch-aa 2009-05-27 06:23:16 +00:00
sno
2edb8abb46 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.
2009-05-17 10:20:36 +00:00