1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add p5-Apache-DB 0.09, debugging and profiling tools for mod_perl.

This commit is contained in:
Sergey Skvortsov 2004-08-11 18:12:01 +00:00
parent a0b4fb6047
commit 477f4b1fc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115951
5 changed files with 49 additions and 0 deletions

View File

@ -373,6 +373,7 @@
SUBDIR += p5-Apache-Compress
SUBDIR += p5-Apache-CompressClientFixup
SUBDIR += p5-Apache-ConfigFile
SUBDIR += p5-Apache-DB
SUBDIR += p5-Apache-DBI
SUBDIR += p5-Apache-DebugInfo
SUBDIR += p5-Apache-DumpHeaders

29
www/p5-Apache-DB/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: Apache-DB
# Date created: 11 August 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Apache-DB
PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Debugging and profiling tools for mod_perl
PERL_CONFIGURE= yes
MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 \
Apache::perl5db.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Devel/DProf.pm:${PORTSDIR}/devel/p5-Devel-DProf
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Apache-DB-0.09.tar.gz) = c5d1fd283177b77c2f3a02ab18bff9ff
SIZE (Apache-DB-0.09.tar.gz) = 7292

View File

@ -0,0 +1,7 @@
This package provides debugging and profiling tools for mod_perl:
Apache::DB - Hooks for the interactive Perl debugger
Apache::DProf - Hooks for Devel::DProf
Apache::SmallProf - Hooks for Devel::SmallProf
WWW: http://search.cpan.org/dist/Apache-DB/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DB.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DProf.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/SmallProf.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Apache/perl5db.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB/DB.so
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DB
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true