head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.01.10.03.13.16;	author swills;	state Exp;
branches;
next	1.16;

1.16
date	2011.09.17.07.06.41;	author sunpoet;	state Exp;
branches;
next	1.15;

1.15
date	2010.11.18.01.53.42;	author sunpoet;	state Exp;
branches;
next	1.14;

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

1.13
date	2009.07.23.17.29.20;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2008.10.03.10.52.49;	author lbr;	state Exp;
branches;
next	1.11;

1.11
date	2008.08.24.21.22.51;	author lbr;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.29.19.47.12;	author lbr;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.08.01.10.40;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2007.07.30.22.00.56;	author lbr;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.26.11.58.37;	author lbr;	state Exp;
branches;
next	1.6;

1.6
date	2007.01.05.08.39.29;	author lbr;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.15.08.27.54;	author lbr;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.11.17.54.56;	author lbr;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.01.13.51.55;	author lbr;	state Exp;
branches;
next	1.2;

1.2
date	2006.03.26.20.15.44;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.19.19.43.52;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# Ports collection makefile for:	p5-Catalyst-Plugin-PageCache
# Date created:				Dec 19, 2005
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-PageCache/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-PageCache
PORTVERSION=	0.31
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Cache the output of entire pages

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Catalyst-Plugin-Cache>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Cache
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Plugin::PageCache.3

.include <bsd.port.mk>
@


1.17
log
@- Add missing BUILD_DEPENDS and RUN_DEPENDS so the module works
- Bump PORTREVISION due to new RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d10 1
d18 1
a18 1
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
d20 5
a24 1
		p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat
@


1.15
log
@- Update to 0.31

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-PageCache/Changes
PR:		ports/152323
Submitted by:	Gea-Suan Lin <gslin@@gslin.org>
@
text
@d21 1
a21 1
PERL_CONFIGURE=	5.8.1+
@


1.14
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d17 3
a19 2
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS=	${RUN_DEPENDS}
d23 1
a23 1
MAN3=	Catalyst::Plugin::PageCache.3
@


1.13
log
@- Update to 0.22

PR:             ports/136578
Approved by:    maintainer timeout (lbr; 14 days)
Submitted by:   myself (pgollucci@@)
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


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


1.11
log
@Update to 0.19
@
text
@d9 1
a9 1
PORTVERSION=	0.19
@


1.10
log
@Update to 0.18
@
text
@d9 1
a9 1
PORTVERSION=	0.18
@


1.9
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.17
@


1.8
log
@Update to 0.17
@
text
@d20 1
a20 1
PERL_CONFIGURE=	yes
d24 1
a24 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE=	requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.7
log
@Update to 0.16
@
text
@d9 1
a9 1
PORTVERSION=	0.16
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@


1.6
log
@Update to 0.15

PR:		104603 (was 0.14)
Submitted by:	Jin-Shan Tseng <tjs@@cdpa.nsysu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d21 1
a21 1
PERL_MODBUILD=	yes
@


1.5
log
@Update to 0.13.
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@


1.4
log
@Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d18 2
a19 2
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@Changing email-address on my 80 ports.

Approved by:	erwin (mental)
@
text
@d18 1
a18 1
BUILD_DEPENDS=	p5-Catalyst>=5.23:${PORTSDIR}/www/p5-Catalyst
@


1.2
log
@- Update to 0.12

PR:		ports/94960
Submitted by:	maintainer
@
text
@d3 1
a3 1
# Whom:					Lars Balker Rasmussen <lars@@balker.dk>
d15 1
a15 1
MAINTAINER=	lars@@balker.dk
@


1.1
log
@Many dynamic websites perform heavy processing on most pages, yet this
information may rarely change from request to request. Using the
PageCache plugin, you can cache the full output of different pages so
they are served to your visitors as fast as possible. This method of
caching is very useful for withstanding a Slashdotting, for example.

This plugin requires that you also load a Cache plugin. Please see the
Known Issues when choosing a cache backend.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/

PR:		ports/90661
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@

