diff options
author | mjl <mjl@pkgsrc.org> | 2002-01-18 22:31:45 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-01-18 22:31:45 +0000 |
commit | 514c7f951d5cf4cc3756e702cb1ef0489556b6e4 (patch) | |
tree | 6050575180ce45a5030cf18ee64d58e3c8f48261 /www/p5-HTML-Table | |
parent | 50284238bf800b56d9e723542d6922ef279c1f62 (diff) | |
download | pkgsrc-514c7f951d5cf4cc3756e702cb1ef0489556b6e4.tar.gz |
Update p5-HTML-Table to 1.13.
- Added methods to set the style attribute of tables, rows,
cols and cells
- setRowBGColor and setRowAlign are now more efficient
- Added method to set the rules and align attributes for tables
- Changed all tags and attributes to print in lowercase.
- Changed faulty behaviour of numeric parameters to the new method
- All attribute values are now surounded by quotes
- getTable was returning 0 (zero) for an empty table, now just plain
return
- Added getTableRows and getTableCols
- Added methods setCellFormat, setRowFormat and setColFormat
- More bugs fixed
- Documentation Updated
Fixes PR/15203 by Shell Hung.
Diffstat (limited to 'www/p5-HTML-Table')
-rw-r--r-- | www/p5-HTML-Table/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Table/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile index 1b699cfba8c..f6378da94a1 100644 --- a/www/p5-HTML-Table/Makefile +++ b/www/p5-HTML-Table/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:36 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/18 22:31:45 mjl Exp $ -DISTNAME= HTML-Table-1.04 +DISTNAME= HTML-Table-1.13 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5htb CATEGORIES= www perl5 diff --git a/www/p5-HTML-Table/distinfo b/www/p5-HTML-Table/distinfo index cfa7f1419f6..97891e61a89 100644 --- a/www/p5-HTML-Table/distinfo +++ b/www/p5-HTML-Table/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 12:02:40 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/01/18 22:31:45 mjl Exp $ -SHA1 (HTML-Table-1.04.tar.gz) = 68c64e6501eb8fe87701a1d8e91c28f3d2318e26 -Size (HTML-Table-1.04.tar.gz) = 7260 bytes +SHA1 (HTML-Table-1.13.tar.gz) = 8c809c80cafe99a1602a12d45826aa216602e615 +Size (HTML-Table-1.13.tar.gz) = 12892 bytes |