head	1.20;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	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.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.01.09.03.50.18;	author swills;	state Exp;
branches;
next	1.18;

1.18
date	2009.07.22.16.27.05;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2008.07.18.10.52.19;	author leeym;	state Exp;
branches;
next	1.16;

1.16
date	2008.04.17.14.29.41;	author araujo;	state Exp;
branches;
next	1.15;

1.15
date	2007.09.08.01.10.32;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2006.04.19.10.05.11;	author leeym;	state Exp;
branches;
next	1.13;

1.13
date	2006.04.14.20.45.43;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2005.06.11.16.13.08;	author skv;	state Exp;
branches;
next	1.11;

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

1.10
date	2003.10.24.16.18.54;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2003.10.24.12.04.42;	author ijliao;	state Exp;
branches;
next	1.8;

1.8
date	2003.03.05.23.47.50;	author naddy;	state Exp;
branches;
next	1.7;

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

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

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

1.4
date	2001.08.01.09.33.46;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2001.05.10.01.20.44;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.37.05;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.03.23.24.48;	author will;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:	CGI-Cache
# Date created:				Mon Jan  1 11:26:17 2001
# Whom:					will
#
# $FreeBSD: head/www/p5-CGI-Cache/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Cache
PORTVERSION=	1.42.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl extension to cache output of time-intensive CGI scripts

BUILD_DEPENDS=	p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
		p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-Tie-Restore>=0:${PORTSDIR}/devel/p5-Tie-Restore
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CGI::Cache.3

.include <bsd.port.mk>
@


1.19
log
@- Add missing BUILD_DEPENDS to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d18 1
a18 1
RUN_DEPENDS=	p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
d21 1
@


1.17
log
@- update to 1.4201
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
.endif

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


1.16
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
@d9 1
a9 1
PORTVERSION=	1.42.00
d18 3
a20 6
RUN_DEPENDS=	${SITE_PERL}/Tie/Restore.pm:${PORTSDIR}/devel/p5-Tie-Restore \
		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
		${SITE_PERL}/Cache/SizeAwareFileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \
		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
BUILD_DEPENDS=	${RUN_DEPENDS}
BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
d26 7
a32 1
.include <bsd.port.mk>
@


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


1.14
log
@- update to 1.4200
- assign to perl@@
@
text
@d30 1
a30 9
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
RUN_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
post-configure:
	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
.endif

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


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

Hat:	portmgr
@
text
@d9 1
a9 2
PORTVERSION=	1.40
PORTREVISION=	1
d14 1
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a19 1
BUILD_DEPENDS=	${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache \
d23 2
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d30 9
a38 1
.include <bsd.port.mk>
@


1.12
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d16 1
a16 1
MAINTAINER=	petef@@FreeBSD.org
@


1.11
log
@Update to 1.40.
@
text
@d10 1
d20 1
a22 7

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} <= 500600
BUILD_DEPENDS+=	${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec
.endif

d29 1
a29 1
.include <bsd.port.post.mk>
@


1.10
log
@fix SITE_PERL
@
text
@d9 1
a9 1
PORTVERSION=	1.21
@


1.9
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a29 1
SITE_PERL?=	${SITE_PERL}
@


1.8
log
@Fix build for 5.0 and for 4.x with lang/perl5 installed.

PR:		48781
Submitted by:	Jens Rehsack <rehsack@@liwing.de>
Approved by:	petef
@
text
@d30 1
a30 1
SITE_PERL?=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a32 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.7
log
@Update to 1.21.
@
text
@d16 1
a18 1
		${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \
d21 7
d30 1
a30 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
d36 1
a36 1
.include <bsd.port.mk>
@


1.6
log
@Update to 1.20
@
text
@d9 1
a9 1
PORTVERSION=	1.20
d19 2
a20 1
		${SITE_PERL}/Cache/SizeAwareFileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache
@


1.5
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-CGI-Cache/Makefile,v 1.4 2001/08/01 09:33:46 tobez Exp $
d9 1
a9 1
PORTVERSION=	1.10
d17 3
a19 1
BUILD_DEPENDS=	${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache
@


1.4
log
@Update www/p5-CGI-Cache to 1.10, assign maintainer to petef@@databits.net,
fix up pkg-descr.

PR:		29353
Submitted by:	petef@@databits.net
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Cache/Makefile,v 1.3 2001/05/10 01:20:44 vanilla Exp $
d15 1
a15 1
MAINTAINER=	petef@@databits.net
@


1.3
log
@Upgrade

  p5-Apache-AuthTicket		=>	0.31
  p5-Apache-AuthenCache		=>	0.04
  p5-Business-CreditCard	=>	0.23
  p5-CGI-Cache			=>	1.03
  p5-Crypt-CipherSaber		=>	0.60
  p5-Crypt-SSLeay		=>	0.25
  p5-File-Cache			=>	0.16
  p5-Filter			=>	1.23
  p5-FreezeThaw			=>	0.41
  p5-HTML-Stream		=>	1.49
  p5-Mail-Audit			=>	1.10
  p5-Mail-Box			=>	1.111
  p5-Mail-IMAPClient		=>	2.1.2
  p5-Mail-Sender		=>	0.7.08
  p5-Math-FixedPrecision	=>	0.14
  p5-Math-GMP			=>	1.07
  p5-NNTPClient			=>	0.37
  p5-Net-SSLeay			=>	1.07
  p5-Proc-Background		=>	1.03
  p5-Quota			=>	1.3.3
  p5-Text-Template		=>	1.31
  p5-WWW-Search			=>	2.19
  p5-XML-RSS			=>	0.97
  p5-chart			=>	fix pkg-plist
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Cache/Makefile,v 1.2 2001/03/01 06:37:05 vanilla Exp $
d9 1
a9 1
PORTVERSION=	1.03
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-Cache/Makefile,v 1.1 2001/01/03 23:24:48 will Exp $
d9 1
a9 1
PORTVERSION=	1.02
@


1.1
log
@Add p5-CGI-Cache 1.02, perl extension to cache output of time-intensive CGI
scripts.
@
text
@d5 1
a5 1
# $FreeBSD$
a20 1
USE_PERL5=	yes
@

