head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	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.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.12.05.12.35.46;	author svnexp;	state Exp;
branches;
next	1.11;

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

1.10
date	2012.06.05.13.12.31;	author culot;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.13.16.15.31;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.08.18.45.33;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.07.25.23.26.12;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2010.06.13.08.40.05;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.30.05;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.09.15.05.56;	author ahze;	state Exp;
branches;
next	1.3;

1.3
date	2006.03.27.14.24.31;	author ahze;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.16.15.07.07;	author ahze;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.14.05.03.35;	author ahze;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308328
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308328 | tobez | 2012-12-05 12:32:56 +0000 (Wed, 05 Dec 2012) | 6 lines
## SVN ##
## SVN ## Update to 1.1.
## SVN ##
## SVN ## Changes: http://cpansearch.perl.org/src/MATTIASH/HTTP-Cache-Transparent-1.1/Changes
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-HTTP-Cache-Transparent
# Date created:		2005-10-14
# Whom:			Michael Johnson <ahze@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTTP-Cache-Transparent/Makefile 308328 2012-12-05 12:32:56Z tobez $
#

PORTNAME=	HTTP-Cache-Transparent
PORTVERSION=	1.1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Implementation of http get that keeps a local cache of fetched pages

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE=	yes
MAN3=		HTTP::Cache::Transparent.3

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-HTTP-Cache-Transparent/Makefile 300897 2012-07-14 14:29:18Z beat $
d9 1
a9 1
PORTVERSION=	1.0
d23 1
a23 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BROKEN=		Does not compile with perl ${PERL_VERSION}
.endif

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


1.10
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
@


1.8
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d23 7
a29 1
.include <bsd.port.mk>
@


1.7
log
@Reassign some ports from ahze@@ to perl@@ due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d23 1
a23 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BROKEN=		Does not compile with perl ${PERL_VERSION}
.endif

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


1.6
log
@BROKEN should not be quoted.
No functional change.
@
text
@d14 1
a14 1
MAINTAINER=	ahze@@FreeBSD.org
@


1.5
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
@d26 1
a26 1
BROKEN=		"Does not compile with perl ${PERL_VERSION}"
@


1.4
log
@Update to 1.0
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTTP
@


1.3
log
@- Update to 0.7
@
text
@d9 1
a9 1
PORTVERSION=	0.7
@


1.2
log
@- Mark broken on perl <500800

Reported by:	Kris mail
@
text
@d9 1
a9 1
PORTVERSION=	0.6
@


1.1
log
@- Add p5-HTTP-Cache-Transparent

Implementation of http get that keeps a local cache of fetched pages to
avoid fetching the same data from the server if it hasn't been updated.
The cache is stored on disk and is thus persistent between invocations.
@
text
@d24 7
a30 1
.include <bsd.port.mk>
@

