diff options
author | he <he@pkgsrc.org> | 2008-07-20 19:25:32 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-20 19:25:32 +0000 |
commit | 4e03245c5c36842e8888e2c08b1d407137c758d1 (patch) | |
tree | a4141906e89f9fe03c1f06bef248ae040bc543e0 /www/p5-HTML-Table | |
parent | 703e8cd98fc2c7373d2a8e4ea19b79c6233a6c1b (diff) | |
download | pkgsrc-4e03245c5c36842e8888e2c08b1d407137c758d1.tar.gz |
Update from version 2.02 to 2.08a. Changes:
2.08a 23 June 2008
- Fixed outputing row class attribute twice.
Request and fix from Reinhard Mutz
2.08 10 April 2008
- Added delRow and delSectionRow methods.
Request from Kyle Davenport <kyle.davenport at fmr.com>
- Fixed error in getTable, which output the wrong section attributes.
Request and fix from Colin Fine <colin.fine at pace.co.uk>
- Added getSection method to modularize the creation of Section HTML.
- Created new set of methods which apply Cell attributes
across a row. This is to make a clear distinction from
those methods that set row attributes (tr). Suggest by
Colin Fine <colin.fine at pace.co.uk>
2.07b
05 February 2008
- Fixed error in setSectionRowWidth.
Request from Ravi Kondamuru <ravikondamuru at gmail.com>
2.07a
04 February 2008
- Changed status from beta to full.
- Fixed error in setCellHeight.
Request from Ravi Kondamuru <ravikondamuru at gmail.com>
2.07-b2
09 October 2007
- Removed text output when empty table is printed.
Request from Erik Tank <erik at atjeu.com>
2.07-b1
17 September 2007
- Changed order of output for table sections, to comply
with the HTML 4.01 standard.
2.07-beta
13 September 2007
- Added THEAD, TFOOT and TBODY sections.
Request from Miguel Santinho <msantinho at simplicidade.com>.
There are now methods that take a section and section
number as parameters. ie. setSectionCell ( 'tbody', 0,
2, 3, 'Cell 2,3');
Existing methods default to working on the first tbody
section, for backwards compatibility.
You can have only one each of tfoot and thead sections,
but multiple tbody sections.
2.06
4 June 2007
- Added patch for even/odd row class support, supplied by Chris Weyl
Thanks to Chris Weyl <cweyl at alumni.drew.edu> for this patch.
2.05
15 March 2007
- Fixed code so that all HTML tags and attributes are in lower case.
2.04
23 January 2006
- AUTOLOAD method was making the module sliently ignore calls to invalid
methods.
Thanks to Gordon Lack <gml4410 at ggr.co.uk> for the fix.
2.03
6 December 2005
- Added get methods for Style attributes.
Thanks to Douglas Riordan <doug.riordan at gmail.com> for this.
Diffstat (limited to 'www/p5-HTML-Table')
-rw-r--r-- | www/p5-HTML-Table/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Table/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile index 58bdea369c9..6de556d5d54 100644 --- a/www/p5-HTML-Table/Makefile +++ b/www/p5-HTML-Table/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/07/20 19:25:32 he Exp $ -DISTNAME= HTML-Table-2.02 +DISTNAME= HTML-Table-2.08a PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5htb -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/www/p5-HTML-Table/distinfo b/www/p5-HTML-Table/distinfo index e3b8887ce38..29a9e80d93b 100644 --- a/www/p5-HTML-Table/distinfo +++ b/www/p5-HTML-Table/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 14:08:36 wiz Exp $ +$NetBSD: distinfo,v 1.7 2008/07/20 19:25:32 he Exp $ -SHA1 (HTML-Table-2.02.tar.gz) = e6920ee87baae9f93f970fae7f6bbc8844d1f640 -RMD160 (HTML-Table-2.02.tar.gz) = 90d17f7ab699ef86752e4d5e53e63afa312a31a1 -Size (HTML-Table-2.02.tar.gz) = 16623 bytes +SHA1 (HTML-Table-2.08a.tar.gz) = b3c899772eb520b248955edf188e692bd8416729 +RMD160 (HTML-Table-2.08a.tar.gz) = 7c2adfe11db8714c9c5b6eba56a4e1a4344f1133 +Size (HTML-Table-2.08a.tar.gz) = 23934 bytes |