From 3355cc2b26505b8e04ff9b37d245510467c2df3b Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 31 Jul 2000 20:22:59 +0000 Subject: Add mod_fastcgi, the apxs-aware fastcgi module for apache PR: ports/19902 Submitted by: JunSeon Oh --- www/Makefile | 1 + www/mod_fastcgi/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ www/mod_fastcgi/distinfo | 1 + www/mod_fastcgi/pkg-comment | 1 + www/mod_fastcgi/pkg-descr | 7 +++++++ www/mod_fastcgi/pkg-plist | 1 + 6 files changed, 51 insertions(+) create mode 100644 www/mod_fastcgi/Makefile create mode 100644 www/mod_fastcgi/distinfo create mode 100644 www/mod_fastcgi/pkg-comment create mode 100644 www/mod_fastcgi/pkg-descr create mode 100644 www/mod_fastcgi/pkg-plist 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 +# +# $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 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 +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 -- cgit v1.2.3