Initial import of www/ap-iasp.
mod_iasp allows the Apache web server to interface with an iASP proxy server to provide Active Server Pages (ASP) support.
This commit is contained in:
parent
3380df32a8
commit
b1b099b68a
5 changed files with 53 additions and 0 deletions
2
www/ap-iasp/DESCR
Normal file
2
www/ap-iasp/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
mod_iasp allows the Apache web server to interface with an iASP proxy server
|
||||
to provide Active Server Pages (ASP) support.
|
18
www/ap-iasp/MESSAGE
Normal file
18
www/ap-iasp/MESSAGE
Normal file
|
@ -0,0 +1,18 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
|
||||
|
||||
In order to use this module in your Apache installation, you need to
|
||||
add the following to your httpd.conf file:
|
||||
|
||||
LoadModule iasp_module lib/httpd/mod_iasp.so
|
||||
AddModule mod_iasp.c
|
||||
|
||||
<IfModule mod_iasp.c>
|
||||
Alias /iasp ${IASP_DESTDIR}
|
||||
IaspConfig server ${IASP_DESTDIR}/properties/server.properties
|
||||
IaspConfig rules ${IASP_DESTDIR}/properties/rules.properties
|
||||
</IfModule>
|
||||
|
||||
NOTE: ${IASP_DESTDIR} is the installed path of iASP.
|
||||
|
||||
===========================================================================
|
27
www/ap-iasp/Makefile
Normal file
27
www/ap-iasp/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
|
||||
|
||||
.include "../iasp/Makefile.common"
|
||||
|
||||
PKGNAME= ap-iasp-${IASP_VERSION}
|
||||
COMMENT= Apache connector for accessing a iASP proxy server
|
||||
|
||||
DEPENDS+= {iasp-${IASP_VERSION},iasp-${IASP_VERSION}nb*}:../../www/iasp
|
||||
|
||||
IASP_SRCDIR= ${IASP_DIR}/bin/apache/source/1.3
|
||||
WRKSRC= ${WRKDIR}/${IASP_SRCDIR}
|
||||
|
||||
USE_BUILDLINK2= # defined
|
||||
APACHE_MODULE= # defined
|
||||
MESSAGE_SUBST+= IASP_DESTDIR=${IASP_DESTDIR}
|
||||
|
||||
post-extract:
|
||||
cd ${WRKDIR}; ${GTAR} -xf ${IASP_TARFILE} ${IASP_SRCDIR}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${APXS} -c -o mod_iasp.so *.c
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${APXS} -i mod_iasp.so
|
||||
|
||||
.include "../../www/apache/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
www/ap-iasp/PLIST
Normal file
2
www/ap-iasp/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
|
||||
lib/httpd/mod_iasp.so
|
4
www/ap-iasp/distinfo
Normal file
4
www/ap-iasp/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
|
||||
|
||||
SHA1 (iASP2.1.01.tar.gz) = 13b0d27497eb0e3ed6610e1d3e8bd5b3b650cf7c
|
||||
Size (iASP2.1.01.tar.gz) = 10753476 bytes
|
Loading…
Reference in a new issue