head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2006.01.22.02.57.57;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.24.12.04.49;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.13.12.39.35;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.12.16.18.02;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.13.21.11.38;	author andreas;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Replace ugly "@@unexec rmdir %D... 2>/dev/null || true" with @@dirrmtry

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@%%SITE_PERL%%/HTML/Table.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Table/.packlist
@@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Table
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
@@dirrmtry %%SITE_PERL%%/HTML
@


1.4
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d4 2
a5 2
@@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
@@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
@


1.3
log
@- Update to version 1.11
- Take over as MAINTAINER from ports@@
- Fixup pkg-plist

PR: 29661
Submitted by: Pete Fritchman <petef@@databits.net>
@
text
@d1 5
a5 5
lib/perl5/site_perl/%%PERL_VER%%/HTML/Table.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Table/.packlist
@@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Table
@@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
@@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
@


1.2
log
@Upgrade to version 1.09
@
text
@d1 1
a2 1
lib/perl5/site_perl/%%PERL_VER%%/HTML/Table.pm
a4 1
@@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML
@


1.1
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
@
text
@d4 1
d6 1
a6 1
@@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML
@

