The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
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
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
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 :)
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>)