diff options
author | skv <skv@FreeBSD.org> | 2004-08-12 02:12:01 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-08-12 02:12:01 +0800 |
commit | 33109aad8e5fc464171b2568ea9269be12345e51 (patch) | |
tree | cf4c29135b803e9e57cb57d9f0ac68291fc20f33 /www | |
parent | 6b96ce89da89ce4ab4b54386baa5862106571f7a (diff) | |
download | freebsd-ports-gnome-33109aad8e5fc464171b2568ea9269be12345e51.tar.gz freebsd-ports-gnome-33109aad8e5fc464171b2568ea9269be12345e51.tar.zst freebsd-ports-gnome-33109aad8e5fc464171b2568ea9269be12345e51.zip |
Add p5-Apache-DB 0.09, debugging and profiling tools for mod_perl.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-DB/Makefile | 29 | ||||
-rw-r--r-- | www/p5-Apache-DB/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-DB/pkg-descr | 7 | ||||
-rw-r--r-- | www/p5-Apache-DB/pkg-plist | 10 |
5 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6ac11a3a301d..71a525ef2e5a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile new file mode 100644 index 000000000000..5391112f6b77 --- /dev/null +++ b/www/p5-Apache-DB/Makefile @@ -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> diff --git a/www/p5-Apache-DB/distinfo b/www/p5-Apache-DB/distinfo new file mode 100644 index 000000000000..f2d8326dcdb7 --- /dev/null +++ b/www/p5-Apache-DB/distinfo @@ -0,0 +1,2 @@ +MD5 (Apache-DB-0.09.tar.gz) = c5d1fd283177b77c2f3a02ab18bff9ff +SIZE (Apache-DB-0.09.tar.gz) = 7292 diff --git a/www/p5-Apache-DB/pkg-descr b/www/p5-Apache-DB/pkg-descr new file mode 100644 index 000000000000..79994a63d344 --- /dev/null +++ b/www/p5-Apache-DB/pkg-descr @@ -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/ diff --git a/www/p5-Apache-DB/pkg-plist b/www/p5-Apache-DB/pkg-plist new file mode 100644 index 000000000000..1fb64ce26ac9 --- /dev/null +++ b/www/p5-Apache-DB/pkg-plist @@ -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 |