head	1.9;
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.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.7;

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

1.6
date	2009.05.21.20.45.27;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.29.15.35.15;	author danger;	state Exp;
branches;
next	1.4;

1.4
date	2008.11.16.21.24.39;	author danger;	state Exp;
branches;
next	1.3;

1.3
date	2007.01.29.16.04.54;	author danger;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.15.09.39.43;	author danger;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.07.12.20.16;	author pav;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_domaintree
# Date created:				May 5th 2006
# Whom:					Daniel Gerzo <danger@@rulez.sk>
#
# $FreeBSD: head/www/mod_domaintree/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_domaintree
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://dev.iworks.at/mod_domaintree/
EXTRACT_SUFX=	.tgz

MAINTAINER=	danger@@FreeBSD.org
COMMENT=	Hostname to filesystem mapper for Apache 2

MAKE_JOBS_SAFE=  yes

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

PORTDOCS=	LICENSE.txt ChangeLog

PLIST_FILES=	share/doc/mod_domaintree/LICENSE.txt \
		share/doc/mod_domaintree/ChangeLog
PLIST_DIRS=	share/doc/mod_domaintree

post-install:
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}

.include <bsd.port.mk>
@


1.8
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.7
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d21 3
a23 3
USE_APACHE=	20+
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.6
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d10 1
d21 1
a21 1
USE_APACHE=	2.0+
@


1.5
log
@- update to 1.6

PR:		ports/134081
Submitted by:	pgollucci
Approved by:	gabor
@
text
@d17 2
@


1.4
log
@- fix plist

Reviewed by:	linimon
Pondered by:	recent QA tinderbox
@
text
@d9 1
a9 1
PORTVERSION=	1.5
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.3
log
@- Update to 1.5
@
text
@d25 4
@


1.2
log
@Change my e-mail address to the @@FreeBSD.org one.

Approved by: linimon
@
text
@d9 1
a9 1
PORTVERSION=	1.4
@


1.1
log
@mod_domaintree is a hostname to filesystem mapper for Apache2. It
maps host names like www.example.com to a filesystem tree like
$prefix/com/example/www/$suffix. It can optionally strip the www
prefix of host names.

WWW: http://dev.iworks.at/mod_domaintree/

PR:		ports/96839
Submitted by:	Daniel Gerzo <danger@@rulez.sk>
@
text
@d15 1
a15 1
MAINTAINER=	danger@@rulez.sk
@

