The NetBSD Project

CVS log for pkgsrc/print/p5-LaTeX-Table/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / print / p5-LaTeX-Table

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 31 15:40:34 2010 UTC (18 months, 3 weeks ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Updating print/p5-LaTeX-Table from 1.0.5 to 1.0.6

Upstream changes:
1.0.6  Mon  Oct 25 2010
        - eor option (thanks Jens)
        - POD: Ascii tables of classic themes.
        - fixed #62016 (thanks Bowen)
        - ltpretty ignores empty trailing lines
        - ltpretty test
        - Evanston theme (Booktabs)

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 31 05:21:10 2010 UTC (20 months, 3 weeks ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Updating print/p5-LaTeX-Table from 1.0.2 to 1.0.5

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

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 20 19:37:30 2010 UTC (21 months ago) by sno
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Updating print/p5-LaTeX-Table from 1.0.1 to 1.0.2

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!!)

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 8 14:53:49 2010 UTC (2 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Updating print/p5-LaTeX-Table from 1.0.0nb1 to 1.0.1

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)

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 12 12:31:23 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Updating package print/p5-LaTeX-Table from 0.9.18 to 1.0.0

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

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 16 06:25:52 2009 UTC (2 years, 10 months ago) by sno
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

pkgsrc changes:
  - 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)

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 1 18:57:00 2009 UTC (2 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

pkgsrc changes:
  - Updating package for p5 module LaTeX::Table from 0.9.14 to 0.9.15
  - Adjusting dependencies according to META.yaml
  - Fixing PERL5_MODULE_TYPE

Upstream changes:
0.9.15 Fri  May 29  10:00:00 2009
        - MISSING_VALUE in coldef_strategy
        - width and longtable
        - removed deprecated feature textwrap
        - changed optional requirement from Text::CSV_XS to Text::CSV
        - csv2pdf: Meyrin default.
        - POD cleanups

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun May 17 10:34:20 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::Table 0.9.14 as dependency of
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.

Revision 1.1 / (download) - annotate - [select for diffs], Sun May 17 10:34:20 2009 UTC (3 years ago) by sno
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>