head	1.18;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.02.42;	author svnexp;	state Exp;
branches;
next	1.17;

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

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

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

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

1.13
date	2011.08.20.17.27.48;	author ohauer;	state Exp;
branches;
next	1.12;

1.12
date	2010.05.26.21.47.59;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.22.00.38.15;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.17.07.24.35;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2009.04.10.07.03.37;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2009.02.03.06.35.26;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.27.21.15.31;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.14.16.17.17;	author lwhsu;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.14.14.20.54;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.13.12.56.00;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.08.08.54.56;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.28.02.46.59;	author mnag;	state Exp;
branches;
next	1.1;

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


desc
@@


1.18
log
@Switch exporter over
@
text
@# Created by: Choe, Cheng-Dae
# $FreeBSD: head/www/mod_webkit/Makefile 306887 2012-11-02 20:28:36Z ohauer $

PORTNAME=	mod_webkit
PORTVERSION=	1.1
CATEGORIES=	www
MASTER_SITES=	SF/webware/Webware/1.1
DISTNAME=	Webware-${PORTVERSION}

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	A apache module for WebWare WebKit AppServer

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
AP_EXTRAS=	marshal.c

WRKSRC=		${WRKDIR}/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}2

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.17
log
@SVN rev 306887 on 2012-11-02 20:28:36Z by ohauer

- update mod_webkit to version 1.1 [1]
- update mod_setenvifplus to version 0.19 [2]

noted by portscout (no changes except version number) [1]
old version no longer fetchable [1][2]

Feature safe: yes

PR:	171900 [2]

Submitted by:	ohauer [2]
Approved by:	maintainer timeout [2]
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.16
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
@d1 1
a1 4
# New ports collection makefile for:	mod_webkit
# Date created:		2005-12-22
# Whom:			Choe, Cheng-Dae
#
a2 1
#
d5 1
a5 2
PORTVERSION=	1.1b1
PORTREVISION=	2
d7 1
a7 1
MASTER_SITES=	SF/webware/Webware/1.1b1
@


1.15
log
@- link against marshal.c

PR:		ports/168668
Submitted by:	Florian Mueller <florian.mueller@@hostpoint.ch>
@
text
@d20 1
a20 1
USE_APACHE=	20+
@


1.14
log
@- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
d23 1
@


1.13
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d20 1
a20 1
USE_APACHE=	13+
d24 1
a24 9
.include <bsd.port.pre.mk>

.if ${APACHE_VERSION} >= 20
APACHE_VER=	2
.else
APACHE_VER=	1
.endif

WRKSRC=		${WRKDIR}/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}${APACHE_VER}
d29 1
a29 1
.include <bsd.port.post.mk>
@


1.12
log
@- Update to 1.1b1
- A few clean ups too

With Hat:   apache@@
@
text
@d10 1
d20 1
a20 1
USE_APACHE=	1.3+
@


1.11
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2b1
d11 1
a11 1
MASTER_SITES=	SF/webware/OldFiles
a25 1
PKGNAMESUFFIX=	-ap2
@


1.10
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	webware
@


1.9
log
@- Update 1.0.2b1
@
text
@d18 2
@


1.8
log
@- Update to 1.0b1
- use SF macro
@
text
@d9 1
a9 1
PORTVERSION=	1.0b1
@


1.7
log
@Unmaintained www/mod_* ports over to apache@@ maintainer
mod_$lang excluded

Approved by:    portmgr (erwin)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.4
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@


1.6
log
@- Unbroken
- Make this port independence from www/py-webware
- Determine what version to build by ${APACHE_VERSION},
  gives compatibility with apache2x.

Discussed with:	pav
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@Mark BROKEN: does not build
@
text
@d9 1
a9 1
PORTVERSION=	0.9.2
d11 3
a13 2
MASTER_SITES=	# none
DISTFILES=	# none
d18 12
a29 1
PATCH_DEPENDS=	${NONEXISTENT}:${WEBWARE_PORT}:extract
d31 1
a31 8
BROKEN=		does not build

USE_APACHE=	1.3

WEBWARE_PORT=	${PORTSDIR}/www/py-webware
WRKSRC=		${WRKDIR}/../../../www/py-webware/work/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}

PLIST_FILES=	libexec/apache/mod_webkit.so
d36 1
a36 1
.include <bsd.port.mk>
@


1.4
log
@Reset whitekid@@gmail.com after timeouts and no response to email.

Hat:		portmgr
@
text
@d19 2
@


1.3
log
@- Update to 0.9.2

Submitted by:	pointyhat via kris
@
text
@d14 1
a14 1
MAINTAINER=	whitekid@@gmail.com
@


1.2
log
@- Update to 0.9.1
- portlint(1)

PR:		96398
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.9.1
d19 1
a19 1
USE_APACHE=	13
@


1.1
log
@NEW PORT: www/mod_webkit

	mod_webkit is a apache module for WebWare WebKit AppServer
	(www/py-webware ports)

PR:		ports/90838
Submitted by:	"Choe, Cheng-Dae" <whitekid@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.9
a19 1
USE_REINPLACE=	yes
@

