summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Table
diff options
context:
space:
mode:
authormartti <martti>2002-03-15 12:07:50 +0000
committermartti <martti>2002-03-15 12:07:50 +0000
commitc94bd167d1b375fcc641593397d8c5100f07a097 (patch)
tree5d033f6757033049607532b011f12c9629d969e3 /www/p5-HTML-Table
parent3ef66994e25a63da6d2f15893367faf18dcf1c7d (diff)
downloadpkgsrc-c94bd167d1b375fcc641593397d8c5100f07a097.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/DESCR18
-rw-r--r--www/p5-HTML-Table/Makefile4
-rw-r--r--www/p5-HTML-Table/distinfo6
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