Subject: CVS commit: pkgsrc/www/p5-Apache-DBILogConfig
To: None <pkgsrc-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: pkgsrc-changes
Date: 12/05/2004 20:16:37
Module Name:	pkgsrc
Committed By:	he
Date:		Sun Dec  5 20:16:37 UTC 2004

Modified Files:
	pkgsrc/www/p5-Apache-DBILogConfig: Makefile distinfo

Log Message:
Update p5-Apache-DBILogConfig from version 0.01 to 0.02.
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/www/p5-Apache-DBILogConfig/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Apache-DBILogConfig/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.