diff options
author | abs <abs@pkgsrc.org> | 2007-01-25 20:22:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-25 20:22:54 +0000 |
commit | d083317f1164b4df889bb59829a0f17f526231b8 (patch) | |
tree | 614776dca5b595c722c87563ed4c9ae68d8b34a1 /www/ap2-fcgid | |
parent | 8b8efae611bebfc4d9209a57363a8676e4e6ef51 (diff) | |
download | pkgsrc-d083317f1164b4df889bb59829a0f17f526231b8.tar.gz |
Import www/ap2-fcgid-2.0nb1 into pkgsrc:
The mod_fcgid Apache module is a binary compatible alternative to
Apache module mod_fastcgi, but only for apache2 and later.
FastCGI provides a high-performance alternative to CGI for writing
webserver applications.
Diffstat (limited to 'www/ap2-fcgid')
-rw-r--r-- | www/ap2-fcgid/DESCR | 4 | ||||
-rw-r--r-- | www/ap2-fcgid/MESSAGE | 13 | ||||
-rw-r--r-- | www/ap2-fcgid/Makefile | 27 | ||||
-rw-r--r-- | www/ap2-fcgid/PLIST | 2 | ||||
-rw-r--r-- | www/ap2-fcgid/distinfo | 5 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/ap2-fcgid/DESCR b/www/ap2-fcgid/DESCR new file mode 100644 index 00000000000..b7438892d76 --- /dev/null +++ b/www/ap2-fcgid/DESCR @@ -0,0 +1,4 @@ +The mod_fcgid Apache module is a binary compatible alternative to +Apache module mod_fastcgi, but only for apache2 and later. +FastCGI provides a high-performance alternative to CGI for writing +webserver applications. diff --git a/www/ap2-fcgid/MESSAGE b/www/ap2-fcgid/MESSAGE new file mode 100644 index 00000000000..ef60b156cb0 --- /dev/null +++ b/www/ap2-fcgid/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $ + +To enable this module, add something like the following lines to +your Apache server configuration file: + + LoadModule fcgid_module lib/httpd/mod_fcgid.so + + <IfModule mod_fcgid.c> + AddHandler fcgid-script .fcgi + </IfModule> + +=========================================================================== diff --git a/www/ap2-fcgid/Makefile b/www/ap2-fcgid/Makefile new file mode 100644 index 00000000000..6634678e656 --- /dev/null +++ b/www/ap2-fcgid/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $ + +DISTNAME= mod_fcgid.2.0 +PKGNAME= ap2-fcgid-2.0 +PKGREVISION= 1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-fcgid/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://fastcgi.coremail.cn/ +COMMENT= Binary compatible alternative to Apache module mod_fastcgi + +PKG_APACHE_ACCEPTED= apache2 apache22 +APACHE_MODULE= YES +USE_LIBTOOL= YES + +MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} +MAKE_FLAGS+= INCLUDES="-I${LOCALBASE}/include/httpd" + +SUBST_CLASSES+= ap2 +SUBST_STAGE.ap2= pre-build +SUBST_FILES.ap2= Makefile +SUBST_SED.ap2= -e s,/usr/local/apache2,${PREFIX}/share/httpd, + +.include "../../mk/apache.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/www/ap2-fcgid/PLIST b/www/ap2-fcgid/PLIST new file mode 100644 index 00000000000..f74be5c70b7 --- /dev/null +++ b/www/ap2-fcgid/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $ +lib/httpd/mod_fcgid.so diff --git a/www/ap2-fcgid/distinfo b/www/ap2-fcgid/distinfo new file mode 100644 index 00000000000..e75679a9840 --- /dev/null +++ b/www/ap2-fcgid/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $ + +SHA1 (mod_fcgid.2.0.tar.gz) = 386f1c6f44bbbdd599392ae2fbf0170a8f8d5e80 +RMD160 (mod_fcgid.2.0.tar.gz) = 6e62c6c1a828489d3faa5b074e21688a449f9ca3 +Size (mod_fcgid.2.0.tar.gz) = 274974 bytes |