summaryrefslogtreecommitdiff
path: root/www/p5-Apache-DBILogger
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-27 20:40:09 +0000
committerwiz <wiz>2001-04-27 20:40:09 +0000
commit194419c75fc317145e1cbd96eb14d6a5f2bfa605 (patch)
treec76c7e0473f1373c671d936fcf36899b86706003 /www/p5-Apache-DBILogger
parent51f3c960a61e89341dbe6ecb28d427652d967c24 (diff)
downloadpkgsrc-194419c75fc317145e1cbd96eb14d6a5f2bfa605.tar.gz
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.
Diffstat (limited to 'www/p5-Apache-DBILogger')
-rw-r--r--www/p5-Apache-DBILogger/Makefile22
-rw-r--r--www/p5-Apache-DBILogger/distinfo4
-rw-r--r--www/p5-Apache-DBILogger/pkg/DESCR7
-rw-r--r--www/p5-Apache-DBILogger/pkg/PLIST1
4 files changed, 34 insertions, 0 deletions
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 $