summaryrefslogtreecommitdiff
path: root/www/p5-FCGI
AgeCommit message (Collapse)AuthorFilesLines
2001-05-21Add size.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-21Update to 0.58.mjl2-4/+4
o fix bug introduced in 0.57 o don't flush unbound request o add example remote.fpl o provide access to the Request parameters o add IsFastCGI method o fix warn handler
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-30Included in main dist.mjl1-21/+0
2000-10-30Update to 0.55. Changes are:mjl3-7/+11
o small documentation fix o compilation issues with older perls fixed o library initialization when using sockets fixed o library fixes ("Rob Saccoccio" <robs@ipass.net>) o compilation issues with newer gcc o completely untested OPEN and READLINE methods o sfio version compiles again o General clean-ups o Allow attaching/detaching o Changed DESTROY behaviour o Fixed default warn/die handler of old interface o Document new interface
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-10/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-01Update p5-FCGI to 0.48.rh4-5/+29
Changes include: o perl 5.005_60 compatibility (not that it matters, yet) o locking on platforms that need it o support for remote connections o move PRINTF into correct package o deprecated set_exit_status o general cleanup, moving old non thread safe interface from xs to perl o new thread safe interface o new threaded example program o FCGI.pm now part of the devel kit o library fixes ("Rob Saccoccio" <robs@ipass.net>) o allow bypassing of installation of handlers o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>) o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>) o Some win32 changes (Monty <xiphmont@fastserv.com>) o library fixes ("Rob Saccoccio" <robs@ipass.net>)
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-5/+5
1998-10-04Add p5-FCGI, a Perl implementation of the client side of FastCGI. Coupledtv5-0/+36
with apache and ap-fastcgi, this can make Perl-based CGI up to a hundred times faster in startup cost.