diff options
author | sno <sno@pkgsrc.org> | 2009-09-12 12:31:23 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-12 12:31:23 +0000 |
commit | 348e4810dd8803917421645f6d2c12c67f31056a (patch) | |
tree | 985bd6ec63a9b65be67620f34a74809764fa82bc /print/p5-LaTeX-Table | |
parent | 6113d57ca87f63e8fada2e805ad61b1a6991e462 (diff) | |
download | pkgsrc-348e4810dd8803917421645f6d2c12c67f31056a.tar.gz |
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
Diffstat (limited to 'print/p5-LaTeX-Table')
-rw-r--r-- | print/p5-LaTeX-Table/Makefile | 9 | ||||
-rw-r--r-- | print/p5-LaTeX-Table/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/print/p5-LaTeX-Table/Makefile b/print/p5-LaTeX-Table/Makefile index 2a4c430a7c6..b4f60334ddf 100644 --- a/print/p5-LaTeX-Table/Makefile +++ b/print/p5-LaTeX-Table/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/07/16 06:25:52 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/12 12:31:23 sno Exp $ # -DISTNAME= LaTeX-Table-0.9.16 -PKGNAME= p5-${DISTNAME} +DISTNAME= LaTeX-Table-v1.0.0 +PKGNAME= p5-${DISTNAME:S/v0/0/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose DEPENDS+= p5-Moose-Policy-[0-9]*:../../devel/p5-Moose-Policy DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit @@ -24,6 +24,7 @@ DEPENDS+= p5-LaTeX-Driver-[0-9]*:../../print/p5-LaTeX-Driver DEPENDS+= p5-LaTeX-Encode-[0-9]*:../../print/p5-LaTeX-Encode DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV +DEPENDS+= p5-autodie-[0-9]*:../../devel/p5-autodie PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/LaTeX/Table/.packlist diff --git a/print/p5-LaTeX-Table/distinfo b/print/p5-LaTeX-Table/distinfo index e605c33163a..93b4385dfc2 100644 --- a/print/p5-LaTeX-Table/distinfo +++ b/print/p5-LaTeX-Table/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/07/16 06:25:52 sno Exp $ +$NetBSD: distinfo,v 1.4 2009/09/12 12:31:23 sno Exp $ -SHA1 (LaTeX-Table-0.9.16.tar.gz) = d649dea27737c80da4111ffaab392e6859065958 -RMD160 (LaTeX-Table-0.9.16.tar.gz) = 8321ae74bb97f777637f9573613fab28aa0c83a6 -Size (LaTeX-Table-0.9.16.tar.gz) = 296398 bytes +SHA1 (LaTeX-Table-v1.0.0.tar.gz) = 45e6399d5061f254e87cc56ff48e6892248ec31d +RMD160 (LaTeX-Table-v1.0.0.tar.gz) = 0481e436d2aaef69484d7a0ec50d6795f23e4ed5 +Size (LaTeX-Table-v1.0.0.tar.gz) = 295168 bytes |