1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Import of new port databases/p5-ApacheDBILogger, a Perl5 module that

tracks what's being transferred in a DBI database from a mod_perl
Apache environment.
This commit is contained in:
Donald Burr 2000-11-23 04:59:02 +00:00
parent 8c609e8696
commit 1232f4bf06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35361
6 changed files with 43 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += mytop
SUBDIR += p5-ApacheDBI
SUBDIR += p5-ApacheDBILogConfig
SUBDIR += p5-ApacheDBILogger
SUBDIR += p5-DBD-CSV
SUBDIR += p5-DBD-Pg
SUBDIR += p5-DBD-XBase

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-ApacheDBILogger
# Date created: November 22, 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= Apache-DBILogger
PORTVERSION= 0.93
CATEGORIES= databases www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= dburr@FreeBSD.ORG
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/Apache/DBI.pm:${PORTSDIR}/databases/p5-ApacheDBI \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
USE_PERL5= yes
MAN3= Apache::DBILogger.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
PREFIX="${PREFIX}" CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Apache-DBILogger-0.93.tar.gz) = c125dca4e0ee12f0f33e2c6e08bcd3ba

View File

@ -0,0 +1 @@
A module that tracks what's being transferred in a DBI database

View File

@ -0,0 +1,6 @@
This module tracks what's being transfered by the Apache web
server in a SQL database (everything with a DBI/DBD driver).
This allows to get statistics (of almost everything) without
having to parse the log files (like the Apache::Traffic module,
just in a "real" database, and with a lot more logged
information).

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/DBILogger/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Apache/DBILogger.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/DBILogger
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache