diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-09-16 12:20:18 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-09-16 12:20:18 +0000 |
commit | a51fd30e64eaa7919ea0c2090ea21af2707ade07 (patch) | |
tree | fded001e876cbd9c478df531c8052fe383df2213 /www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild | |
parent | Sparc stable. Pure administration: This version is identical to previous. (diff) | |
download | historical-a51fd30e64eaa7919ea0c2090ea21af2707ade07.tar.gz historical-a51fd30e64eaa7919ea0c2090ea21af2707ade07.tar.bz2 historical-a51fd30e64eaa7919ea0c2090ea21af2707ade07.zip |
readd mod_fastcgi; #133563
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild')
-rw-r--r-- | www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild new file mode 100644 index 000000000000..3ce671b301a2 --- /dev/null +++ b/www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/mod_fastcgi-2.4.4_pre20070916.ebuild,v 1.1 2007/09/16 12:20:18 hollow Exp $ + +inherit apache-module + +DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs." +HOMEPAGE="http://fastcgi.com/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="FastCGI" + +S="${WORKDIR}"/${PN} + +APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" +APACHE2_MOD_CONF="20_${PN}" +APACHE2_MOD_DEFINE="FASTCGI" + +DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" + +need_apache |