Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
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.
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.
pkgsrc changes:
- adjusting dependencies
Upstream changes:
1.0.5 Wed Aug 25 2010
- Set min. version of MooseX::FollowPBP to 0.03 (older versions caused
cpan test fails)
1.0.4 Tue Aug 24 2010
- fixed stupid bug in Build.PL (introduced in 1.0.3)
1.0.3 Tue Aug 24 2010
- small code cleanup
- added github in Makefile.PL and Build.PL
- moved author tests to xt
- longtable tests
pkgsrc changes:
- adjust dependencies according to META.yml
Upstream changes:
1.0.2 Wed Jul 21 21:08:00 2010
- Support for recent Class:MOP (patch from Ansgar, Thanks!!)
pkgsrc changes:
- "Adjust" some dependencies (move from recommended to required)
Upstream changes:
1.0.1 Tue Sep 8 11:00:00 2009
- POD: * CPAN email address
* better example for ltpretty
- Bugfixes: * multicolumn shortcut for columns > 9
* ltpretty removed all slashes, not just the trailing ones
* ltpretty removes now leading and trailing spaces in
columns (caused problems with multicolumn shortcut)
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.0.0 Tue Sep 8 11:00:00 2009
- Bugfixes: * text_wrap option still generated
0.99_5 Mon Sep 7 11:00:00 2009
- POD cleanup
- Bugfixes: * current perlcritic passes
0.99_4 Fri Sep 4 15:00:00 2009
- Corrected documentation for width_environment option (alignment is
possible thanks to fix of #49422)
0.99_3 Fri Sep 4 12:08:00 2009
- added clearer for alignment options.
- Bugfixes: * Alignment of longtables is wrongly generated (#49422,
thanks Jens)
0.99_2 Sat Aug 10 17:25:00 2009
- Bugfixes: * removed unneccessary no critic (thanks Salvatore)
* min Moose version in Build.PL/Makefile.PL (caused
cpantesters fails)
0.99_1 Sat Aug 08 11:33:00 2009
- code cleanup
- POD corrections
- removed all deprecated code
- Bugfixes: * row id in callback functions sometimes wrong
* perlcritic now passes with Pod::Spelling (thanks Salvatore
and Rafael)
0.9.17 Sat Jul 26 12:00:00 2009
- new option tablelasttail
- Template variables documented in TypeI.pm
- Code cleanup: * type, colums_like_header, resize, callback,
fontfamily, fontsize, xentrystretch now checked via Moose
* fontfamily, fontsize, table*, xentrystretch now generated
via Template
* csv2pdf
* Removed old deprecated code from 0.1.0 and 0.8.0
(in the next release - probably 1.0 - I will remove all
deprecated code!)
- Bugfix: csv2pdf --out option broken
- Updating package for p5 module LaTeX::Table from 0.9.15 to 0.9.16
- Adjusting license
Upstream changes:
0.9.16 Mon Jul 13 18:00:00 2009
- API change: header_sideways was kind of unnecessary.
- csv2pdf now uses templates and the longtable and ltxtable packages
- Perl::Critic passs with install Perl::Tidy (thanks Salvatore)
- removed Readonly dependency (thanks Wen)
upcoming Template::Plugin::Latex.
DESCR:
The Latex Template Toolkit plugin provides a latex filter that allows the use
of LaTeX to generate PDF, PostScript and DVI output files from the Template
Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.
The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.