diff options
author | tv <tv@pkgsrc.org> | 1998-10-04 18:24:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-04 18:24:37 +0000 |
commit | dfb205144dda1183f9d9b1fd73b80a8ff32bfd94 (patch) | |
tree | edb4626a00f18fc92d3f1261efca16baf4e68af3 /www/p5-FCGI/pkg | |
parent | 04fe4e33fb5ff4fae0e2aab6ccd46fa7ffa6ec99 (diff) | |
download | pkgsrc-dfb205144dda1183f9d9b1fd73b80a8ff32bfd94.tar.gz |
Add p5-FCGI, a Perl implementation of the client side of FastCGI. Coupled
with apache and ap-fastcgi, this can make Perl-based CGI up to a hundred
times faster in startup cost.
Diffstat (limited to 'www/p5-FCGI/pkg')
-rw-r--r-- | www/p5-FCGI/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-FCGI/pkg/DESCR | 7 | ||||
-rw-r--r-- | www/p5-FCGI/pkg/PLIST | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/www/p5-FCGI/pkg/COMMENT b/www/p5-FCGI/pkg/COMMENT new file mode 100644 index 00000000000..d0dc32fd11f --- /dev/null +++ b/www/p5-FCGI/pkg/COMMENT @@ -0,0 +1 @@ +perl5 library for FastCGI, a fast startup alternative to CGI. diff --git a/www/p5-FCGI/pkg/DESCR b/www/p5-FCGI/pkg/DESCR new file mode 100644 index 00000000000..fe7db1adfaf --- /dev/null +++ b/www/p5-FCGI/pkg/DESCR @@ -0,0 +1,7 @@ +This is a Fast CGI module for perl. It's based on the FCGI module +that comes with Open Market's FastCGI Developer's Kit, but does +not require you to recompile perl. + +See http://www.fastcgi.com/ for more information about fastcgi. +Lincoln D. Stein's perl CGI module also contains some information +about fastcgi programming. diff --git a/www/p5-FCGI/pkg/PLIST b/www/p5-FCGI/pkg/PLIST new file mode 100644 index 00000000000..6739a01052f --- /dev/null +++ b/www/p5-FCGI/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 1998/10/04 18:24:37 tv Exp $ +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI/FCGI.bs +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI/FCGI.so +lib/perl5/site_perl/FCGI.pm +lib/perl5/man/man3/FCGI.3 +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/FCGI |