head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	old_old_RELEASE_5_4_0:1.1
	old_old_RELEASE_4_11_0:1.1
	old_old_RELEASE_5_3_0:1.1
	old_old_RELEASE_4_10_0:1.1
	old_old_RELEASE_5_2_1:1.1
	old_old_RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.10.10.00.43;	author pav;	state Exp;
branches;
next	1.16;

1.16
date	2012.01.21.17.37.18;	author eadler;	state Exp;
branches;
next	1.15;

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

1.14
date	2011.05.22.22.23.15;	author ohauer;	state Exp;
branches;
next	1.13;

1.13
date	2011.01.15.17.16.55;	author sunpoet;	state Exp;
branches;
next	1.12;

1.12
date	2010.09.08.10.30.05;	author philip;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.16.23.16.44;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.19.17.54.13;	author miwi;	state Exp;
branches;
next	1.9;

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

1.8
date	2007.09.08.01.10.28;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.17.15.18.37;	author philip;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.27.16.26.38;	author philip;	state Exp;
branches;
next	1.5;

1.5
date	2005.06.30.07.58.52;	author philip;	state Exp;
branches;
next	1.4;

1.4
date	2005.06.17.11.10.08;	author philip;	state Exp;
branches;
next	1.3;

1.3
date	2005.06.12.21.32.17;	author philip;	state Exp;
branches;
next	1.2;

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

1.1
date	2003.10.13.11.56.39;	author mat;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Apache2-Scoreboard
# Date Created:				11 June 2005
# Whom:					Philip Paeps <philip@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Apache2-Scoreboard/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	Apache2-Scoreboard
PORTVERSION=	2.09.2
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MJH
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME:C/2//}-${PORTVERSION}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to the Apache scoreboard structure

BUILD_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.0:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS:=	${BUILD_DEPENDS}

BROKEN=		does not configure

PERL_CONFIGURE=	yes
USE_APACHE=	22+
USE_LDCONFIG=	yes
WRKSRC=		${WRKDIR}/${DISTNAME:R}

MAN3=		Apache::DummyScoreboard.3 Apache::Scoreboard.3

post-patch:
	@@${REINPLACE_CMD} \
		-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
		-e 's|%%APACHEINCLUDEDIR%%|${APACHEINCLUDEDIR}|g' \
			${WRKSRC}/Makefile.PL ${WRKSRC}/Dummy/Makefile.PL

.include <bsd.port.mk>
@


1.18
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Mark BROKEN: does not configure
  [   info] generating script t/TEST
  Can't call method "inc" on an undefined value at /usr/local/lib/perl5/site_perl/5.12.4/mach/ModPerl/MM.pm line 105.
  *** Error code 255

Reported by:	pointyhat
@
text
@d26 1
a26 1
USE_APACHE=	20+
@


1.16
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d23 2
@


1.15
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.14
log
@ mod_perl2 was updated, this changes are needet to prevent
 dependency loops

- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision

commit with hat apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
d24 1
a24 1
USE_APACHE=	2.0+
@


1.13
log
@- Update to 2.09.2 and unbreak this port
- Add WWW while I'm here

Changes:	http://search.cpan.org/dist/Apache-Scoreboard/Changes
PR:		ports/153759
Submitted by:	Jarrod Sayers <jarrod@@downtools.com.au>
Feature safe:	yes
@
text
@d10 1
d12 2
a13 1
MASTER_SITES=	CPAN/../../authors/id/M/MJ/MJH
@


1.12
log
@Drop maintainership and assign to perl@@.
I haven't used to port in ages and have no further time to maintain it.
@
text
@d9 1
a9 1
PORTVERSION=	2.08
d11 1
a11 1
MASTER_SITES=	CPAN
d13 1
a13 1
DISTNAME=	Apache-Scoreboard-${PORTVERSION}
d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
d21 4
a24 1
BROKEN=		does not compile
d26 1
a26 5
PERL_CONFIGURE=	5.8.0+

MAN3=		Apache::Scoreboard.3 Apache::DummyScoreboard.3

USE_LDCONFIG=	YES
d29 4
a32 3
	@@${RM} -f ${WRKSRC}/lib/Apache/*.orig
	${SED} -i.bak 's@@%%LOCALBASE%%@@${LOCALBASE}@@g' ${WRKSRC}/Makefile.PL
	${SED} -i.bak 's@@%%LOCALBASE%%@@${LOCALBASE}@@g' ${WRKSRC}/Dummy/Makefile.PL
@


1.11
log
@- Mark BROKEN: does not compile

Reported by:	pointyhat
@
text
@d15 1
a15 1
MAINTAINER=	philip@@FreeBSD.org
@


1.10
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d21 2
@


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
@d25 1
a25 1
INSTALLS_SHLIB=	YES
@


1.8
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=Apache
@


1.7
log
@Update to 2.08.
@
text
@d22 1
a22 1
PERL_CONFIGURE=	YES
d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif

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


1.6
log
@ o add IGNORE for old perl
 o re-order PKGNAMEPREFIX and make portlint happier

PR:		84177
Submitted by:	leeym
Approved by:	krion (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	2.06
PORTREVISION=	1
@


1.5
log
@Appease pointyhat by listing a forgotten manual page.  Whoops.

Spotted by:	pointyhat via kris
Approved by:	portmgr (kris)
@
text
@d14 1
a15 1
PKGNAMEPREFIX=	p5-
d34 7
a40 1
.include <bsd.port.mk>
@


1.4
log
@Unbreak after the recent mod_perl2 api dance.

Approved by:	krion (mentor)
Obtained from:	svn.perl.org (mostly)
@
text
@d25 1
a25 1
MAN3=		Apache::Scoreboard.3
@


1.3
log
@Finalize repocopy of www/p5-Apache-Scoreboard -> www/p5-Apache2-Scoreboard.

 o Remove the mod_perl2 bits from www/p5-Apache-Scoreboard, the 0.1x
   versions are only for mod_perl1 versions.

 o Update the new www/p5-Apache2-Scoreboard to 2.06, the 2.x versions
   are for mod_perl2 versions.

 o Keep www/p5-Apache2-Scoreboard broken until a new version with
   fixes for the mod_perl2 API dance hits CPAN.

Approved by:	krion (mentor)
@
text
@d10 1
a19 1
BROKEN=		Broken due the new mod_perl2 API
d29 5
@


1.2
log
@- Mark ports BROKEN when/if they depend on mod_perl2.
  With current mod_perl2 API change all old code *will* broken.
@
text
@d1 3
a3 3
# New ports collection makefile for:	Apache-Scoreboard
# Date Created:				08 Oct 2003
# Whom:					Trevor S. Cornpropst <tcornpropst@@cox.net>
d8 2
a9 2
PORTNAME=	Apache-Scoreboard
PORTVERSION=	0.10
d13 1
d16 1
a16 1
MAINTAINER=	tcornpropst@@cox.net
a18 1
.if defined(WITH_MODPERL2)
d20 1
a20 4
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
.else
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
.endif
@


1.1
log
@Add p5-Apache-Scoreboard 0.10,
Perl interface to the Apache scoreboard structure.

PR:		57841
Submitted by:	Trevor S. Cornpropst <tcornpropst@@cox.net>
@
text
@d19 1
@

