head	1.20;
access;
symbols
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	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.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.01.01.19.30.54;	author ohauer;	state dead;
branches;
next	1.19;

1.19
date	2011.11.02.03.43.41;	author pgollucci;	state Exp;
branches;
next	1.18;

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

1.17
date	2011.08.27.09.54.38;	author ohauer;	state Exp;
branches;
next	1.16;

1.16
date	2011.06.27.21.12.10;	author ohauer;	state Exp;
branches;
next	1.15;

1.15
date	2011.05.14.16.06.41;	author ohauer;	state Exp;
branches;
next	1.14;

1.14
date	2008.04.17.14.29.34;	author araujo;	state Exp;
branches;
next	1.13;

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

1.12
date	2005.05.17.17.18.22;	author sem;	state Exp;
branches;
next	1.11;

1.11
date	2005.02.12.15.10.19;	author skv;	state Exp;
branches;
next	1.10;

1.10
date	2004.08.14.13.02.18;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2004.04.03.11.01.35;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.11.15.03.36;	author mat;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.12.04.35;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.04.22.43.37;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.18.10.04.13;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.14.01.23;	author knu;	state Exp;
branches;
next	1.3;

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

1.2
date	2000.10.16.21.25.23;	author ade;	state Exp;
branches;
next	1.1;

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


desc
@@


1.20
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	p5-Apache-Peek
# Date created:		24-Jul-2000
# Whom:			Leo Kim <leo@@florida.sarang.net>
#
# $FreeBSD: ports/www/p5-Apache-Peek/Makefile,v 1.19 2011/11/02 03:43:41 pgollucci Exp $
#

PORTNAME=	Apache-Peek
PORTVERSION=	1.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:STAS
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	A data debugging tool for the XS programmer (under mod_perl)

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

# Changed to apache13 exclusive, else apache13 ports
# are broken if apache22 is set as default
USE_APACHE=	13
PERL_CONFIGURE=	YES

CONFIGURE_ARGS=	-httpd ${LOCALBASE}/sbin/httpd

MAN3=		Apache::Peek.3

.include <bsd.port.pre.mk>

.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
IGNORE=		broken due the new mod_perl2 API
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
MOD_PERL=	2
.else
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
MOD_PERL=	1
.endif

RUN_DEPENDS:=	${BUILD_DEPENDS}

post-patch:
	@@${PERL} -pi -e '$$_="" if /^test_configure\(/;' ${WRKSRC}/Makefile.PL

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


1.19
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d19 1
a19 1
EXPIRATION_DATE=	2011-11-01
@


1.17
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d19 1
a19 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.16
log
@- add test for apache version
- set USE_APACHE=13 explicit, since build with higher
  version is long time broken.

  with hat apache@@
  (with focus on changing default apache version to 22)
@
text
@d18 3
@


1.15
log
@- add additional test against APACHE_VERSION
  This way we throw earlier an error if DEFAULT_APACHE_VERSION > 13

  (maintainer timeout)

PR:		ports/156152
Submitted by:	ohauer
@
text
@d18 3
a20 2
USE_APACHE=	13+

a28 2
RUN_DEPENDS:=	${BUILD_DEPENDS}

d30 2
a31 2
BROKEN=		Broken due the new mod_perl2 API
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
d34 1
a34 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
d39 2
@


1.14
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
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/S/ST/STAS
d18 1
a18 9
.if defined(WITH_MODPERL2)
BROKEN=		Broken due the new mod_perl2 API
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
MOD_PERL=	2
.else
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
MOD_PERL=	1
.endif
d28 11
a38 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.13
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 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.12
log
@- Mark ports BROKEN when/if they depend on mod_perl2.
  With current mod_perl2 API change all old code *will* broken.
@
text
@a35 4
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Devel/Peek.pm:${PORTSDIR}/devel/p5-Devel-Peek
.endif

@


1.11
log
@Update to 1.02
@
text
@d19 1
@


1.10
log
@* unbreak build
* add dependency on Devel::Peek if perl < 5.6
* take maintainership
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d12 1
a12 1
MASTER_SITE_SUBDIR=Apache
@


1.9
log
@Update & fix dependency on www/p5-Apache-Test.

Pointed by:	kris
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
a25 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d33 12
a44 1
.include <bsd.port.mk>
@


1.8
log
@Update to 1.01
Reset MAINTAINER (6 months overdue)
Add support for mod_perl 2
Various cleanup

PR:		57924
Submitted by:	Trevor S. Cornpropst <tcornpropst@@cox.net>
@
text
@d19 1
a19 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \
 		${SITE_PERL}/Apache2/Test.pm:${PORTSDIR}/www/p5-Apache-Test
d23 1
a23 1
		${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
@


1.7
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.9501
d15 2
a16 2
MAINTAINER=	leo@@florida.sarang.net
COMMENT=	A perl5 data debugging tool for the XS programmer
d18 10
a27 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph
d31 2
d35 1
a35 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

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


1.6
log
@Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
@
text
@d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph
a23 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.5
log
@BROKEN on 5.1: does not compile
@
text
@d21 5
a30 5

PERL_CONFIGURE=	YES

MAN3=		Apache::Peek.3
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.4
log
@De-pkg-comment.
@
text
@d21 6
d32 1
a32 1
.include <bsd.port.mk>
@


1.3
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-Apache-Peek/Makefile,v 1.2 2000/10/16 21:25:23 ade Exp $
d16 1
@


1.2
log
@Add appropriate BUILD_DEPENDS

PR:		20392
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-Apache-Peek/Makefile,v 1.1 2000/08/11 05:07:56 will Exp $
d20 2
a21 1
USE_PERL5=	YES
a23 4

do-configure:
	@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
		CC="${CC}" CCFLAGS="${CFLAGS}"
@


1.1
log
@Add p5-Apache-Peek 0.9501, a Perl5 data debugging tool for XS programmers.

PR:		20163
Submitted by:	Leo Kim <leo@@florida.sarang.net>
@
text
@d5 1
a5 1
# $FreeBSD$
d16 3
@

