From 601d9dce20e37b8f380a8cb19de3b1e627bc9f98 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 24 Jun 2002 19:32:08 +0000 Subject: Import new "fcgi" package: FastCGI application development kit This package is based on the contribution made by Eric Gillespie Jr. in PR pkg/14633. --- www/fcgi/DESCR | 12 ++++++++++++ www/fcgi/Makefile | 18 ++++++++++++++++++ www/fcgi/PLIST | 19 +++++++++++++++++++ www/fcgi/distinfo | 4 ++++ 4 files changed, 53 insertions(+) create mode 100644 www/fcgi/DESCR create mode 100644 www/fcgi/Makefile create mode 100644 www/fcgi/PLIST create mode 100644 www/fcgi/distinfo (limited to 'www') 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 -- cgit v1.2.3