module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Add HOMEPAGE pointing into search.cpan.org.
Change log:
0.02 Thu Aug 16 22:17:00 2001
- Fixed error in parsing of DBILogConfig_log_format that caused
things to break when whitespace was used in parameters.
- Added support for the following logging formats:
b - bytes sent, excluding HTTP headers, in CLF format, i.e. a
'-' rather than a 0 when no bytes are sent
B - Bytes sent, excluding HTTP headers (%b used to be the format for this)
H - The request protocol
m - The request method
q - The query string (prepended with a ? if a query string
exists, otherwise an empty string)
- Added stubs for future support of:
A - Local IP-address
c - Connection status when response is completed
'X' = connection aborted before the response completed
'+' = connection may be kept alive after the response is sent
'-' = connection will be closed after the response is sent
V - The server name according to the UseCanonicalName setting
Support for these formats will be completed when mod_perl makes
this information available via the Apache request, connection
and server APIs.
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.
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
Nathan Ahlstrom in pkg/12642.
DESCR:
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
The Apache-DBI-LogConfig module redirects the apache logs into a
database table.