From 8697a340c689d133ac2399ceba8c5709d4987c8f Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 27 Apr 2001 20:40:09 +0000 Subject: Initial import of p5-Apache-DBILogger-0.93, provided in pkg/12643 by Nathan Ahlstrom. 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. With this module you can now have your httpd (apache) logs redirected into a database table for future querying. --- www/p5-Apache-DBILogger/Makefile | 22 ++++++++++++++++++++++ www/p5-Apache-DBILogger/distinfo | 4 ++++ www/p5-Apache-DBILogger/pkg/DESCR | 7 +++++++ www/p5-Apache-DBILogger/pkg/PLIST | 1 + 4 files changed, 34 insertions(+) create mode 100644 www/p5-Apache-DBILogger/Makefile create mode 100644 www/p5-Apache-DBILogger/distinfo create mode 100644 www/p5-Apache-DBILogger/pkg/DESCR create mode 100644 www/p5-Apache-DBILogger/pkg/PLIST (limited to 'www') diff --git a/www/p5-Apache-DBILogger/Makefile b/www/p5-Apache-DBILogger/Makefile new file mode 100644 index 00000000000..5ff4705083a --- /dev/null +++ b/www/p5-Apache-DBILogger/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 20:40:09 wiz Exp $ +# + +DISTNAME= Apache-DBILogger-0.93 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://ask.netcetera.dk/ +COMMENT= Database-independent httpd database logging module + +DEPENDS+= p5-Apache-DBILogConfig-*:../../www/p5-Apache-DBILogConfig +DEPENDS+= ap-DBI-*:../../www/ap-DBI + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBILogger/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Apache-DBILogger/distinfo b/www/p5-Apache-DBILogger/distinfo new file mode 100644 index 00000000000..d4a2f0c5ff7 --- /dev/null +++ b/www/p5-Apache-DBILogger/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/27 20:40:09 wiz Exp $ + +SHA1 (Apache-DBILogger-0.93.tar.gz) = babb633545529e25010e47bbc2f0cfdeaf716ad8 +Size (Apache-DBILogger-0.93.tar.gz) = 9702 bytes diff --git a/www/p5-Apache-DBILogger/pkg/DESCR b/www/p5-Apache-DBILogger/pkg/DESCR new file mode 100644 index 00000000000..4cc5af2d8ee --- /dev/null +++ b/www/p5-Apache-DBILogger/pkg/DESCR @@ -0,0 +1,7 @@ +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. + +With this module you can now have your httpd (apache) logs redirected +into a database table for future querying. diff --git a/www/p5-Apache-DBILogger/pkg/PLIST b/www/p5-Apache-DBILogger/pkg/PLIST new file mode 100644 index 00000000000..1568ece6adf --- /dev/null +++ b/www/p5-Apache-DBILogger/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 20:40:09 wiz Exp $ -- cgit v1.2.3