summaryrefslogtreecommitdiff
path: root/www/p5-Apache-DBILogConfig
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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.
2004-12-05Update p5-Apache-DBILogConfig from version 0.01 to 0.02.he2-5/+6
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-05-09Convert to buildlink3.snj1-2/+2
2004-02-14s/independant/independent/snj1-1/+1
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-09-25We have databases/p5-Apache-DBI-0.88, so we don't need www/ap-DBI-0.87wiz1-3/+3
[which is an older version of the same source]. Remove it. Noted by Andrew Brown in connection with PR 18280.
2002-07-05Adapt to new location of "p5-TimeDate" package.tron1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
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.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
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.
2001-04-27Initial import of p5-Apache-DBILogConfig-0.01, provided bywiz4-0/+33
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.