diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 20:22:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 20:22:59 +0000 |
commit | 3355cc2b26505b8e04ff9b37d245510467c2df3b (patch) | |
tree | e19026f473f7fde15752748ad4adce767c1d66ba | |
parent | 7c1067091e15f418dee851fce4dc48a3bf45fbe3 (diff) | |
download | ports-3355cc2b26505b8e04ff9b37d245510467c2df3b.tar.gz ports-3355cc2b26505b8e04ff9b37d245510467c2df3b.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_fastcgi/Makefile | 40 | ||||
-rw-r--r-- | www/mod_fastcgi/distinfo | 1 | ||||
-rw-r--r-- | www/mod_fastcgi/pkg-comment | 1 | ||||
-rw-r--r-- | www/mod_fastcgi/pkg-descr | 7 | ||||
-rw-r--r-- | www/mod_fastcgi/pkg-plist | 1 |
6 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2162f888ccc5..ecd0c26f4778 100644 --- a/www/Makefile +++ b/www/Makefile @@ -90,6 +90,7 @@ SUBDIR += mhonarc SUBDIR += mod_dav SUBDIR += mod_dtcl + SUBDIR += mod_fastcgi SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile new file mode 100644 index 000000000000..b7f6af613807 --- /dev/null +++ b/www/mod_fastcgi/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: mod_fastcgi ( in apache ) +# Date created: 14 Jul 2000 +# Whom: JunSeon Oh <hollywar@mail.holywar.net> +# +# $FreeBSD$ +# + +PORTNAME= mod_fastcgi +PORTVERSION= 2.2.4 +CATEGORIES= www +MASTER_SITES= http://www.fastcgi.com/dist/ +DISTNAME= mod_fastcgi_${PORTVERSION} + +MAINTAINER= hollywar@mail.holywar.net + +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 + +do-patch: + cd ${WRKSRC} ; ${MV} Makefile.tmpl Makefile ; + +do-build: + cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -o mod_fastcgi.so -c *.c + +do-install: + cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -a -n fastcgi mod_fastcgi.so + +post-install: + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* Fast-cgi modules was include with your apache *" + @${ECHO_MSG} "* configuration file *" + @${ECHO_MSG} "* *" + @${ECHO_MSG} "* You need to add following line in your apache *" + @${ECHO_MSG} "* configuration file. and restart it ! *" + @${ECHO_MSG} "* *" + @${ECHO_MSG} "* AddHandler fastcgi-script fcgi fcgi fpl *" + @${ECHO_MSG} "* *" + @${ECHO_MSG} "*******************************************************" + +.include <bsd.port.mk> diff --git a/www/mod_fastcgi/distinfo b/www/mod_fastcgi/distinfo new file mode 100644 index 000000000000..f74a0d87975e --- /dev/null +++ b/www/mod_fastcgi/distinfo @@ -0,0 +1 @@ +MD5 (mod_fastcgi_2.2.4.tar.gz) = 2b58a46ad35604b0a72b6974c53616cb diff --git a/www/mod_fastcgi/pkg-comment b/www/mod_fastcgi/pkg-comment new file mode 100644 index 000000000000..ea7b3fcfde0c --- /dev/null +++ b/www/mod_fastcgi/pkg-comment @@ -0,0 +1 @@ +A fast-cgi module for Apache diff --git a/www/mod_fastcgi/pkg-descr b/www/mod_fastcgi/pkg-descr new file mode 100644 index 000000000000..8e7e5c01182b --- /dev/null +++ b/www/mod_fastcgi/pkg-descr @@ -0,0 +1,7 @@ +mod_fastcgi is a cgi-module for Apache + +FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. See the docs for more details. + +-- +Ports by JunSeon Oh <hollywar@mail.holywar.net> +WWW: http://www.fastcgi.com diff --git a/www/mod_fastcgi/pkg-plist b/www/mod_fastcgi/pkg-plist new file mode 100644 index 000000000000..6a878a1a1c5a --- /dev/null +++ b/www/mod_fastcgi/pkg-plist @@ -0,0 +1 @@ +libexec/apache/mod_fastcgi.so |