diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:07:50 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:07:50 +0000 |
commit | 3621d897c32cfa44ccafa232969a939380d411a1 (patch) | |
tree | 5d033f6757033049607532b011f12c9629d969e3 /www/p5-HTML-Table | |
parent | 209bd45213cbefd3f6862a0445e6d55789f142aa (diff) | |
download | pkgsrc-3621d897c32cfa44ccafa232969a939380d411a1.tar.gz |
Updated p5-HTML-Table to 1.15 (provided by Shell Hung in pkg/15871)
- fixed setColAttr was documented but didn't actually exist
- fixed setColHeight was actually setting the column width
- fixed table align wasn't working
- fixed spurious double quote in the output after user defined table attributes
- fixed method setStyle missing although documented
Diffstat (limited to 'www/p5-HTML-Table')
-rw-r--r-- | www/p5-HTML-Table/DESCR | 18 | ||||
-rw-r--r-- | www/p5-HTML-Table/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Table/distinfo | 6 |
3 files changed, 15 insertions, 13 deletions
diff --git a/www/p5-HTML-Table/DESCR b/www/p5-HTML-Table/DESCR index 9661a0f7616..fe0c9dd95a6 100644 --- a/www/p5-HTML-Table/DESCR +++ b/www/p5-HTML-Table/DESCR @@ -1,12 +1,14 @@ -HTML::Table is used to generate HTML tables for CGI scripts. By using the -methods provided fairly complex tables can be created, manipulated, then -printed from Perl scripts. The module also greatly simplifies creating -tables within tables from Perl. It is possible to create an entire table -using the methods provided and never use an HTML tag. +HTML::Table is used to generate HTML tables for CGI scripts. By +using the methods provided fairly complex tables can be created, +manipulated, then printed from Perl scripts. The module also +greatly simplifies creating tables within tables from Perl. It is +possible to create an entire table using the methods provided and +never use an HTML tag. -HTML::Table also allows for creating dynamically sized tables via its -addRow and addCol methods. These methods automatically resize the table -if passed more cell values than will fit in the current table grid. +HTML::Table also allows for creating dynamically sized tables via +its addRow and addCol methods. These methods automatically resize +the table if passed more cell values than will fit in the current +table grid. Methods are provided for nearly all valid table, row, and cell tags specified for HTML 3.0. diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile index f6378da94a1..0958e3e8128 100644 --- a/www/p5-HTML-Table/Makefile +++ b/www/p5-HTML-Table/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2002/01/18 22:31:45 mjl Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/15 12:07:51 martti Exp $ -DISTNAME= HTML-Table-1.13 +DISTNAME= HTML-Table-1.15 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5htb CATEGORIES= www perl5 diff --git a/www/p5-HTML-Table/distinfo b/www/p5-HTML-Table/distinfo index 97891e61a89..cc9c6d2eed4 100644 --- a/www/p5-HTML-Table/distinfo +++ b/www/p5-HTML-Table/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/01/18 22:31:45 mjl Exp $ +$NetBSD: distinfo,v 1.4 2002/03/15 12:07:51 martti Exp $ -SHA1 (HTML-Table-1.13.tar.gz) = 8c809c80cafe99a1602a12d45826aa216602e615 -Size (HTML-Table-1.13.tar.gz) = 12892 bytes +SHA1 (HTML-Table-1.15.tar.gz) = 82e85d0ea69395a10d90eea493b55b4f33d0cc32 +Size (HTML-Table-1.15.tar.gz) = 13168 bytes |