diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 09:07:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 09:07:30 +0000 |
commit | edcc177dc7ee9ed540a20d72dce43f559e0e4320 (patch) | |
tree | 5eca413b2b14c7f349ebea56237efa6a3ee7f024 /www | |
parent | 6a91c6178b95766839c15650029c60370855dcef (diff) | |
download | freebsd-ports-edcc177dc7ee9ed540a20d72dce43f559e0e4320.zip |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_webkit/Makefile | 30 | ||||
-rw-r--r-- | www/mod_webkit/pkg-descr | 4 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7d11d8a87113..84467258483a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -367,6 +367,7 @@ SUBDIR += mod_vhost_ldap SUBDIR += mod_vhs SUBDIR += mod_webapp + SUBDIR += mod_webkit SUBDIR += mod_zap SUBDIR += moinmoin SUBDIR += momspider diff --git a/www/mod_webkit/Makefile b/www/mod_webkit/Makefile new file mode 100644 index 000000000000..cd4718655aae --- /dev/null +++ b/www/mod_webkit/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: mod_webkit +# Date created: 2005-12-22 +# Whom: Choe, Cheng-Dae +# +# $FreeBSD$ +# + +PORTNAME= mod_webkit +PORTVERSION= 0.9 +CATEGORIES= www +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= whitekid@gmail.com +COMMENT= A apache module for WebWare WebKit AppServer + +PATCH_DEPENDS= ${NONEXISTENT}:${WEBWARE_PORT}:extract + +USE_APACHE= 13 +USE_REINPLACE= yes + +WEBWARE_PORT= ${PORTSDIR}/www/py-webware +WRKSRC= ${WRKDIR}/../../../www/py-webware/work/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME} + +PLIST_FILES= libexec/apache/mod_webkit.so + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/www/mod_webkit/pkg-descr b/www/mod_webkit/pkg-descr new file mode 100644 index 000000000000..8071b2dbaf63 --- /dev/null +++ b/www/mod_webkit/pkg-descr @@ -0,0 +1,4 @@ +This is a native Apache module for communicating with the Webware WebKit +AppServer. + +WWW: http://www.w4py.org/ |