Commit graph

3 commits

Author SHA1 Message Date
Kevin Lo
b10b91f88a - Update to version 1.11
- Take over as MAINTAINER from ports@
- Fixup pkg-plist

PR: 29661
Submitted by: Pete Fritchman <petef@databits.net>
2001-08-13 12:39:35 +00:00
Kevin Lo
702d94e53f Upgrade to version 1.09 2001-06-12 16:18:02 +00:00
Andreas Klemm
d8406966d6 new port p5-HTML-Table
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.

Methods are provided for nearly all valid table, row, and cell tags
specified for HTML 3.0.

WWW:    http://www.chime.ucl.ac.uk/~rmhiajp/htmltable.htm
2001-03-13 21:11:38 +00:00