summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-03-13 21:11:38 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-03-13 21:11:38 +0000
commitd8406966d6bacb3659d136807edaa0e2ee8bfa6c (patch)
tree491fb9f6fcdd792aca4874ed5508598e82f77b1f /www/Makefile
parentnew port p5-Boulder (diff)
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
Notes
Notes: svn path=/head/; revision=39789
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 59ba9622fa13..20e20efe29c5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -172,6 +172,7 @@
SUBDIR += p5-HTML-QuickCheck
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Summary
+ SUBDIR += p5-HTML-Table
SUBDIR += p5-HTML-TableExtract
SUBDIR += p5-HTML-TableLayout
SUBDIR += p5-HTML-Tagset