summaryrefslogtreecommitdiff
path: root/www/mod_fastcgi
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-31 20:22:59 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-31 20:22:59 +0000
commit3355cc2b26505b8e04ff9b37d245510467c2df3b (patch)
treee19026f473f7fde15752748ad4adce767c1d66ba /www/mod_fastcgi
parentAdd this back -- it was a repository copy. ;) (diff)
Add mod_fastcgi, the apxs-aware fastcgi module for apache
PR: ports/19902 Submitted by: JunSeon Oh <hollywar@mail.holywar.net>
Notes
Notes: svn path=/head/; revision=31180
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r--www/mod_fastcgi/Makefile40
-rw-r--r--www/mod_fastcgi/distinfo1
-rw-r--r--www/mod_fastcgi/pkg-comment1
-rw-r--r--www/mod_fastcgi/pkg-descr7
-rw-r--r--www/mod_fastcgi/pkg-plist1
5 files changed, 50 insertions, 0 deletions
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