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


1.10
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.17.14.30.00;	author araujo;	state Exp;
branches;
next	1.8;

1.8
date	2006.06.25.16.38.46;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.12.50;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2001.03.01.06.37.52;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.05.15.33.43;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.13.12.45.17;	author demon;	state Exp;
branches;
next	1.3;

1.3
date	2000.06.17.02.37.12;	author will;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.10.00.06.33;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.09.04.46.05;	author ade;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-TableLayout
# Date Created:			01 February 2000
# Whom:				Dmitry Sivachenko <dima@@Chg.RU>
#
# $FreeBSD: head/www/p5-HTML-TableLayout/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-TableLayout
PORTVERSION=	1.001008
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@@FreeBSD.org
COMMENT=	Layout manager for CGI-based web applications

PERL_CONFIGURE=	yes

MAN3=		HTML::TableLayout.3

.include <bsd.port.mk>
@


1.9
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@a20 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.6
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-TableLayout/Makefile,v 1.5 2001/02/05 15:33:43 olgeni Exp $
d16 1
@


1.5
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-TableLayout/Makefile,v 1.4 2000/11/13 12:45:17 demon Exp $
d17 1
a17 1
USE_PERL5=	yes
a20 3

do-configure:
		@@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
@


1.4
log
@Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-TableLayout/Makefile,v 1.3 2000/06/17 02:37:12 will Exp $
d9 1
a9 1
PORTVERSION= 	1.001008
@


1.3
log
@Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-TableLayout/Makefile,v 1.2 2000/04/10 00:06:33 cpiazza Exp $
d15 1
a15 1
MAINTAINER=	dima@@Chg.RU
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-TableLayout/Makefile,v 1.1 2000/02/09 04:46:05 ade Exp $
d8 1
a8 1
PORTNAME=	p5-HTML-TableLayout
d13 1
a13 1
DISTNAME=	HTML-TableLayout-1.001008
a19 1

@


1.1
log
@p5-HTML-TableLayout is a HTML-generating package for making graphical
user interfaces via a web browser using a "Layout Manager" paradigm
such as in Tcl/Tk or Java.  It includes a component hierarchy for
making new "widgets".

PR:		16561
Submitted by:	Dmitry Sivachenko <dima@@Chg.RU>
@
text
@a1 1
# Version required:		1.001008
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=       HTML-TableLayout-1.001008
PKGNAME=        p5-HTML-TableLayout-1.001008
d13 1
@

