head	1.23;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.20
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.20
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.19
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2011.03.02.18.18.16;	author az;	state Exp;
branches;
next	1.21;

1.21
date	2010.12.23.01.14.25;	author pgollucci;	state Exp;
branches;
next	1.20;

1.20
date	2008.06.28.22.31.19;	author miwi;	state Exp;
branches;
next	1.19;

1.19
date	2008.04.11.15.33.44;	author mat;	state Exp;
branches;
next	1.18;

1.18
date	2007.06.07.07.11.56;	author clsung;	state Exp;
branches;
next	1.17;

1.17
date	2007.03.20.18.06.46;	author tobez;	state Exp;
branches;
next	1.16;

1.16
date	2006.06.25.16.38.46;	author clsung;	state Exp;
branches;
next	1.15;

1.15
date	2006.05.26.10.45.51;	author tobez;	state Exp;
branches;
next	1.14;

1.14
date	2006.04.14.20.45.44;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2006.02.08.07.51.45;	author tobez;	state Exp;
branches;
next	1.12;

1.12
date	2004.11.18.14.24.49;	author demon;	state Exp;
branches;
next	1.11;

1.11
date	2003.12.21.17.24.45;	author petef;	state Exp;
branches;
next	1.10;

1.10
date	2003.10.26.16.45.35;	author petef;	state Exp;
branches;
next	1.9;

1.9
date	2003.03.07.06.12.50;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2002.04.28.19.47.17;	author petef;	state Exp;
branches;
next	1.7;

1.7
date	2002.02.04.03.37.23;	author petef;	state Exp;
branches;
next	1.6;

1.6
date	2001.11.20.23.24.49;	author petef;	state Exp;
branches;
next	1.5;

1.5
date	2001.11.02.14.27.13;	author petef;	state Exp;
branches;
next	1.4;

1.4
date	2001.08.22.23.07.17;	author petef;	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.00;	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.23
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Table
# Date created:			Di  13 Mr 2001 19:37:25 CET
# Whom:				Andreas Klemm <andreas@@klemm.gtn.com>
#
# $FreeBSD: head/www/p5-HTML-Table/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Table
PORTVERSION=	2.08a
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Generate HTML tables for CGI scripts

PORTSCOUT=	skipv:2.08

PERL_CONFIGURE=	yes

MAN3=		HTML::Table.3

post-extract:
	@@${REINPLACE_CMD} -e 's|2.08a|2.08_1|' ${WRKSRC}/lib/HTML/Table.pm
	${RM}  ${WRKSRC}/lib/HTML/Table.pm.bak

.include <bsd.port.mk>
@


1.22
log
@Correct version for perl 5.12. a->alpha->_1 in this case;

PR:		ports/155197
Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- set some PORTSCOUT vars
@
text
@d10 1
d24 4
@


1.20
log
@- Update to 2.08a

Changelog:
	Fixed outputing row class attribute twice.
	Request and fix from Reinhard Mutz
FullChangelog:
	http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/changes.htm
@
text
@d17 2
@


1.19
log
@Update to 2.08
@
text
@d9 1
a9 1
PORTVERSION=	2.08
@


1.18
log
@- Update to 2.06
@
text
@d9 1
a9 1
PORTVERSION=	2.06
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.17
log
@Update to 2.05.
@
text
@d9 1
a9 1
PORTVERSION=	2.05
d22 1
a22 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@


1.16
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
@
text
@d9 1
a9 1
PORTVERSION=	2.04a
@


1.15
log
@Update to 2.04a.  Also (not part of the PR) assign maintainer to perl@@.

Submitted by:	hideo@@lastamericanempire.com
PR:		97945
@
text
@a20 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.14
log
@Reset petef due to no response to email.  We hope to see him back sometime.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	2.04
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@Update to 2.04.

PR:		92263
Approved by:	maintainer timeout (2 weeks)
@
text
@d15 1
a15 1
MAINTAINER=	petef@@FreeBSD.org
@


1.12
log
@Update to version 2.02.

Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	2.02
d23 7
a29 1
.include <bsd.port.mk>
@


1.11
log
@Update to 1.20.

Submitted by:	demon
@
text
@d9 1
a9 1
PORTVERSION=	1.20
@


1.10
log
@Update to 1.19.

PR:		57982
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.19
@


1.9
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.15
@


1.8
log
@Update to 1.15.
@
text
@d16 1
@


1.7
log
@Update to 1.13
@
text
@d9 1
a9 1
PORTVERSION=	1.13
@


1.6
log
@Update to 1.12a
@
text
@d9 1
a9 1
PORTVERSION=	1.12a
@


1.5
log
@Update to 1.12
@
text
@d9 1
a9 1
PORTVERSION=	1.12
@


1.4
log
@Change my email address to petef@@FreeBSD.org for the ports I maintain.

Reviewed by:	ade
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Table/Makefile,v 1.3 2001/08/13 12:39:35 kevlo Exp $
d9 1
a9 1
PORTVERSION=	1.11
@


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
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Table/Makefile,v 1.2 2001/06/12 16:18:00 kevlo Exp $
d15 1
a15 1
MAINTAINER=	petef@@databits.net
@


1.2
log
@Upgrade to version 1.09
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Table/Makefile,v 1.1 2001/03/13 21:11:38 andreas Exp $
d9 1
a9 1
PORTVERSION=	1.09
d11 1
a11 2
MASTER_SITES=	http://www.chime.ucl.ac.uk/~rmhiajp/ \
		${MASTER_SITE_PERL_CPAN}
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


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
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.07b
d11 2
a12 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
d18 1
a18 1
PERL_CONFIGURE=	YES
@

