head	1.12;
access;
symbols
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2006.12.12.15.29.34;	author vd;	state dead;
branches;
next	1.11;

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

1.10
date	2006.05.13.04.41.15;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.12.04.10.42.50;	author clement;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.04.00.18.14;	author clement;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.09.14.48.01;	author clement;	state Exp;
branches;
next	1.6;

1.6
date	2005.02.27.09.03.54;	author clement;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.09.19.01.05.44;	author kris;	state Exp;
branches;
next	1.3;

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

1.2
date	2003.02.21.14.01.21;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.17.07.19.33;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Remove expired leaf ports:
2006-12-01 x11/XFree86-aoutlibs: Requires a.out ld.so and support libraries
2006-12-10 x11/linux-XFree86-libs: superseeded by linux-xorg-libs port
2006-12-04 www/mod_v2h: No longer available for download, the website is gone
2006-12-04 www/mod_injection: No longer available for download, the website is gone
@
text
@# ports collection makefile for:	mod_v2h
# Date created:				6th May 2002
# Whom:					hikari-chan
#
# $FreeBSD: ports/www/mod_v2h/Makefile,v 1.11 2006/10/04 13:39:49 pav Exp $
#

PORTNAME=	mod_v2h
PORTVERSION=	2.0
CATEGORIES=	www
MASTER_SITES=	http://www.fractal.net/files/
DISTNAME=	mod_v2h

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	A mass virtual hosting module for Apache with support

BUILD_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \
		${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \
		${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client

WRKSRC=		${WRKDIR}/${DISTNAME}-2
USE_PERL5_RUN=	yes

EXPIRATION_DATE=2006-12-04
DEPRECATED=	No longer available for download, the website is gone

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
CFLAGS=		-fPIC
.endif

post-patch:
	${CP} ${FILESDIR}/add-module ${WRKSRC}
	${CP} ${FILESDIR}/files-Makefile ${WRKSRC}/Makefile
	${REINPLACE_CMD} \
		-e 's,@@@@PERL@@@@,${PERL},g' \
		-e 's,@@@@LOCAL@@@@,${LOCALBASE},g' \
		${WRKSRC}/Makefile ${WRKSRC}/add-module

post-install:
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "===> Stripping ${LOCALBASE}/libexec/apache2/mod_v2h.so"
	@@${STRIP_CMD} ${LOCALBASE}/libexec/apache2/mod_v2h.so
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "---------------------------------------"
	@@${ECHO_MSG} "Remember to check the documentation on:"
	@@${ECHO_MSG} "http://www.fractal.net/mod_v2h.tm"
	@@${ECHO_MSG} "---------------------------------------"
	@@${ECHO_MSG} ""

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


1.11
log
@- Remove www, deprecated, schedule for scraping in two months.
  The website is gone

Approved by:	apache (clement)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d25 3
@


1.9
log
@- more fixes
@
text
@a22 1
USE_REINPLACE=	yes
@


1.8
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache200 \
d19 1
a19 1
RUN_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache200 \
@


1.7
log
@- Unbreak
- Make portlint happy
- Minor changes
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
d19 1
a19 1
RUN_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
@


1.6
log
@- Assign maintainership to apache@@
@
text
@d14 1
a14 1
MAINTAINER=     apache@@FreeBSD.org
d17 1
a17 1
BUILD_DEPENDS=  ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
d19 1
a19 1
RUN_DEPENDS=    ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
d22 1
a22 1
WRKSRC=		${WRKDIR}/$(DISTNAME)-2
a27 4
.if ${OSVERSION} >= 502126
BROKEN=		"Does not compile on FreeBSD >= 5.x"
.endif

d29 1
a29 1
BROKEN=		"Does not compile on amd64 (missing -fPIC)"
@


1.5
log
@Maintainer is currently unable to continue maintaining this port.  We
appreciate all the help in the past.
@
text
@d14 1
a14 1
MAINTAINER=     ports@@FreeBSD.org
@


1.4
log
@BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
@
text
@d14 1
a14 1
MAINTAINER=     hikari@@hikari.org.uk
@


1.3
log
@BROKEN on amd64: Missing -fPIC
@
text
@d28 4
@


1.2
log
@De-pkg-comment.
@
text
@d26 6
d51 1
a51 1
.include <bsd.port.mk>
@


1.1
log
@New port: mod_v2h mass vhosting module for Apache

	mod_v2h is a mass virtual hosting module for Apache, it
	uses mySQL for holding its data.  I needed to install on a
	system, so I figured I might as well write a port for it
	while I was at it :)

PR:		ports/37803
Submitted by:	hikari-chan <hikari@@hikari.org.uk>
@
text
@d15 1
@

