diff options
author | jlam <jlam> | 2000-10-15 02:49:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-15 02:49:25 +0000 |
commit | 2bd97b6c177a0902568e99cfa039ef68d9d4d122 (patch) | |
tree | 09247c18b1b02d145beb999cef7d9ccc0eca3d63 /www | |
parent | 38576cb02d59442d24ca6659021a6c7dd017490b (diff) | |
download | pkgsrc-2bd97b6c177a0902568e99cfa039ef68d9d4d122.tar.gz |
p5-HTML-Table: perl5 module to simplify creating HTML tables
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Table/Makefile | 16 | ||||
-rw-r--r-- | www/p5-HTML-Table/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-HTML-Table/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-HTML-Table/pkg/DESCR | 12 | ||||
-rw-r--r-- | www/p5-HTML-Table/pkg/PLIST | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile new file mode 100644 index 00000000000..af16ea635d6 --- /dev/null +++ b/www/p5-HTML-Table/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:49:25 jlam Exp $ + +DISTNAME= HTML-Table-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= jlam@netbsd.org + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Table/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Table/files/md5 b/www/p5-HTML-Table/files/md5 new file mode 100644 index 00000000000..fd44ed111bb --- /dev/null +++ b/www/p5-HTML-Table/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 02:49:25 jlam Exp $ + +MD5 (HTML-Table-1.04.tar.gz) = 30f136044d102d4879bfbc5ac9809abc diff --git a/www/p5-HTML-Table/pkg/COMMENT b/www/p5-HTML-Table/pkg/COMMENT new file mode 100644 index 00000000000..2431281fd38 --- /dev/null +++ b/www/p5-HTML-Table/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to simplify creating HTML tables diff --git a/www/p5-HTML-Table/pkg/DESCR b/www/p5-HTML-Table/pkg/DESCR new file mode 100644 index 00000000000..9661a0f7616 --- /dev/null +++ b/www/p5-HTML-Table/pkg/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/pkg/PLIST b/www/p5-HTML-Table/pkg/PLIST new file mode 100644 index 00000000000..b9942ebc9bc --- /dev/null +++ b/www/p5-HTML-Table/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 02:49:25 jlam Exp $ |