pkgsrc/www/p5-Apache-DBILogConfig/Makefile
he b4672f0b22 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.
2004-12-05 20:16:37 +00:00

21 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.11 2004/12/05 20:16:37 he Exp $
#
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
HOMEPAGE= http://search.cpan.org/dist/Apache-DBILogConfig/
COMMENT= Database-independent Apache database logger
DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBILogConfig/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"