diff options
author | tron <tron@pkgsrc.org> | 2002-06-24 19:32:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-24 19:32:08 +0000 |
commit | 601d9dce20e37b8f380a8cb19de3b1e627bc9f98 (patch) | |
tree | 6f16535dac24b045f01248fe726fb3202a9f5b6d /www | |
parent | b5ce3a7715a2b5e7b9f23108790bb016bb8b04e4 (diff) | |
download | pkgsrc-601d9dce20e37b8f380a8cb19de3b1e627bc9f98.tar.gz |
Import new "fcgi" package: FastCGI application development kit
This package is based on the contribution made by Eric Gillespie Jr. in
PR pkg/14633.
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgi/DESCR | 12 | ||||
-rw-r--r-- | www/fcgi/Makefile | 18 | ||||
-rw-r--r-- | www/fcgi/PLIST | 19 | ||||
-rw-r--r-- | www/fcgi/distinfo | 4 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www/fcgi/DESCR b/www/fcgi/DESCR new file mode 100644 index 00000000000..011acee2df3 --- /dev/null +++ b/www/fcgi/DESCR @@ -0,0 +1,12 @@ +FastCGI is an open extension to CGI that provides high performance for +all Internet applications without the penalties of Web server APIs. + +FastCGI is designed to be layered on top of existing Web server APIs. +For instance, the mod_fastcgi Apache module adds FastCGI support to +the Apache server. FastCGI can also be used, with reduced +functionality and reduced performance, on any Web server that supports +CGI. + +This FastCGI Developer's Kit is designed to make developing FastCGI +applications easy. The kit currently supports FastCGI applications +written in C/C++, Perl, Tcl, and Java. diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile new file mode 100644 index 00000000000..88e0870fc61 --- /dev/null +++ b/www/fcgi/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/24 19:32:08 tron Exp $ + +DISTNAME= fcgi-2.2.2 +CATEGORIES= www devel +MASTER_SITES= http://fastcgi.com/dist/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://fastcgi.com/ +COMMENT= FastCGI application development kit + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES +USE_LIBTOOL= YES + +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../devel/pth/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/fcgi/PLIST b/www/fcgi/PLIST new file mode 100644 index 00000000000..9008b24ccf5 --- /dev/null +++ b/www/fcgi/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/24 19:32:08 tron Exp $ +bin/cgi-fcgi +include/fastcgi.h +include/fcgi_stdio.h +include/fcgio.h +include/fcgios.h +include/fcgiapp.h +include/fcgimisc.h +include/fcgi_config.h +lib/libfcgi.a +lib/libfcgi.la +lib/libfcgi.so +lib/libfcgi.so.0 +lib/libfcgi.so.0.0 +lib/libfcgi++.a +lib/libfcgi++.la +lib/libfcgi++.so +lib/libfcgi++.so.0 +lib/libfcgi++.so.0.0 diff --git a/www/fcgi/distinfo b/www/fcgi/distinfo new file mode 100644 index 00000000000..88228016c3e --- /dev/null +++ b/www/fcgi/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/24 19:32:08 tron Exp $ + +SHA1 (fcgi-2.2.2.tar.gz) = fa012bb17ee7a6522021c67b6560bfc17d30993b +Size (fcgi-2.2.2.tar.gz) = 447437 bytes |