Update to 1.01
Reset MAINTAINER (6 months overdue) Add support for mod_perl 2 Various cleanup PR: 57924 Submitted by: Trevor S. Cornpropst <tcornpropst@cox.net>
This commit is contained in:
parent
289c0fb9c9
commit
820e3c57ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100673
4 changed files with 22 additions and 16 deletions
|
@ -6,26 +6,30 @@
|
|||
#
|
||||
|
||||
PORTNAME= Apache-Peek
|
||||
PORTVERSION= 0.9501
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR=Apache
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leo@florida.sarang.net
|
||||
COMMENT= A perl5 data debugging tool for the XS programmer
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A data debugging tool for the XS programmer (under mod_perl)
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \
|
||||
${SITE_PERL}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph
|
||||
.if defined(WITH_MODPERL2)
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \
|
||||
${SITE_PERL}/Apache2/Test.pm:${PORTSDIR}/www/p5-Apache-Test
|
||||
MOD_PERL= 2
|
||||
.else
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
||||
${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
|
||||
MOD_PERL= 1
|
||||
.endif
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
CONFIGURE_ARGS= -httpd ${LOCALBASE}/sbin/httpd
|
||||
|
||||
MAN3= Apache::Peek.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (Apache-Peek-0.9501.tar.gz) = aadaa2f9a37cba78d614e3ba9fd630e8
|
||||
MD5 (Apache-Peek-1.01.tar.gz) = 8807a259aec05e324d48aef7780d2272
|
||||
SIZE (Apache-Peek-1.01.tar.gz) = 26295
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
Apache::Peek is Ilya Zakharevich's Devel::Peek module that sends
|
||||
output to the browser instead of stderr.
|
||||
A data debugging tool for the XS programmer (under mod_perl)
|
||||
|
||||
WWW: http://search.cpan.org/doc/DOUGM/mod_perl-1.24/apache-modlist.html
|
||||
WWW: http://stason.org
|
||||
|
||||
- Leo Kim
|
||||
leo@florida.sarang.net
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue