From owner-cvs-all Tue Mar 13 13:11:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB5F237B728; Tue, 13 Mar 2001 13:11:38 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2DLBcQ82802; Tue, 13 Mar 2001 13:11:38 -0800 (PST) (envelope-from andreas) Message-Id: <200103132111.f2DLBcQ82802@freefall.freebsd.org> From: Andreas Klemm Date: Tue, 13 Mar 2001 13:11:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Table Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/13 13:11:38 PST Modified files: www Makefile Added files: www/p5-HTML-Table Makefile distinfo pkg-comment pkg-descr pkg-plist Log: 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 Revision Changes Path 1.318 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message