[Midnightbsd-cvs] mports: www/mod_fastcgi: Add www/mod_fastcgi
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Mon Nov 17 16:45:30 EST 2008
Log Message:
-----------
Add www/mod_fastcgi
Added Files:
-----------
mports/www/mod_fastcgi:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
--- /dev/null
+++ 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.
+
+WWW: http://www.fastcgi.com/
--- /dev/null
+++ www/mod_fastcgi/Makefile
@@ -0,0 +1,32 @@
+#
+# $MidnightBSD: mports/www/mod_fastcgi/Makefile,v 1.1 2008/11/17 21:45:29 ctriv Exp $
+# $FreeBSD: ports/www/mod_fastcgi/Makefile,v 1.24 2007/12/16 12:25:03 pav Exp $
+#
+
+PORTNAME= mod_fastcgi
+PORTVERSION= 2.4.6
+CATEGORIES= www
+MASTER_SITES= http://www.fastcgi.com/dist/
+
+MAINTAINER= ports at FreeBSD.org
+COMMENT= A fast-cgi module for Apache
+LICENSE= other
+
+CONFLICTS= apache-contrib-1.*
+USE_APACHE= 2.0+
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
+
+SRC_FILE= *.c
+
+PORTDOCS= LICENSE.TERMS mod_fastcgi.html
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ www/mod_fastcgi/distinfo
@@ -0,0 +1,3 @@
+MD5 (mod_fastcgi-2.4.6.tar.gz) = a21a613dd5dacf4c8ad88c8550294fed
+SHA256 (mod_fastcgi-2.4.6.tar.gz) = a5a887eecc8fe13e4cb1cab4d140188a3d2b5e6f337f8a1cce88ca441ddbe689
+SIZE (mod_fastcgi-2.4.6.tar.gz) = 100230
More information about the Midnightbsd-cvs
mailing list