pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/p5-LaTeX-Table Updating package print/p5-LaTeX-T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/752e20fa71a3
branches:  trunk
changeset: 398955:752e20fa71a3
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 12 12:31:23 2009 +0000

description:
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:

 print/p5-LaTeX-Table/Makefile |  9 +++++----
 print/p5-LaTeX-Table/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 0a5dcf1616e0 -r 752e20fa71a3 print/p5-LaTeX-Table/Makefile
--- a/print/p5-LaTeX-Table/Makefile     Sat Sep 12 12:21:28 2009 +0000
+++ b/print/p5-LaTeX-Table/Makefile     Sat Sep 12 12:31:23 2009 +0000
@@ -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 @@
 
 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-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 -r 0a5dcf1616e0 -r 752e20fa71a3 print/p5-LaTeX-Table/distinfo
--- a/print/p5-LaTeX-Table/distinfo     Sat Sep 12 12:21:28 2009 +0000
+++ b/print/p5-LaTeX-Table/distinfo     Sat Sep 12 12:31:23 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index