From 431e7a7ddad1a9e4611e8e6d4b744301d3730458 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 02:15:23 +0000 Subject: Move pkg/ files into package's toplevel directory --- www/p5-HTML-Table/DESCR | 12 ++++++++++++ www/p5-HTML-Table/PLIST | 1 + www/p5-HTML-Table/pkg/DESCR | 12 ------------ www/p5-HTML-Table/pkg/PLIST | 1 - 4 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 www/p5-HTML-Table/DESCR create mode 100644 www/p5-HTML-Table/PLIST delete mode 100644 www/p5-HTML-Table/pkg/DESCR delete mode 100644 www/p5-HTML-Table/pkg/PLIST (limited to 'www/p5-HTML-Table') diff --git a/www/p5-HTML-Table/DESCR b/www/p5-HTML-Table/DESCR new file mode 100644 index 00000000000..9661a0f7616 --- /dev/null +++ b/www/p5-HTML-Table/DESCR @@ -0,0 +1,12 @@ +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. diff --git a/www/p5-HTML-Table/PLIST b/www/p5-HTML-Table/PLIST new file mode 100644 index 00000000000..4b2f0acb698 --- /dev/null +++ b/www/p5-HTML-Table/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:18:07 zuntum Exp $ diff --git a/www/p5-HTML-Table/pkg/DESCR b/www/p5-HTML-Table/pkg/DESCR deleted file mode 100644 index 9661a0f7616..00000000000 --- a/www/p5-HTML-Table/pkg/DESCR +++ /dev/null @@ -1,12 +0,0 @@ -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. diff --git a/www/p5-HTML-Table/pkg/PLIST b/www/p5-HTML-Table/pkg/PLIST deleted file mode 100644 index b9942ebc9bc..00000000000 --- a/www/p5-HTML-Table/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 02:49:25 jlam Exp $ -- cgit v1.2.3