2015-05-06 08:53:20 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
- Remove duplicate DEPENDS (BUILD_DEPENDS+= tex-lastpage-[0-9]*), thanks wiz@
- Add TEST_ENV+= BIBTEX_TESTS=yes
|
2015-05-05 15:24:37 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add Three more BUILD_DEPENDS for make test to pass, thanks joerg@
|
2015-05-03 22:25:50 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add more missing dependencies. This now packages and passes most of
its tests.
Bump PKGREVISION.
|
2015-05-03 21:47:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add two more required dependencies. Still doesn't work.
|
2015-04-27 17:07:30 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(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)
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
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.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
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-04-24 12:10:37 by Steven Drake | Files touched by this commit (1) |
Log message:
Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run
Bump PKGREVISION
|
2013-03-16 23:47:15 by David A. Holland | Files touched by this commit (1) |
Log message:
Update ghostscript depends. PKGREVISION -> 2
|
2012-10-08 15:45:50 by Aleksej Saushev | Files touched by this commit (147) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|