pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-DBILogConfig Update p5-Apache-DBILogConf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/972a6759f650
branches:  trunk
changeset: 485301:972a6759f650
user:      he <he%pkgsrc.org@localhost>
date:      Sun Dec 05 20:16:37 2004 +0000

description:
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.

diffstat:

 www/p5-Apache-DBILogConfig/Makefile |  5 +++--
 www/p5-Apache-DBILogConfig/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 3f4db0fa7297 -r 972a6759f650 www/p5-Apache-DBILogConfig/Makefile
--- a/www/p5-Apache-DBILogConfig/Makefile       Sun Dec 05 20:06:01 2004 +0000
+++ b/www/p5-Apache-DBILogConfig/Makefile       Sun Dec 05 20:16:37 2004 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2004/05/09 21:14:43 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/05 20:16:37 he Exp $
 #
 
-DISTNAME=      Apache-DBILogConfig-0.01
+DISTNAME=      Apache-DBILogConfig-0.02
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5adc
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Apache-DBILogConfig/
 COMMENT=       Database-independent Apache database logger
 
 DEPENDS+=      p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
diff -r 3f4db0fa7297 -r 972a6759f650 www/p5-Apache-DBILogConfig/distinfo
--- a/www/p5-Apache-DBILogConfig/distinfo       Sun Dec 05 20:06:01 2004 +0000
+++ b/www/p5-Apache-DBILogConfig/distinfo       Sun Dec 05 20:16:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/04/27 20:38:48 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/12/05 20:16:37 he Exp $
 
-SHA1 (Apache-DBILogConfig-0.01.tar.gz) = 6162332e755554b331f11efc78547069c2e6d136
-Size (Apache-DBILogConfig-0.01.tar.gz) = 4204 bytes
+SHA1 (Apache-DBILogConfig-0.02.tar.gz) = 9de4a233b69980e5e04e3a1160c41697521821ca
+Size (Apache-DBILogConfig-0.02.tar.gz) = 5335 bytes



Home | Main Index | Thread Index | Old Index