head	1.13;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2013.03.10.16.37.40;	author svnexp;	state Exp;
branches;
next	1.12;

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

1.11
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2012.07.23.08.49.55;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.07.01.05.42.54;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.10.18.42.26;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2011.05.22.22.23.14;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.29.33;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.08.01.10.27;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2005.08.31.17.58.10;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2005.07.23.02.53.40;	author kris;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.03.09.12.28.36;	author flz;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313821
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Toni Viemer <toni.viemero@@iki.fi>
# $FreeBSD: head/www/p5-Apache-GopherHandler/Makefile 313821 2013-03-10 10:42:39Z bapt $

PORTNAME=	Apache-GopherHandler
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	www net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	toni.viemero@@iki.fi
COMMENT=	Gopher protocol implementation for Apache2

DEPRECATED=	Depends on p5-Net-Gopher which is deprecated and expired
EXPIRATION_DATE=	2013-04-10

RUN_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
		p5-Gopher-Server>=0:${PORTSDIR}/net/p5-Gopher-Server
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_MODBUILD=	yes
USE_APACHE=	22+

MAN3=		Apache::GopherHandler.3 \
		Apache::GopherHandler::TiedSocket.3

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Apache-GopherHandler
# Date created:				2004-03-31
# Whom:					Toni Viemer <toni.viemero@@iki.fi>
#
# $FreeBSD: head/www/p5-Apache-GopherHandler/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#
d14 3
@


1.11
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.10
log
@SVN rev 301379 on 2012-07-23 08:49:55Z by az

- Fix typo
@
text
@d23 1
a23 1
USE_APACHE=	20+
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d18 1
a18 1
RUN_DEPENDS=	{APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
@


1.8
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d18 2
a19 2
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
		${SITE_PERL}/Gopher/Server/ParseRequest.pm:${PORTSDIR}/net/p5-Gopher-Server
d23 1
@


1.7
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
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.6
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
@d10 1
@


1.5
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.4
log
@- update for mod_perl2 API and unbreak

PR:		84171
Submitted by:	leeym
Approved by:	maintainer
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		Needs perl 5.6.0 or higher, install lang/perl5 or lang/perl5.8 and try again
.endif

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


1.3
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \
a23 4
BROKEN=		Broken due the new mod_perl2 API
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

d30 1
a30 1
IGNORE=		"Needs perl 5.6.0 or higher, install lang/perl5 or lang/perl5.8 and try again"
@


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
@d25 2
@


1.1
log
@- Add p5-Apache-GopherHandler 0.1, a gopher protocol implementation for Apache2.

PR:		ports/66506
Submitted by:	Toni Viemero <toni.viemero@@iki.fi>
Approved by:	pav (mentor)
@
text
@d24 2
@

